All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for Silicon C2 Interface.
@ 2008-10-03 14:36 Rodolfo Giometti
  2008-10-03 14:36 ` [PATCH 1/1] Add c2 port support Rodolfo Giometti
  2008-10-03 14:49 ` Support for Silicon C2 Interface Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: Rodolfo Giometti @ 2008-10-03 14:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Greg KH

C2 port 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.

Main references are at Silicon Laboratories site:

* AN127: FLASH Programming via the C2 Interface
     http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Small_Form_Factor/en/an127.pdf

* C2 Specification
     http://www.silabs.com/public/documents/tpub_doc/spec/Microcontrollers/en/C2spec.pdf

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

I know that this (proposal) patch may be incomplete but I'd like to
know what you are thinking about it before continuing further. For example
I'd like to know if should I put the C2 port core here or into proper
subdirectory of linux/drivers/misc/ where clients can be placed also.

Thanks for your suggestions,

Rodolfo

--

 drivers/misc/Kconfig       |   13
 drivers/misc/Makefile      |    1
 drivers/misc/c2port_core.c |  996 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/c2port.h     |   65 ++
 4 files changed, 1075 insertions(+)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-10-07 20:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 14:36 Support for Silicon C2 Interface Rodolfo Giometti
2008-10-03 14:36 ` [PATCH 1/1] Add c2 port support Rodolfo Giometti
2008-10-03 21:59   ` Greg KH
2008-10-07  9:38     ` Rodolfo Giometti
2008-10-07 17:30       ` Greg KH
2008-10-07 19:14         ` Rodolfo Giometti
2008-10-07 20:00           ` Greg KH
2008-10-07 20:27             ` Rodolfo Giometti
2008-10-03 14:49 ` Support for Silicon C2 Interface Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.