9
0
Fork 0
barebox/drivers
Sascha Hauer 9f8aab600d drop CONFIG_PARTITION_NEED_MTD
With CONFIG_PARTITION_NEED_MTD enabled we use mtd rather than devfs
directly to create partitions on mtd devices. Since:

| commit b32cd8df87
| Author: Sascha Hauer <s.hauer@pengutronix.de>
| Date:   Wed Apr 9 15:49:32 2014 +0200
|
|     mtd: nand: bb: use mtd api directly
|
|     The devfs layer just adds an addition indirection between mtd
|     and the bb devices with no purpose. Drop it.
|
|     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

The bad block aware device creation doesn't work if this option
is disabled. With this we remove CONFIG_PARTITION_NEED_MTD and always
use mtd partitions on mtd devices.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-05-13 09:19:46 +02:00
..
amba treewide: Use dev_add_param_int_ro where possible 2013-04-11 11:48:35 +02:00
ata Merge branch 'for-next/misc' 2014-05-05 13:32:37 +02:00
base common: Allow for I/O mapped I/O 2014-04-08 08:17:55 +02:00
bus bus: mvebu: add mbus driver 2014-02-10 09:08:51 +01:00
clk Merge branch 'for-next/tegra' 2014-05-05 13:34:21 +02:00
clocksource clocksource: add dummy software-only clocksource 2014-03-19 21:43:43 +01:00
dma mtd: nand: mxs-nand: Add i.MX6 support 2013-07-23 16:25:14 +02:00
eeprom remove redundant NULL check on free 2014-02-10 08:49:55 +01:00
gpio Merge branch 'for-next/tegra' 2014-05-05 13:34:21 +02:00
i2c i2c: implement of_find_i2c_adapter_by_node 2014-03-28 08:45:11 +01:00
input imx_keypad: Fix error handling 2014-04-23 14:01:45 +02:00
led led: Add default-on trigger 2014-03-03 08:06:04 +01:00
mci Merge branch 'for-next/tegra' 2014-05-05 13:34:21 +02:00
mfd Merge branch 'for-next/rockchip' 2014-05-05 13:33:09 +02:00
misc Merge branch 'for-next/ioresource' 2014-05-05 11:05:51 +02:00
mtd drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
net Merge branch 'for-next/rockchip' 2014-05-05 13:33:09 +02:00
of Merge branch 'for-next/of' 2014-05-05 13:32:37 +02:00
pinctrl Merge branch 'for-next/tegra' 2014-05-05 13:34:21 +02:00
pwm PWM: Implement devicetree support 2014-02-28 15:05:46 +01:00
regulator Add initial regulator support 2014-04-29 08:01:32 +02:00
serial Merge branch 'for-next/ioresource' 2014-05-05 11:05:51 +02:00
spi Merge branch 'for-next/misc' 2014-05-05 13:32:37 +02:00
usb Fix AT91 UDC driver on boards without vbus. 2014-04-23 09:24:06 +02:00
video video: i.MX IPUv3: Print error as string 2014-05-08 09:55:06 +02:00
w1 w1: Fix compiler warning 2013-03-06 09:04:26 +01:00
watchdog reset_source: rename set_reset_source to reset_source_set 2014-01-29 12:12:17 +01:00
Kconfig Add initial regulator support 2014-04-29 08:01:32 +02:00
Makefile Add initial regulator support 2014-04-29 08:01:32 +02:00