10 Jan, 2018
1 commit
-
Resolved missing a blank line after declarations checkpatch
warnings. Issue found by checkpatch.Signed-off-by: Tejas Upadhyay
Signed-off-by: Greg Kroah-Hartman
07 Jan, 2014
1 commit
-
This patch fixed several typo in printk from various
part of kernel source.Signed-off-by: Masanari Iida
Signed-off-by: Jiri Kosina
12 Apr, 2013
1 commit
-
Use dev_pm_ops instead of the deprecated legacy suspend/resume callbacks.
Signed-off-by: Lars-Peter Clausen
Cc: Donggeun Kim
Signed-off-by: Greg Kroah-Hartman
22 Nov, 2012
3 commits
-
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.Signed-off-by: Bill Pemberton
Cc: "Michał Mirosław"
Cc: Wolfram Sang
Cc: Eric Piel
Cc: Jiri Slaby
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.Signed-off-by: Bill Pemberton
Cc: "Michał Mirosław"
Cc: Eric Piel
Cc: Jiri Slaby
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.Signed-off-by: Bill Pemberton
Cc: "Michał Mirosław"
Cc: Wolfram Sang
Cc: Eric Piel
Cc: Jiri Slaby
Signed-off-by: Greg Kroah-Hartman
25 Feb, 2012
1 commit
-
A few new i2c-drivers came into the kernel which clear the clientdata-pointer
on exit or error. This is obsolete meanwhile, the core will do it.Signed-off-by: Wolfram Sang
Acked-by: Kyungmin Park
Signed-off-by: Greg Kroah-Hartman
25 Jan, 2012
1 commit
-
This patch converts the drivers in drivers/misc/* to use the
module_i2c_driver() macro which makes the code smaller and a bit
simpler.Signed-off-by: Axel Lin
Cc: Michael Hennerich
Cc: Anantha Narayanan
Cc: Hemanth V
Cc: Christoph Mair
Cc: Grant Likely
Cc: Ben Gardner
Cc: Minkyu Kang
Cc: Kalhan Trisal
Cc: Darrick J. Wong
Cc: Daniel Mack
Cc: Rodolfo Giometti
Acked-by: Arnd Bergmann
Signed-off-by: Greg Kroah-Hartman
01 Nov, 2011
1 commit
-
Signed-off-by: Jonghwan Choi
Cc: Donggeun Kim
Cc: Kyungmin Park
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
26 Aug, 2011
1 commit
-
Make sure we are passing the same cookie in all calls to
request_threaded_irq() and free_irq().Signed-off-by: Axel Lin
Cc: Donggeun Kim
Cc: Minkyu Kang
Cc: Kyungmin Park
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
26 Jul, 2011
1 commit
-
The FSA9480 is a USB port accessory detector and switch. This patch adds
support the FSA9480 USB Switch.[akpm@linux-foundation.org: make a couple of things static]
Signed-off-by: Donggeun Kim
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
Cc: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds