]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/misc: add support the FSA9480 USB Switch
authorDonggeun Kim <dg77.kim@samsung.com>
Tue, 26 Jul 2011 00:13:07 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:14 +0000 (20:57 -0700)
commit27160f15c90731ed954267fcec83c8f5ce72c5ab
treebb65763729c21cd78ad8f3b208b2929803d88e1c
parent7faa6351eddc08903abeac4ea72bc87d3a3711b9
drivers/misc: add support the FSA9480 USB Switch

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 <dg77.kim@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480 [new file with mode: 0644]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/fsa9480.c [new file with mode: 0644]
include/linux/platform_data/fsa9480.h [new file with mode: 0644]