]> git.baikalelectronics.ru Git - kernel.git/commit
USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)
authorJohan Hovold <jhovold@gmail.com>
Wed, 18 Aug 2010 22:13:48 +0000 (00:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:20 +0000 (10:21 -0700)
commit84d12ede4120d9b3eaf9009aafae87990efa1186
tree3ae2d6c6c76c0ef4710c2937dc66189278940b97
parent2f8b1a9ccee0e3d1ddc7146c3df9ab842cf1a660
USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)

Add new driver to access the SAM-BA boot application of Atmel AT91SAM
devices.

The SAM-BA firmware cannot handle merged write requests so we cannot use
the generic write implementation (which uses the port write fifo).

Tested with the SAM-BA 2.10 tools and an Atmel at91sam9260-ek.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Tested-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/sam-ba.c [new file with mode: 0644]