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:	Tue, 21 Sep 2010 12:46:32 +1000
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Cyril Chemparathy <cyril@...com>,
	Kevin Hilman <khilman@...prootsystems.com>,
	Abraham Arce <x0066660@...com>,
	Syed Rafiuddin <rafiuddin.syed@...com>
Subject: linux-next: manual merge of the input tree with the davinci tree

Hi Dmitry,

Today's linux-next merge of the input tree got a conflict in
drivers/input/keyboard/Kconfig between commit
34dca1011e05d3965c0f60d51a69643789683877 ("input: add driver for
tnetv107x on-chip keypad controller") from the davinci tree and commit
a17f79553f052f04d47689a842118f775f81b7e3 ("Input: add support for OMAP4
keyboard controller") from the input tree.

Just overlapping additions.  I fixed it up (see below) and can carry the
fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au
diff --cc drivers/input/keyboard/Kconfig
index df1facb,4f30048..0000000
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@@ -424,15 -424,15 +424,24 @@@ config KEYBOARD_OMA
  	  To compile this driver as a module, choose M here: the
  	  module will be called omap-keypad.
  
+ config KEYBOARD_OMAP4
+ 	tristate "TI OMAP4 keypad support"
+ 	depends on ARCH_OMAP4
+ 	help
+ 	  Say Y here if you want to use the OMAP4 keypad.
+ 
+ 	  To compile this driver as a module, choose M here: the
+ 	  module will be called omap4-keypad.
+ 
 +config KEYBOARD_TNETV107X
 +	tristate "TI TNETV107X keypad support"
 +	depends on ARCH_DAVINCI_TNETV107X
 +	help
 +	  Say Y here if you want to use the TNETV107X keypad.
 +
 +	  To compile this driver as a module, choose M here: the
 +	  module will be called tnetv107x-keypad.
 +
  config KEYBOARD_TWL4030
  	tristate "TI TWL4030/TWL5030/TPS659x0 keypad support"
  	depends on TWL4030_CORE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ