lkml.org 
[lkml]   [2019]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] Remove the USB EP configuration from device tree
Date
Hello,

The Atmel USB device controller is the only one having the description
of the End Point configuration in the device tree.

This configuration depend on the version of the controller used in the
SoC. This variation is already documented by the compatible string of
the controller.

In this series the configuration is associated to the compatible
string which allows to remove the EP child node from the device
tree. The main benefit of it, beyond the simplification of the device
tree, is the reduction of the size of the dtb which was too big to be
managed by the bootloader.

The first two patches should be merged through the USB subsystem while
the last one should be take by the a91 subsystem. Moreover this last
patch should be merged only once the change in the driver is merged.

Gregory

Gregory CLEMENT (3):
usb: gadget: udc: atmel: Don't use DT to configure end point
dt-bindings: usb: atmel: Mark EP child node as deprecated
ARM: dts: at91: Remove the USB EP child node

.../devicetree/bindings/usb/atmel-usb.txt | 56 +--------
arch/arm/boot/dts/at91sam9g45.dtsi | 52 --------
arch/arm/boot/dts/at91sam9rl.dtsi | 52 --------
arch/arm/boot/dts/at91sam9x5.dtsi | 52 --------
arch/arm/boot/dts/sama5d2.dtsi | 118 ------------------
arch/arm/boot/dts/sama5d3.dtsi | 105 ----------------
arch/arm/boot/dts/sama5d4.dtsi | 118 ------------------
drivers/usb/gadget/udc/atmel_usba_udc.c | 112 +++++++++++------
drivers/usb/gadget/udc/atmel_usba_udc.h | 12 ++
9 files changed, 87 insertions(+), 590 deletions(-)

--
2.24.0.rc1

\
 
 \ /
  Last update: 2019-11-07 16:36    [W:0.137 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site