]> git.baikalelectronics.ru Git - kernel.git/commit
Add c2 port support
authorRodolfo Giometti <giometti@linux.it>
Wed, 12 Nov 2008 21:27:12 +0000 (13:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Nov 2008 01:17:18 +0000 (17:17 -0800)
commita8d928412d8c531b91be90a5e1e430155fc7f0f8
treecc662ebf5158b407495a4939b0ea3d16b93a1b7e
parent0fd3813f3c4cbf3bc5d8ef365add70843175cebb
Add c2 port support

C2port implements a two wire serial communication protocol (bit
banging) designed to enable in-system programming, debugging, and
boundary-scan testing on low pin-count Silicon Labs devices.

Currently this code supports only flash programming through sysfs
interface but extensions shoud be easy to add.

Signed-off-by: Rodolfo Giometti <giometti@linux.it>
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-c2port [new file with mode: 0644]
Documentation/c2port.txt [new file with mode: 0644]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/c2port/Kconfig [new file with mode: 0644]
drivers/misc/c2port/Makefile [new file with mode: 0644]
drivers/misc/c2port/core.c [new file with mode: 0644]
include/linux/c2port.h [new file with mode: 0644]