public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/4] This series add MUSB support on PIC32MZDA Starter Kit.
@ 2016-03-21  7:35 Purna Chandra Mandal
  2016-03-21  7:35 ` [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql] Purna Chandra Mandal
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Purna Chandra Mandal @ 2016-03-21  7:35 UTC (permalink / raw)
  To: u-boot

It contains fix for core MUSB driver, platform specific
glue for PIC32 and board support.

Changes in v5:
- drop OR'ing irqreturn_t in pic32_interrupt().

Changes in v4:
- add support to handle multiple MUSB controllers.
- remove unaligned buffer handling in musb_read_fifo
- update comment and error prints
- dts: add USB clock to musb node
- add missing CONFIG_PIC32_USB in defconfig

Changes in v3:
- add arch specific reads{bwlq}, writes{bwlq} in respective arch io.h
- remove reads{bwlq}, writes{bwlq} in musb-new driver

Changes in v2:
- compilation fix in drivers/usb/musb-new/linux-compat.h seperated
- compilation fix in drivers/gadget/f_mass_storage.c seperated

Purna Chandra Mandal (4):
  arm: add missing writes[bwql], reads[bwql].
  drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.
  drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG
    controller.
  board: pic32mzda: enable USB-host, USB-storage support.

 arch/arm/include/asm/io.h           |   7 +
 arch/mips/dts/pic32mzda.dtsi        |  12 ++
 arch/mips/dts/pic32mzda_sk.dts      |   4 +
 configs/pic32mzdask_defconfig       |   6 +
 drivers/mtd/nand/pxa3xx_nand.c      |   8 -
 drivers/usb/musb-new/Kconfig        |   7 +
 drivers/usb/musb-new/Makefile       |   1 +
 drivers/usb/musb-new/linux-compat.h |   7 -
 drivers/usb/musb-new/musb_core.c    |   2 +-
 drivers/usb/musb-new/pic32.c        | 288 ++++++++++++++++++++++++++++++++++++
 include/configs/pic32mzdask.h       |   7 +
 11 files changed, 333 insertions(+), 16 deletions(-)
 create mode 100644 drivers/usb/musb-new/pic32.c

-- 
1.8.3.1

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

end of thread, other threads:[~2016-04-10 17:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21  7:35 [U-Boot] [PATCH v5 0/4] This series add MUSB support on PIC32MZDA Starter Kit Purna Chandra Mandal
2016-03-21  7:35 ` [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql] Purna Chandra Mandal
2016-03-21 11:19   ` Marek Vasut
2016-03-21 11:19     ` Purna Chandra Mandal
2016-03-21 11:39       ` Marek Vasut
2016-03-21 11:44         ` Purna Chandra Mandal
2016-03-21 12:51           ` Marek Vasut
2016-04-10 17:03   ` Daniel Schwierzeck
2016-04-10 17:18     ` Marek Vasut
2016-04-10 17:26       ` Daniel Schwierzeck
2016-04-10 17:44         ` Marek Vasut
2016-03-21  7:35 ` [U-Boot] [PATCH v5 2/4] drivers: remove writes{b, w, l, q} and reads{b, w, l, q} Purna Chandra Mandal
2016-03-21  7:35 ` [U-Boot] [PATCH v5 3/4] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller Purna Chandra Mandal
2016-03-21  7:35 ` [U-Boot] [PATCH v5 4/4] board: pic32mzda: enable USB-host, USB-storage support Purna Chandra Mandal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox