mbox

[GIT,PULL] Xilinx Zynq dt fixes for v3.19

Message ID 54AE44AF.6010808@monstr.eu
State New
Headers show

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-fixes-for-3.19

Message

Michal Simek Jan. 8, 2015, 8:49 a.m. UTC
Hi,

please consider to pull this one DT patch to your tree as fix for v3.19
It is adding USD dt node. Driver has been added to v3.19.

Thanks,
Michal

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

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

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-fixes-for-3.19

for you to fetch changes up to 1643b31658c44767a85469733c6bff4f6d0371c7:

  ARM: zynq: DT: Add USB to device tree (2015-01-08 09:35:04 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq DT fixes for v3.19

- Add USB chipidea driver to DT

----------------------------------------------------------------
Soren Brinkmann (1):
      ARM: zynq: DT: Add USB to device tree

 arch/arm/boot/dts/zynq-7000.dtsi | 20 ++++++++++++++++++++
 arch/arm/boot/dts/zynq-zc702.dts | 11 +++++++++++
 arch/arm/boot/dts/zynq-zc706.dts | 10 ++++++++++
 arch/arm/boot/dts/zynq-zed.dts   | 10 ++++++++++
 4 files changed, 51 insertions(+)

Comments

Olof Johansson Jan. 12, 2015, 10 p.m. UTC | #1
On Thu, Jan 08, 2015 at 09:49:51AM +0100, Michal Simek wrote:
> Hi,
> 
> please consider to pull this one DT patch to your tree as fix for v3.19
> It is adding USD dt node. Driver has been added to v3.19.
> 
> Thanks,
> Michal
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-fixes-for-3.19
> 
> for you to fetch changes up to 1643b31658c44767a85469733c6bff4f6d0371c7:
> 
>   ARM: zynq: DT: Add USB to device tree (2015-01-08 09:35:04 +0100)

Michal,

This isn't really a fix for something that is broken, is it? I.e. looks like
new hardware support to me, and unfortunately this time in the release is wrong
for that.

I'd be happy to queue it up for 3.20 though, so please confirm.


Thanks!

-Olof
Soren Brinkmann Jan. 12, 2015, 10:37 p.m. UTC | #2
On Mon, 2015-01-12 at 02:00PM -0800, Olof Johansson wrote:
> On Thu, Jan 08, 2015 at 09:49:51AM +0100, Michal Simek wrote:
> > Hi,
> > 
> > please consider to pull this one DT patch to your tree as fix for v3.19
> > It is adding USD dt node. Driver has been added to v3.19.
> > 
> > Thanks,
> > Michal
> > 
> > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> > 
> >   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-fixes-for-3.19
> > 
> > for you to fetch changes up to 1643b31658c44767a85469733c6bff4f6d0371c7:
> > 
> >   ARM: zynq: DT: Add USB to device tree (2015-01-08 09:35:04 +0100)
> 
> Michal,
> 
> This isn't really a fix for something that is broken, is it? I.e. looks like
> new hardware support to me, and unfortunately this time in the release is wrong
> for that.

Without it, USB is broken/not working on Zynq :P
It just came a little late due to the holidays. Would be nice if it
could still make it, since the driver is available now and the DT
fragment is the only missing piece to provide out-of-the-box USB
support.
	
	Soren
Michal Simek Jan. 13, 2015, 6:44 p.m. UTC | #3
On 01/12/2015 11:00 PM, Olof Johansson wrote:
> On Thu, Jan 08, 2015 at 09:49:51AM +0100, Michal Simek wrote:
>> Hi,
>>
>> please consider to pull this one DT patch to your tree as fix for v3.19
>> It is adding USD dt node. Driver has been added to v3.19.
>>
>> Thanks,
>> Michal
>>
>> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
>>
>>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-fixes-for-3.19
>>
>> for you to fetch changes up to 1643b31658c44767a85469733c6bff4f6d0371c7:
>>
>>   ARM: zynq: DT: Add USB to device tree (2015-01-08 09:35:04 +0100)
> 
> Michal,
> 
> This isn't really a fix for something that is broken, is it? I.e. looks like
> new hardware support to me, and unfortunately this time in the release is wrong
> for that.
> 
> I'd be happy to queue it up for 3.20 though, so please confirm.

No problem to queue it up for 3.20. I will add some more patches on the top of this branch.

Thanks,
Michal