mbox

[GIT,PULL] ARM: berlin: Driver changes for v3.18

Message ID 1411425685-27276-1-git-send-email-sebastian.hesselbarth@gmail.com
State New
Headers show

Pull-request

git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-driver-for-3.18-1

Message

Sebastian Hesselbarth Sept. 22, 2014, 10:41 p.m. UTC
Guys,

Berlin is a little quiet this time. Antoine is still doing a great job
but ChipIdea USB didn't make it again this time. Let's hope it makes it
next time.

At least we can add the reset driver contained in this PR.

Please pull,

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.infradead.org/users/hesselba/linux-berlin.git tags/berlin-driver-for-3.18-1

for you to fetch changes up to 72a3643a5f09791a95a85e1ffed6723bafe49a0e:

  reset: add the Berlin reset controller driver (2014-09-11 23:00:48 +0200)

----------------------------------------------------------------
Marvell Berlin SoCs gained a reset driver, which has been
Acked-by Philipp Zabel.

----------------------------------------------------------------
Antoine Tenart (1):
      reset: add the Berlin reset controller driver

 drivers/reset/Makefile       |   1 +
 drivers/reset/reset-berlin.c | 131 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 132 insertions(+)
 create mode 100644 drivers/reset/reset-berlin.c

Comments

Arnd Bergmann Oct. 1, 2014, 3:03 p.m. UTC | #1
On Tuesday 23 September 2014, Sebastian Hesselbarth wrote:
> Berlin is a little quiet this time. Antoine is still doing a great job
> but ChipIdea USB didn't make it again this time. Let's hope it makes it
> next time.
> 
> At least we can add the reset driver contained in this PR.

I've pulled all three into the next/late branch, we'll decide next week
whether that makes it into 3.18, based on how things go with the stuff
in the normal branches.

Please try to send stuff earlier next time so it can be part of the
regular submission.

	Arnd
Sebastian Hesselbarth Oct. 20, 2014, 2:34 p.m. UTC | #2
On 01.10.2014 17:03, Arnd Bergmann wrote:
> On Tuesday 23 September 2014, Sebastian Hesselbarth wrote:
>> Berlin is a little quiet this time. Antoine is still doing a great job
>> but ChipIdea USB didn't make it again this time. Let's hope it makes it
>> next time.
>>
>> At least we can add the reset driver contained in this PR.
>
> I've pulled all three into the next/late branch, we'll decide next week
> whether that makes it into 3.18, based on how things go with the stuff
> in the normal branches.
>
> Please try to send stuff earlier next time so it can be part of the
> regular submission.

Hmm, looks like I was really too late this time. Will try to send
earlier PRs next cycle.

Anyway, how should I proceed with this now? Do you want me to reapply
the patches on v3.18-rc1 and proceed with normal for-v3.19 cycle? Or
should I merge arm-soc's next/late into berlin's for-v3.19 branches
to apply new patches on top?

Sebastian
Arnd Bergmann Oct. 20, 2014, 2:36 p.m. UTC | #3
On Monday 20 October 2014 16:34:35 Sebastian Hesselbarth wrote:
> On 01.10.2014 17:03, Arnd Bergmann wrote:
> > On Tuesday 23 September 2014, Sebastian Hesselbarth wrote:
> >> Berlin is a little quiet this time. Antoine is still doing a great job
> >> but ChipIdea USB didn't make it again this time. Let's hope it makes it
> >> next time.
> >>
> >> At least we can add the reset driver contained in this PR.
> >
> > I've pulled all three into the next/late branch, we'll decide next week
> > whether that makes it into 3.18, based on how things go with the stuff
> > in the normal branches.
> >
> > Please try to send stuff earlier next time so it can be part of the
> > regular submission.
> 
> Hmm, looks like I was really too late this time. Will try to send
> earlier PRs next cycle.
> 
> Anyway, how should I proceed with this now? Do you want me to reapply
> the patches on v3.18-rc1 and proceed with normal for-v3.19 cycle? Or
> should I merge arm-soc's next/late into berlin's for-v3.19 branches
> to apply new patches on top?
> 

The former.

We are not going to use the next/late branch this time, and all code
in it will be abandoned, so you should send it again.

Also, you should /never/ base anything on top of any of our next/*
branches. Always use the minimum set of branches as a base instead.

	Arnd
Sebastian Hesselbarth Oct. 20, 2014, 2:39 p.m. UTC | #4
On 20.10.2014 16:36, Arnd Bergmann wrote:
> On Monday 20 October 2014 16:34:35 Sebastian Hesselbarth wrote:
>> On 01.10.2014 17:03, Arnd Bergmann wrote:
>>> On Tuesday 23 September 2014, Sebastian Hesselbarth wrote:
>>>> Berlin is a little quiet this time. Antoine is still doing a great job
>>>> but ChipIdea USB didn't make it again this time. Let's hope it makes it
>>>> next time.
>>>>
>>>> At least we can add the reset driver contained in this PR.
>>>
>>> I've pulled all three into the next/late branch, we'll decide next week
>>> whether that makes it into 3.18, based on how things go with the stuff
>>> in the normal branches.
>>>
>>> Please try to send stuff earlier next time so it can be part of the
>>> regular submission.
>>
>> Hmm, looks like I was really too late this time. Will try to send
>> earlier PRs next cycle.
>>
>> Anyway, how should I proceed with this now? Do you want me to reapply
>> the patches on v3.18-rc1 and proceed with normal for-v3.19 cycle? Or
>> should I merge arm-soc's next/late into berlin's for-v3.19 branches
>> to apply new patches on top?
>>
>
> The former.
>
> We are not going to use the next/late branch this time, and all code
> in it will be abandoned, so you should send it again.

Ok, so I reapply the patches in question on top of v3.18-rc1.

> Also, you should /never/ base anything on top of any of our next/*
> branches. Always use the minimum set of branches as a base instead.

Ok, just wanted to make sure how you planned to deal with the late
branch.

Sebastian