9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer 73b0d228e5 driver: Attach info callback to device, not to driver
Since the info is device specific and not driver specific, attach
the callback to the device. This makes it possible to have a info
callback for a device which does not have a driver attached.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-05-30 12:18:27 +02:00
..
devices Introduce device_spi_driver() macro and use it for SPI drivers 2013-03-14 07:15:45 +01:00
nand nand_base: sync flash detection functions with linux 3.9's code 2013-05-17 07:42:54 +02:00
nor driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00
ubi mtd: Use mtd_* functions where appropriate 2013-02-14 10:38:23 +01:00
Kconfig nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
Makefile nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
core.c treewide: Use dev_add_param_int_ro where possible 2013-04-11 11:48:35 +02:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd oob: do not register oob device for devices without oob 2012-11-29 19:52:26 +01:00
mtdraw.c mtdraw: fix oob read and write 2013-04-12 19:26:47 +02:00
partition.c mtd: introduce mtd_block_isbad 2012-11-03 23:20:59 +01:00