Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391555
| From | Sebastian Reichel <sre@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] omap-ssi cleanups + dvfs support |
| Date | 2016-04-30 04:10 +0200 |
| Message-ID | <rtsw2-8n4-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
The following patches add a few cleanups to the omap-ssi driver,
fix module unloading (and reloading) and merge omap-ssi and
omap-ssi-port into the same module to avoid a circular dependency
introduced by the last patch.
P.S.: The last patch has already been sent in this patchset
(https://lkml.org/lkml/2016/1/30/283), but could not be applied
due to the circular dependency.
-- Sebastian
Sebastian Reichel (6):
HSI: omap_ssi_port: switch to gpiod API
HSI: omap_ssi: fix module unloading
HSI: omap_ssi: make sure probe stays available
HSI: omap_ssi: fix removal of port platform device
HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module
HSI: omap-ssi: add clk change support
drivers/hsi/controllers/Kconfig | 5 -
drivers/hsi/controllers/Makefile | 4 +-
drivers/hsi/controllers/omap_ssi.h | 12 ++-
.../controllers/{omap_ssi.c => omap_ssi_core.c} | 106 ++++++++++++++++++---
drivers/hsi/controllers/omap_ssi_port.c | 84 ++++++++--------
5 files changed, 146 insertions(+), 65 deletions(-)
rename drivers/hsi/controllers/{omap_ssi.c => omap_ssi_core.c} (86%)
--
2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] omap-ssi cleanups + dvfs support Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:10 +0200
[PATCH 3/6] HSI: omap_ssi: make sure probe stays available Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:10 +0200
[PATCH 4/6] HSI: omap_ssi: fix removal of port platform device Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:10 +0200
Re: [PATCH 4/6] HSI: omap_ssi: fix removal of port platform device Pavel Machek <pavel@ucw.cz> - 2016-05-01 11:50 +0200
[PATCH 1/6] HSI: omap_ssi_port: switch to gpiod API Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:10 +0200
Re: [PATCH 1/6] HSI: omap_ssi_port: switch to gpiod API Pavel Machek <pavel@ucw.cz> - 2016-05-02 09:10 +0200
[PATCH 6/6] HSI: omap-ssi: add clk change support Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:20 +0200
Re: [PATCH 6/6] HSI: omap-ssi: add clk change support Pavel Machek <pavel@ucw.cz> - 2016-05-01 12:10 +0200
[PATCH 2/6] HSI: omap_ssi: fix module unloading Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:20 +0200
Re: [PATCH 2/6] HSI: omap_ssi: fix module unloading Pavel Machek <pavel@ucw.cz> - 2016-05-02 09:10 +0200
[PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Sebastian Reichel <sre@kernel.org> - 2016-04-30 04:20 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Pavel Machek <pavel@ucw.cz> - 2016-05-01 11:50 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Sebastian Reichel <sre@kernel.org> - 2016-05-01 21:40 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Pavel Machek <pavel@ucw.cz> - 2016-05-01 23:30 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Tony Lindgren <tony@atomide.com> - 2016-05-03 19:40 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Sebastian Reichel <sre@kernel.org> - 2016-05-09 22:50 +0200
Re: [PATCH 5/6] HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module Tony Lindgren <tony@atomide.com> - 2016-05-09 23:40 +0200
csiph-web