All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] add dfu support for at91 sam9260 based boards
@ 2015-08-21 17:01 Heiko Schocher
  2015-08-21 17:01 ` [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Heiko Schocher @ 2015-08-21 17:01 UTC (permalink / raw)
  To: u-boot

add dfu supprt for at91 sam9260 based boards. The USB
gadget driver is ported from linux:
c94e289f195e: usb: gadget: remove incorrect __init/__exit annotations

it drops a lot of checkpatch warnings/errors:

checkpatch.pl found 12 error(s), 28 warning(s), 38 checks(s)

but for further updates I did not fix them.
The errors are all from this sort:

error: drivers/usb/gadget/at91_udc.c,87: space prohibited before open square bracket '['

a lot of "line over 80 characters" warnings ...

Changes in v4:
- rebase after taurus board changes

Changes in v3:
- new in v3
- add comments from Alexandre Belloni
  get rid of cpu_is_at91*, use newer linux version as
  base for the port to U-Boot.
- adapt changes for U-Boot, as newer linux version is
  used.

Changes in v2:
- add comments from Lukasz Majewski
  - seperate usb gadget driver port from linux into 2 commits
  - first patch original from linux (with complete commit message)
  - second adds U-Boot changes without "#ifdef __UBOOT__"
- new in version 2, contains U-Boot changes
- rebase to bd48c0617b5c7212e5bf22169e716da878842da4
- fix changes introduced through commit:
  01acd6abbdd5: usb: USB download gadget and functions config options coherent naming
- add comments from Lukasz Majewski <l.majewski@samsung.com>
- use SZ_X defines

Heiko Schocher (4):
  bitops: introduce BIT() definition
  usb: gadget: at91_udc: port linux driver at91_udc
  usb: gadget: at91_udc: add at91_udc into U-Boot
  at91, taurus, smartweb: add dfu support

 board/siemens/smartweb/smartweb.c |   29 +
 board/siemens/taurus/taurus.c     |   27 +
 drivers/usb/gadget/Makefile       |    1 +
 drivers/usb/gadget/at91_udc.c     | 1625 +++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/at91_udc.h     |  171 ++++
 include/configs/smartweb.h        |   53 +-
 include/configs/taurus.h          |   30 +-
 include/linux/bitops.h            |    2 +
 include/linux/usb/at91_udc.h      |   20 +
 9 files changed, 1943 insertions(+), 15 deletions(-)
 create mode 100644 drivers/usb/gadget/at91_udc.c
 create mode 100644 drivers/usb/gadget/at91_udc.h
 create mode 100644 include/linux/usb/at91_udc.h

-- 
2.1.0

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

end of thread, other threads:[~2015-09-12 12:52 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 17:01 [U-Boot] [PATCH v4 0/4] add dfu support for at91 sam9260 based boards Heiko Schocher
2015-08-21 17:01 ` [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition Heiko Schocher
2015-08-21 19:26   ` Michael Heimpold
2015-08-21 19:29     ` Marek Vasut
2015-09-07 11:20   ` Andreas Bießmann
2015-09-07 11:52     ` Heiko Schocher
2015-09-07 12:01       ` Andreas Bießmann
2015-09-07 12:15         ` Marek Vasut
2015-09-07 12:42           ` Jagan Teki
2015-09-07 11:43   ` [U-Boot] [PATCH v5] " Andreas Bießmann
2015-09-07 11:47     ` Stefan Roese
2015-09-08 15:54     ` Tom Warren
2015-09-08 16:17     ` Anatolij Gustschin
2015-09-08 18:01     ` ivan.khoronzhuk
2015-09-09 16:22       ` Scott Wood
2015-09-09 16:37         ` Tom Rini
2015-09-09 17:10           ` Scott Wood
2015-09-09 18:58             ` Ivan Khoronzhuk
2015-09-09 18:52         ` Ivan Khoronzhuk
2015-09-09 18:59           ` Scott Wood
2015-09-09 18:25     ` Wolfgang Denk
2015-09-09 19:04       ` Scott Wood
2015-09-12 12:52     ` [U-Boot] [U-Boot,v5] " Tom Rini
2015-09-08 18:03   ` [U-Boot] [PATCH v4 1/4] " Jagan Teki
2015-08-21 17:01 ` [U-Boot] [PATCH v4 2/4] usb: gadget: at91_udc: port linux driver at91_udc Heiko Schocher
2015-08-21 17:01 ` [U-Boot] [PATCH v4 3/4] usb: gadget: at91_udc: add at91_udc into U-Boot Heiko Schocher
2015-08-21 17:01 ` [U-Boot] [PATCH v4 4/4] at91, taurus, smartweb: add dfu support Heiko Schocher

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.