- driver_bfin_serial_core-update.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Blackfin: on-chip serial driver update
has been removed from the -mm tree.  Its filename was
     driver_bfin_serial_core-update.patch

This patch was dropped because it was folded into driver_bfin_serial_core.patch

------------------------------------------------------
Subject: Blackfin: on-chip serial driver update
From: "Wu, Bryan" <bryan.wu@xxxxxxxxxx>

Undocumented changes to driver_bfin_serial_core.patch

Signed-off-by: Bryan Wu <bryan.wu@xxxxxxxxxx>
Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Cc: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/serial/bfin_5xx.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/serial/bfin_5xx.c~driver_bfin_serial_core-update drivers/serial/bfin_5xx.c
--- a/drivers/serial/bfin_5xx.c~driver_bfin_serial_core-update
+++ a/drivers/serial/bfin_5xx.c
@@ -121,7 +121,7 @@ static void bfin_serial_stop_rx(struct u
 	unsigned short ier;
 
 	ier = UART_GET_IER(uart);
-	ier &= ERBFI;
+	ier &= ~ERBFI;
 	UART_PUT_IER(uart, ier);
 }
 
@@ -606,7 +606,7 @@ bfin_serial_set_termios(struct uart_port
 			__FUNCTION__);
 	}
 
-	if (termios->c_cflag & CSTOPB);
+	if (termios->c_cflag & CSTOPB)
 		lcr |= STB;
 	if (termios->c_cflag & PARENB) {
 		lcr |= PEN;
_

Patches currently in -mm which might be from bryan.wu@xxxxxxxxxx are

origin.patch
blackfin-arch.patch
driver_bfin_serial_core.patch
driver_bfin_serial_core-update.patch
blackfin-on-chip-ethernet-mac-controller-driver.patch
blackfin-on-chip-ethernet-mac-controller-driver-update.patch
blackfin-patch-add-blackfin-support-in-smc91x.patch
blackfin-on-chip-rtc-controller-driver.patch
blackfin-on-chip-rtc-controller-driver-fix-rtc_update_irq-augument.patch
blackfin-blackfin-on-chip-spi-controller-driver.patch
blackfin-blackfin-on-chip-spi-controller-driver-cleanup-and-coding-style-fixing.patch
blackfin-blackfin-on-chip-spi-controller-driver-fix-reboot-kernel-mounting-spi-flash-print-error-bug.patch
blackfin-spi-controller-driver-update-according-to-david-brownells-review.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
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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux