linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] usb: gadget: at91_udc: Rework for multi-platform support
@ 2014-12-03 11:31 Boris Brezillon
  2014-12-03 11:32 ` [PATCH 01/11] usb: gadget: at91_udc: Fix clock names Boris Brezillon
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Boris Brezillon @ 2014-12-03 11:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This series reworks the at91_udc driver to prepare at91 for multi-platform
support.

It also include several fixes:
 - fix clock names to be consistent with other USB drivers
 - document clocks and clock-names properties in atmel-usb DT bindings doc

and some cleanup changes:
 - remove useless usb_clk
 - allocate at91_udc instance instead of using the statically defined one
 - simplify the probe and remove functions by using devm_ helpers
 - remove !DT specific code

The series depends on this patch [1] (which adds matrix registers definition).

Regards,

Boris

[1]https://lkml.org/lkml/2014/12/3/230

Boris Brezillon (11):
  usb: gadget: at91_udc: Fix clock names
  usb: gadget: at91_udc: Drop uclk clock
  usb: gadget: at91_udc: Document DT clocks and clock-names property
  ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc
    definition
  usb: gadget: at91_udc: Remove non-DT handling code
  usb: gadget: at91_udc: Simplify probe and remove functions
  usb: gadget: at91_udc: Rework for multi-platform kernel support
  usb: gadget: at91_udc: Update DT binding documentation
  usb: gadget: at91_udc: Allocate udc instance
  ARM: at91/dt: declare matrix node as a syscon device
  ARM: at91/dt: fix at91 udc compatible strings

 .../devicetree/bindings/usb/atmel-usb.txt          |  10 +-
 arch/arm/boot/dts/at91sam9260.dtsi                 |   2 +-
 arch/arm/boot/dts/at91sam9261.dtsi                 |   9 +-
 arch/arm/boot/dts/at91sam9263.dtsi                 |   2 +-
 drivers/usb/gadget/udc/Kconfig                     |   1 +
 drivers/usb/gadget/udc/at91_udc.c                  | 530 +++++++++++----------
 drivers/usb/gadget/udc/at91_udc.h                  |   9 +-
 7 files changed, 298 insertions(+), 265 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-01-13 18:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 11:31 [PATCH 00/11] usb: gadget: at91_udc: Rework for multi-platform support Boris Brezillon
2014-12-03 11:32 ` [PATCH 01/11] usb: gadget: at91_udc: Fix clock names Boris Brezillon
2014-12-03 11:32 ` [PATCH 02/11] usb: gadget: at91_udc: Drop uclk clock Boris Brezillon
2014-12-03 11:32 ` [PATCH 03/11] usb: gadget: at91_udc: Document DT clocks and clock-names property Boris Brezillon
2014-12-03 11:32 ` [PATCH 04/11] ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc definition Boris Brezillon
2014-12-03 11:32 ` [PATCH 05/11] usb: gadget: at91_udc: Remove non-DT handling code Boris Brezillon
2015-01-12 21:39   ` Felipe Balbi
2015-01-12 22:53     ` Alexandre Belloni
2015-01-13 16:36       ` Felipe Balbi
2015-01-13 18:05         ` Alexandre Belloni
2015-01-13 18:35           ` Felipe Balbi
2014-12-03 11:32 ` [PATCH 06/11] usb: gadget: at91_udc: Simplify probe and remove functions Boris Brezillon
2014-12-03 11:32 ` [PATCH 07/11] usb: gadget: at91_udc: Rework for multi-platform kernel support Boris Brezillon
2014-12-03 11:32 ` [PATCH 08/11] usb: gadget: at91_udc: Update DT binding documentation Boris Brezillon
2014-12-03 11:32 ` [PATCH 09/11] usb: gadget: at91_udc: Allocate udc instance Boris Brezillon
2014-12-03 11:32 ` [PATCH 10/11] ARM: at91/dt: declare matrix node as a syscon device Boris Brezillon
2014-12-03 11:32 ` [PATCH 11/11] ARM: at91/dt: fix at91 udc compatible strings Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).