mbox

[GIT,PULL] Renesas ARM Based SoC Drivers Updates for v3.20

Message ID cover.1421371868.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v3.20

Message

Simon Horman Jan. 16, 2015, 2:35 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC drivers updates for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v3.20

for you to fetch changes up to ab9ff6fe6fdd225a92ae740eceb05e12daf00ce1:

  drivers: bus: Add Simple Power-Managed Bus Driver (2015-01-14 09:38:24 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Drivers Updates for v3.20

* Add Simple Power-Managed Bus

----------------------------------------------------------------
Geert Uytterhoeven (4):
      drivers: bus: Sort Kconfig entries alphabetically
      drivers: bus: Sort Makefile entries alphabetically
      drivers: bus: Add Simple Power-Managed Bus DT Bindings
      drivers: bus: Add Simple Power-Managed Bus Driver

 .../devicetree/bindings/bus/simple-pm-bus.txt      | 52 +++++++++++++++++++++
 drivers/bus/Kconfig                                | 53 ++++++++++++++--------
 drivers/bus/Makefile                               | 15 +++---
 drivers/bus/simple-pm-bus.c                        | 51 +++++++++++++++++++++
 4 files changed, 144 insertions(+), 27 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/bus/simple-pm-bus.txt
 create mode 100644 drivers/bus/simple-pm-bus.c

Comments

Olof Johansson Jan. 21, 2015, 10:44 p.m. UTC | #1
On Fri, Jan 16, 2015 at 11:35:06AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC drivers updates for v3.20.
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v3.20

Simon,

Your emails are somewhat confusing, in that you have to: a handful of people
individually, but not arm@kernel.org. It's clearer that you want us to merge
this pull request if you do to: arm@kernel.org and keep the FYI recipients on
cc.


Now, about this branch: There's not a single review by anyone on the
drivers/bus pieces, nor on the binding. Please collect some, especially since
simple-bus is used by so many.


-Olof
Geert Uytterhoeven Jan. 22, 2015, 10:17 a.m. UTC | #2
Hi Olof,

On Wed, Jan 21, 2015 at 11:44 PM, Olof Johansson <olof@lixom.net> wrote:
> On Fri, Jan 16, 2015 at 11:35:06AM +0900, Simon Horman wrote:
>> Please consider these Renesas ARM based SoC drivers updates for v3.20.
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-drivers-for-v3.20

> Now, about this branch: There's not a single review by anyone on the
> drivers/bus pieces, nor on the binding. Please collect some, especially since
> simple-bus is used by so many.

I did receive review comments on v1, which I implemented in v2.
Simon applied v3.

Please note that this is not a driver for the common "simple-bus", but an
extension for buses that rely on clocks and/or PM domains.
The "simple-bus" base bindings were taken from ePAPR.

Anyway, I'm collecting some Ack's...

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds