* [GIT PULL] Qualcomm EBI2 bindings and bus driver
@ 2016-09-08 13:34 Linus Walleij
2016-09-19 22:12 ` Arnd Bergmann
0 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2016-09-08 13:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM SoC folks,
please pull this new EBI2 bus driver and its bindings into an
apropriate branch in the ARM SoC tree. The binding now has
Rob Herrings ACK and we have hopefully finally figured out how
this should be done.
Yours,
Linus Walleij
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/qcom-ebi2-arm-soc
for you to fetch changes up to 335a127548081322bd2b294d715418648912f20c:
bus: qcom: add EBI2 driver (2016-09-08 15:27:05 +0200)
----------------------------------------------------------------
Qualcomm EBI2 bindings and bus driver.
----------------------------------------------------------------
Linus Walleij (2):
bus: qcom: add EBI2 device tree bindings
bus: qcom: add EBI2 driver
.../devicetree/bindings/bus/qcom,ebi2.txt | 138 +++++++
drivers/bus/Kconfig | 7 +
drivers/bus/Makefile | 1 +
drivers/bus/qcom-ebi2.c | 408 +++++++++++++++++++++
4 files changed, 554 insertions(+)
create mode 100644 Documentation/devicetree/bindings/bus/qcom,ebi2.txt
create mode 100644 drivers/bus/qcom-ebi2.c
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-08 13:34 [GIT PULL] Qualcomm EBI2 bindings and bus driver Linus Walleij
@ 2016-09-19 22:12 ` Arnd Bergmann
2016-09-19 22:36 ` Andy Gross
2016-09-20 21:49 ` Linus Walleij
0 siblings, 2 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-09-19 22:12 UTC (permalink / raw)
To: linux-arm-kernel
On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
> please pull this new EBI2 bus driver and its bindings into an
> apropriate branch in the ARM SoC tree. The binding now has
> Rob Herrings ACK and we have hopefully finally figured out how
> this should be done.
>
I just noticed that you sent the pull request directly to arm at kernel.org
rather than the Qualcomm maintainers (which are only on Cc).
Usually, I'd expect to see this forwarded from Andy, is there a
reason to do it differently here? If so, can I have an Ack
from him?
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-19 22:12 ` Arnd Bergmann
@ 2016-09-19 22:36 ` Andy Gross
2016-09-20 21:50 ` Linus Walleij
2016-09-20 21:49 ` Linus Walleij
1 sibling, 1 reply; 7+ messages in thread
From: Andy Gross @ 2016-09-19 22:36 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 20, 2016 at 12:12:33AM +0200, Arnd Bergmann wrote:
> On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
> > please pull this new EBI2 bus driver and its bindings into an
> > apropriate branch in the ARM SoC tree. The binding now has
> > Rob Herrings ACK and we have hopefully finally figured out how
> > this should be done.
> >
>
> I just noticed that you sent the pull request directly to arm at kernel.org
> rather than the Qualcomm maintainers (which are only on Cc).
>
> Usually, I'd expect to see this forwarded from Andy, is there a
> reason to do it differently here? If so, can I have an Ack
> from him?
When I looked at this last, I thought there were comments. Sorry I missed it.
If you want to pick it up Arnd, please do, otherwise I can send it along in the
next pull request.
Acked-by: Andy Gross <andy.gross@linaro.org>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-19 22:12 ` Arnd Bergmann
2016-09-19 22:36 ` Andy Gross
@ 2016-09-20 21:49 ` Linus Walleij
1 sibling, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2016-09-20 21:49 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 20, 2016 at 12:12 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
>> please pull this new EBI2 bus driver and its bindings into an
>> apropriate branch in the ARM SoC tree. The binding now has
>> Rob Herrings ACK and we have hopefully finally figured out how
>> this should be done.
>>
>
> I just noticed that you sent the pull request directly to arm at kernel.org
> rather than the Qualcomm maintainers (which are only on Cc).
>
> Usually, I'd expect to see this forwarded from Andy, is there a
> reason to do it differently here? If so, can I have an Ack
> from him?
Sorry I sent it like this beacuse in an earlier revision of the patch
I asked how it was to be handled and got no answers, so I just assumed
new drivers was a plain separate thing. (I understand Andy has to merge
the DTS changes.)
I saw Andy gave his ACK though, any comments should be addressed
in this version as well.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-19 22:36 ` Andy Gross
@ 2016-09-20 21:50 ` Linus Walleij
2016-09-20 22:09 ` Andy Gross
2016-09-21 20:42 ` Arnd Bergmann
0 siblings, 2 replies; 7+ messages in thread
From: Linus Walleij @ 2016-09-20 21:50 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 20, 2016 at 12:36 AM, Andy Gross <andy.gross@linaro.org> wrote:
> On Tue, Sep 20, 2016 at 12:12:33AM +0200, Arnd Bergmann wrote:
>> On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
>> > please pull this new EBI2 bus driver and its bindings into an
>> > apropriate branch in the ARM SoC tree. The binding now has
>> > Rob Herrings ACK and we have hopefully finally figured out how
>> > this should be done.
>> >
>>
>> I just noticed that you sent the pull request directly to arm at kernel.org
>> rather than the Qualcomm maintainers (which are only on Cc).
>>
>> Usually, I'd expect to see this forwarded from Andy, is there a
>> reason to do it differently here? If so, can I have an Ack
>> from him?
>
> When I looked at this last, I thought there were comments. Sorry I missed it.
> If you want to pick it up Arnd, please do, otherwise I can send it along in the
> next pull request.
>
> Acked-by: Andy Gross <andy.gross@linaro.org>
Thanks, I hope Arnd can pull this as-is.
Will you apply the DTS changes Andy?
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-20 21:50 ` Linus Walleij
@ 2016-09-20 22:09 ` Andy Gross
2016-09-21 20:42 ` Arnd Bergmann
1 sibling, 0 replies; 7+ messages in thread
From: Andy Gross @ 2016-09-20 22:09 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 20, 2016 at 11:50:14PM +0200, Linus Walleij wrote:
> On Tue, Sep 20, 2016 at 12:36 AM, Andy Gross <andy.gross@linaro.org> wrote:
> > On Tue, Sep 20, 2016 at 12:12:33AM +0200, Arnd Bergmann wrote:
> >> On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
> >> > please pull this new EBI2 bus driver and its bindings into an
> >> > apropriate branch in the ARM SoC tree. The binding now has
> >> > Rob Herrings ACK and we have hopefully finally figured out how
> >> > this should be done.
> >> >
> >>
> >> I just noticed that you sent the pull request directly to arm at kernel.org
> >> rather than the Qualcomm maintainers (which are only on Cc).
> >>
> >> Usually, I'd expect to see this forwarded from Andy, is there a
> >> reason to do it differently here? If so, can I have an Ack
> >> from him?
> >
> > When I looked at this last, I thought there were comments. Sorry I missed it.
> > If you want to pick it up Arnd, please do, otherwise I can send it along in the
> > next pull request.
> >
> > Acked-by: Andy Gross <andy.gross@linaro.org>
>
> Thanks, I hope Arnd can pull this as-is.
>
> Will you apply the DTS changes Andy?
Sure I'll put it in a supplemental pull.
Andy
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] Qualcomm EBI2 bindings and bus driver
2016-09-20 21:50 ` Linus Walleij
2016-09-20 22:09 ` Andy Gross
@ 2016-09-21 20:42 ` Arnd Bergmann
1 sibling, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-09-21 20:42 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday, September 20, 2016 11:50:14 PM CEST Linus Walleij wrote:
> On Tue, Sep 20, 2016 at 12:36 AM, Andy Gross <andy.gross@linaro.org> wrote:
> > On Tue, Sep 20, 2016 at 12:12:33AM +0200, Arnd Bergmann wrote:
> >> On Thursday, September 8, 2016 3:34:42 PM CEST Linus Walleij wrote:
> >> > please pull this new EBI2 bus driver and its bindings into an
> >> > apropriate branch in the ARM SoC tree. The binding now has
> >> > Rob Herrings ACK and we have hopefully finally figured out how
> >> > this should be done.
> >> >
> >>
> >> I just noticed that you sent the pull request directly to arm at kernel.org
> >> rather than the Qualcomm maintainers (which are only on Cc).
> >>
> >> Usually, I'd expect to see this forwarded from Andy, is there a
> >> reason to do it differently here? If so, can I have an Ack
> >> from him?
> >
> > When I looked at this last, I thought there were comments. Sorry I missed it.
> > If you want to pick it up Arnd, please do, otherwise I can send it along in the
> > next pull request.
> >
> > Acked-by: Andy Gross <andy.gross@linaro.org>
>
> Thanks, I hope Arnd can pull this as-is.
>
Pulled into next/drivers, with Andy's Ack added to the merge commit, thanks!
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-09-21 20:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 13:34 [GIT PULL] Qualcomm EBI2 bindings and bus driver Linus Walleij
2016-09-19 22:12 ` Arnd Bergmann
2016-09-19 22:36 ` Andy Gross
2016-09-20 21:50 ` Linus Walleij
2016-09-20 22:09 ` Andy Gross
2016-09-21 20:42 ` Arnd Bergmann
2016-09-20 21:49 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox