public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] Make usb device-tree fixup independent of USB controller
@ 2016-03-11  6:26 Sriram Dash
  2016-03-11  6:26 ` [U-Boot] [PATCH v4 1/4] drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file Sriram Dash
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Sriram Dash @ 2016-03-11  6:26 UTC (permalink / raw)
  To: u-boot

Makes usb device-tree fixup independent of Controller type. This enables the
usage of device-tree fixup as a common framework for EHCI and XHCI controllers

Sriram Dash (4):
  drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to
    common file
  drivers:usb:common:fsl-dt-fixup: Remove code duplication for
    fdt_usb_get_node_type
  drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for
    xhci controller
  drivers:usb:common:fsl-dt-fixup: fix fdt_usb_get_node_type() to return
    error code

 Makefile                          |   1 +
 drivers/usb/common/Makefile       |   7 ++
 drivers/usb/common/fsl-dt-fixup.c | 205 ++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-fsl.c       | 195 ------------------------------------
 include/fdt_support.h             |   4 +-
 5 files changed, 215 insertions(+), 197 deletions(-)
 create mode 100644 drivers/usb/common/Makefile
 create mode 100644 drivers/usb/common/fsl-dt-fixup.c

-- 
2.1.0

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

end of thread, other threads:[~2016-03-18 12:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11  6:26 [U-Boot] [PATCH v4 0/4] Make usb device-tree fixup independent of USB controller Sriram Dash
2016-03-11  6:26 ` [U-Boot] [PATCH v4 1/4] drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file Sriram Dash
2016-03-11 16:40   ` Marek Vasut
2016-03-11  6:26 ` [U-Boot] [PATCH v4 2/4] drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node_type Sriram Dash
2016-03-11 16:43   ` Marek Vasut
2016-03-18  5:05     ` Sriram Dash
2016-03-18 11:21       ` Marek Vasut
2016-03-18 11:58         ` Sriram Dash
2016-03-18 12:16           ` Marek Vasut
2016-03-18 12:22             ` Sriram Dash
2016-03-11  6:26 ` [U-Boot] [PATCH v4 3/4] drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller Sriram Dash
2016-03-11 16:44   ` Marek Vasut
2016-03-18  5:05     ` Sriram Dash
2016-03-11  6:26 ` [U-Boot] [PATCH v4 4/4] drivers:usb:common:fsl-dt-fixup: fix fdt_usb_get_node_type() to return error code Sriram Dash
2016-03-11 16:45   ` Marek Vasut
2016-03-18  5:05     ` Sriram Dash

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