Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1204325
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] USB: host: ohci-at91: cleanups |
| Date | 2015-08-10 16:30 +0200 |
| Message-ID | <pVWfo-uE-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
Here are a few cleanups for ohci-at91. This is the fallout of AT91 now being DT
only.
Alexandre Belloni (4):
USB: host: ohci-at91: move at91_usbh_data definition in c file
USB: host: ohci-at91: depend on OF
USB: host: ohci-at91: merge ohci_at91_of_init in
ohci_hcd_at91_drv_probe
USB: host: ohci-at91: merge loops in ohci_hcd_at91_drv_probe
drivers/usb/host/Kconfig | 8 +-
drivers/usb/host/ohci-at91.c | 179 ++++++++++++++++--------------------
include/linux/platform_data/atmel.h | 12 ---
3 files changed, 85 insertions(+), 114 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] USB: host: ohci-at91: cleanups Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-10 16:30 +0200 [PATCH 3/4] USB: host: ohci-at91: merge ohci_at91_of_init in ohci_hcd_at91_drv_probe Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-10 16:30 +0200 [PATCH 2/4] USB: host: ohci-at91: depend on OF Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-10 16:30 +0200 Re: [PATCH 0/4] USB: host: ohci-at91: cleanups Alan Stern <stern@rowland.harvard.edu> - 2015-08-12 23:10 +0200
csiph-web