lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 18 Nov 2011 14:22:59 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Greg KH <greg@...ah.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Thomas Abraham <thomas.abraham@...aro.org>,
	Rong Wang <Rong.Wang@....com>,
	Kukjin Kim <kgene.kim@...sung.com>
Subject: linux-next: manual merge of the tty tree with the s5p tree

Hi Greg,

Today's linux-next merge of the tty tree got a conflict in
drivers/tty/serial/Kconfig between commit 30fba06ac9eb ("serial: samsung:
merge probe() function from all SoC specific extensions") from the s5p tree
and commit 161e773cbd0c ("UART: add CSR SiRFprimaII SoC on-chip uart
drivers") from the tty tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc drivers/tty/serial/Kconfig
index d202c31,45c5758..0000000
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@@ -495,6 -495,68 +495,28 @@@ config SERIAL_SAMSUNG_CONSOL
  	  your boot loader about how to pass options to the kernel at
  	  boot time.)
  
 -config SERIAL_S3C2410
 -	tristate "Samsung S3C2410 Serial port support"
 -	depends on SERIAL_SAMSUNG && CPU_S3C2410
 -	default y if CPU_S3C2410
 -	help
 -	  Serial port support for the Samsung S3C2410 SoC
 -
 -config SERIAL_S3C2412
 -	tristate "Samsung S3C2412/S3C2413 Serial port support"
 -	depends on SERIAL_SAMSUNG && CPU_S3C2412
 -	default y if CPU_S3C2412
 -	help
 -	  Serial port support for the Samsung S3C2412 and S3C2413 SoC
 -
 -config SERIAL_S3C2440
 -	tristate "Samsung S3C2440/S3C2442/S3C2416 Serial port support"
 -	depends on SERIAL_SAMSUNG && (CPU_S3C2440 || CPU_S3C2442 || CPU_S3C2416)
 -	default y if CPU_S3C2440
 -	default y if CPU_S3C2442
 -	select SERIAL_SAMSUNG_UARTS_4 if CPU_S3C2416
 -	help
 -	  Serial port support for the Samsung S3C2440, S3C2416 and S3C2442 SoC
 -
 -config SERIAL_S3C6400
 -	tristate "Samsung S3C6400/S3C6410/S5P6440/S5P6450/S5PC100 Serial port support"
 -	depends on SERIAL_SAMSUNG && (CPU_S3C6400 || CPU_S3C6410 || CPU_S5P6440 || CPU_S5P6450 || CPU_S5PC100)
 -	select SERIAL_SAMSUNG_UARTS_4
 -	default y
 -	help
 -	  Serial port support for the Samsung S3C6400, S3C6410, S5P6440, S5P6450
 -	  and S5PC100 SoCs
 -
 -config SERIAL_S5PV210
 -	tristate "Samsung S5PV210 Serial port support"
 -	depends on SERIAL_SAMSUNG && (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212)
 -	select SERIAL_SAMSUNG_UARTS_4 if (CPU_S5PV210 || CPU_EXYNOS4210 || SOC_EXYNOS4212)
 -	default y
 -	help
 -	  Serial port support for Samsung's S5P Family of SoC's
 -
+ config SERIAL_SIRFSOC
+         tristate "SiRF SoC Platform Serial port support"
+         depends on ARM && ARCH_PRIMA2
+         select SERIAL_CORE
+         help
+           Support for the on-chip UART on the CSR SiRFprimaII series,
+           providing /dev/ttySiRF0, 1 and 2 (note, some machines may not
+           provide all of these ports, depending on how the serial port
+           pins are configured).
+ 
+ config SERIAL_SIRFSOC_CONSOLE
+         bool "Support for console on SiRF SoC serial port"
+         depends on SERIAL_SIRFSOC=y
+         select SERIAL_CORE_CONSOLE
+         help
+           Even if you say Y here, the currently visible virtual console
+           (/dev/tty0) will still be used as the system console by default, but
+           you can alter that using a kernel command line option such as
+           "console=ttySiRFx". (Try "man bootparam" or see the documentation of
+           your boot loader about how to pass options to the kernel at
+           boot time.)
+ 
  config SERIAL_MAX3100
  	tristate "MAX3100 support"
  	depends on SPI
@@@ -1527,13 -1589,22 +1549,22 @@@ config SERIAL_PCH_UAR
  	  which is an IOH(Input/Output Hub) for x86 embedded processor.
  	  Enabling PCH_DMA, this PCH UART works as DMA mode.
  
 -	  This driver also can be used for OKI SEMICONDUCTOR IOH(Input/
 -	  Output Hub), ML7213 and ML7223.
 -	  ML7213 IOH is for IVI(In-Vehicle Infotainment) use and ML7223 IOH is
 -	  for MP(Media Phone) use.
 -	  ML7213/ML7223 is companion chip for Intel Atom E6xx series.
 -	  ML7213/ML7223 is completely compatible for Intel EG20T PCH.
 +	  This driver also can be used for LAPIS Semiconductor IOH(Input/
 +	  Output Hub), ML7213, ML7223 and ML7831.
 +	  ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
 +	  for MP(Media Phone) use and ML7831 IOH is for general purpose use.
 +	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
 +	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  
+ config SERIAL_PCH_UART_CONSOLE
+ 	bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
+ 	depends on SERIAL_PCH_UART=y
+ 	select SERIAL_CORE_CONSOLE
+ 	help
+ 	  Say Y here if you wish to use the PCH UART as the system console
+ 	  (the system  console is the device which receives all kernel messages and
+ 	  warnings and which allows logins in single user mode).
+ 
  config SERIAL_MSM_SMD
  	bool "Enable tty device interface for some SMD ports"
  	default n

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists