All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/5] USB: host: Remove non-DT support for Exynos EHCI and OHCI
@ 2013-10-10  7:40 Jingoo Han
  2013-10-10  7:40 ` [PATCH V2 1/5] ARM: SAMSUNG: Remove unused s5p_device_ehci Jingoo Han
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jingoo Han @ 2013-10-10  7:40 UTC (permalink / raw)
  To: 'Greg Kroah-Hartman'
  Cc: linux-usb, linux-samsung-soc, 'Kukjin Kim',
	'Alan Stern', 'Sylwester Nawrocki',
	'Tomasz Figa', 'Sachin Kamat',
	'Jingoo Han'

This patchset removes non-DT support for Exynos EHCI and OHCI
from arch and driver directories, because the non-DT for EXYNOS SoCs
is not supported from v3.11. Also, missing usb_put_hcd() is added to
prevent memory leak.

In order to keep the consistency, ehci-s5p.c is changed to
ehci-exynos.c. So, the names of Exynos EHCI and OHCI drivers are
as below:
 - ehci-exynos.c
 - ohci-exynos.c

In order to prevent build error issues or merge conflict,
this patchset includes the following patches that were
previously submitted.
 - [PATCH] ARM: SAMSUNG: Remove unused s5p_device_ehci
   (http://www.spinics.net/lists/linux-samsung-soc/msg23397.html)
 - [PATCH] USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak
   (http://www.spinics.net/lists/linux-usb/msg95282.html)

These patches were tested on Exynos5250.

Changes from v1:
  * Changed the order of patches in order to avoid unnecessary code churn

Jingoo Han (5)
  ARM: SAMSUNG: Remove unused s5p_device_ehci
  USB: ehci-s5p: Remove non-DT support
  USB: ohci-exynos: Remove non-DT support
  USB: ohci-exynos: Add missing usb_put_hcd()
  USB: host: Rename ehci-s5p to ehci-exynos

---
 arch/arm/plat-samsung/Kconfig                  |    5 -
 arch/arm/plat-samsung/devs.c                   |   34 -----
 arch/arm/plat-samsung/include/plat/devs.h      |    1 -
 drivers/usb/host/Kconfig                       |    5 +-
 drivers/usb/host/Makefile                      |    2 +-
 drivers/usb/host/{ehci-s5p.c => ehci-exynos.c} |  164 ++++++++++--------------
 drivers/usb/host/ohci-exynos.c                 |   17 +--
 include/linux/platform_data/usb-ehci-s5p.h     |   21 ---
 include/linux/platform_data/usb-ohci-exynos.h  |   21 ---
 9 files changed, 76 insertions(+), 194 deletions(-)
 rename drivers/usb/host/{ehci-s5p.c => ehci-exynos.c} (55%)
 delete mode 100644 include/linux/platform_data/usb-ehci-s5p.h
 delete mode 100644 include/linux/platform_data/usb-ohci-exynos.h

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

end of thread, other threads:[~2013-10-14  0:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  7:40 [PATCH V2 0/5] USB: host: Remove non-DT support for Exynos EHCI and OHCI Jingoo Han
2013-10-10  7:40 ` [PATCH V2 1/5] ARM: SAMSUNG: Remove unused s5p_device_ehci Jingoo Han
2013-10-10  7:41 ` [PATCH V2 2/5] USB: ehci-s5p: Remove non-DT support Jingoo Han
     [not found] ` <000101cec58b$ee8bd2f0$cba378d0$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-10-10  7:41   ` [PATCH V2 3/5] USB: ohci-exynos: " Jingoo Han
     [not found]     ` <000401cec58c$2dff1c30$89fd5490$%han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-10-11 23:55       ` 'Greg Kroah-Hartman'
2013-10-14  0:18         ` [PATCH V3] " Jingoo Han
2013-10-10  7:42 ` [PATCH V2 4/5] USB: ohci-exynos: Add missing usb_put_hcd() Jingoo Han
2013-10-11 23:55   ` 'Greg Kroah-Hartman'
2013-10-10  7:42 ` [PATCH V2 5/5] USB: host: Rename ehci-s5p to ehci-exynos Jingoo Han

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.