The patch titled blackfin serial core driver: UART1 should depend on BF534/BF536/BF537, remove experimental marking from on-chip serial core driver and make options less wordy. has been removed from the -mm tree. Its filename was blackfin-serial-core-driver-uart1-should-depend-on-bf534-bf536-bf537-remove-experimental-marking-from-on-chip-serial-core-driver-and-make-options-less-wordy.patch This patch was dropped because it was folded into driver_bfin_serial_core.patch ------------------------------------------------------ Subject: blackfin serial core driver: UART1 should depend on BF534/BF536/BF537, remove experimental marking from on-chip serial core driver and make options less wordy. From: Bryan Wu <bryan.wu@xxxxxxxxxx> Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff -puN drivers/serial/Kconfig~blackfin-serial-core-driver-uart1-should-depend-on-bf534-bf536-bf537-remove-experimental-marking-from-on-chip-serial-core-driver-and-make-options-less-wordy drivers/serial/Kconfig --- a/drivers/serial/Kconfig~blackfin-serial-core-driver-uart1-should-depend-on-bf534-bf536-bf537-remove-experimental-marking-from-on-chip-serial-core-driver-and-make-options-less-wordy +++ a/drivers/serial/Kconfig @@ -509,8 +509,8 @@ config SERIAL_SA1100_CONSOLE kernel at boot time.) config SERIAL_BFIN - tristate "Blackfin serial port support (EXPERIMENTAL)" - depends on BFIN && EXPERIMENTAL + tristate "Blackfin serial port support" + depends on BFIN select SERIAL_CORE select SERIAL_BFIN_UART0 if (BF531 || BF532 || BF533 || BF561) help @@ -525,7 +525,7 @@ config SERIAL_BFIN_CONSOLE select SERIAL_CORE_CONSOLE choice - prompt "Blackfin UART Mode" + prompt "UART Mode" depends on SERIAL_BFIN default SERIAL_BFIN_DMA help @@ -533,14 +533,14 @@ choice of CPUs config SERIAL_BFIN_DMA - bool "Blackfin UART DMA mode" + bool "DMA mode" depends on DMA_UNCACHED_1M help This driver works under DMA mode. If this option is selected, the blackfin simple dma driver is also enabled. config SERIAL_BFIN_PIO - bool "Blackfin UART PIO mode" + bool "PIO mode" help This driver works under PIO mode. @@ -577,7 +577,7 @@ config UART0_RTS_PIN config SERIAL_BFIN_UART1 bool "Enable UART1" - depends on SERIAL_BFIN && BF537 + depends on SERIAL_BFIN && (BF534 || BF536 || BF537) help Enable UART1 _ Patches currently in -mm which might be from bryan.wu@xxxxxxxxxx are origin.patch blackfin-arch.patch driver_bfin_serial_core.patch blackfin-serial-core-driver-uart1-should-depend-on-bf534-bf536-bf537-remove-experimental-marking-from-on-chip-serial-core-driver-and-make-options-less-wordy.patch blackfin-on-chip-ethernet-mac-controller-driver.patch blackfin-patch-add-blackfin-support-in-smc91x.patch blackfin-on-chip-rtc-controller-driver.patch blackfin-blackfin-on-chip-spi-controller-driver.patch move-die-notifier-handling-to-common-code-fix.patch revoke-core-code-revoke-no-revoke-for-nommu.patch revoke-core-code-generic_file_revoke-stub-for-nommu.patch vdso-print-fatal-signals-fix-compiling-error-bug-in.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html