mbox series

[GIT,PULL,1/4] bcm2835-defconfig-next-2018-11-27

Message ID 20181127211301.30296-1-eric@anholt.net
State New
Headers show
Series [GIT,PULL,1/4] bcm2835-defconfig-next-2018-11-27 | expand

Pull-request

git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27

Message

Eric Anholt Nov. 27, 2018, 9:12 p.m. UTC
Hi Florian,

Hopefully I'm not too late this time around.  Stefan's been doing a
great job maintaining the bcm2835 branches, and was waiting for me to
send the PRs.

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27

for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:

  ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)

----------------------------------------------------------------
This pull request enables the V4L2 camera driver on the Pi1 defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver

 arch/arm/configs/bcm2835_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Florian Fainelli Nov. 28, 2018, 9:48 p.m. UTC | #1
On 11/27/18 1:12 PM, Eric Anholt wrote:
> Hi Florian,
> 
> Hopefully I'm not too late this time around.  Stefan's been doing a
> great job maintaining the bcm2835 branches, and was waiting for me to
> send the PRs.
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
> 
> for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
> 
>   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
> 
> ----------------------------------------------------------------
> This pull request enables the V4L2 camera driver on the Pi1 defconfig.
> 
> ----------------------------------------------------------------

Merged into defconfig/next, thanks Eric.
Stefan Wahren Jan. 9, 2019, 6:38 p.m. UTC | #2
Hi Florian,

> Florian Fainelli <f.fainelli@gmail.com> hat am 28. November 2018 um 22:48 geschrieben:
> 
> 
> 
> 
> On 11/27/18 1:12 PM, Eric Anholt wrote:
> > Hi Florian,
> > 
> > Hopefully I'm not too late this time around.  Stefan's been doing a
> > great job maintaining the bcm2835 branches, and was waiting for me to
> > send the PRs.
> > 
> > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> > 
> >   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
> > 
> > for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
> > 
> >   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
> > 
> > ----------------------------------------------------------------
> > This pull request enables the V4L2 camera driver on the Pi1 defconfig.
> > 
> > ----------------------------------------------------------------
> 
> Merged into defconfig/next, thanks Eric.

looks like this patch didn't reached Olof for 4.21/5.0.

Should i resend for the next version?

Stefan
Florian Fainelli Jan. 14, 2019, 6:36 p.m. UTC | #3
On 1/9/19 10:38 AM, Stefan Wahren wrote:
> Hi Florian,
> 
>> Florian Fainelli <f.fainelli@gmail.com> hat am 28. November 2018 um 22:48 geschrieben:
>>
>>
>>
>>
>> On 11/27/18 1:12 PM, Eric Anholt wrote:
>>> Hi Florian,
>>>
>>> Hopefully I'm not too late this time around.  Stefan's been doing a
>>> great job maintaining the bcm2835 branches, and was waiting for me to
>>> send the PRs.
>>>
>>> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>>>
>>>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-11-27
>>>
>>> for you to fetch changes up to 24632d6b78a1929b14f32cab762a0859db7086f2:
>>>
>>>   ARM: bcm2835_defconfig: Enable BCM2835 MMAL-based V4L2 camera driver (2018-11-15 19:07:36 +0100)
>>>
>>> ----------------------------------------------------------------
>>> This pull request enables the V4L2 camera driver on the Pi1 defconfig.
>>>
>>> ----------------------------------------------------------------
>>
>> Merged into defconfig/next, thanks Eric.
> 
> looks like this patch didn't reached Olof for 4.21/5.0.

Indeed, sorry about that, I must have somehow missed pushing the branch
and it was not picked up by my script which I likely ran on a different
machine than where the branch was merged locally.

> 
> Should i resend for the next version?

No need to, this is now applied and pushed out to
broadcom-github/stblinux/defconfig/next.

Thanks!