summaryrefslogtreecommitdiff
path: root/sys/dev/flash
AgeCommit message (Expand)Author
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-11-14Add "disk" dependency to flash to set device class to DV_DISK.jmcneill
2017-11-13Add support for defining partitions using a Linux-style "mtdparts" string.jmcneill
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-09-13GC flash_get_part_offset.joerg
2011-08-07Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.rmind
2011-07-29add a function to get the size of the flash deviceahoka
2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff
2011-06-28dont define FLASH_DEBUG in headerahoka
2011-06-28use proper format stringahoka
2011-06-28Refactor flash and nand driver, so we can reuse the io thread codeahoka
2011-06-28use nosizeahoka
2011-06-12Use %# instead of 0x%matt
2011-04-26remove some debug printf leftoverahoka
2011-04-04Fix badblock checkingahoka
2011-03-30Whitespace.uebayasi
2011-02-26Import the Flash and NAND subsytem code contributed by the Universityahoka