mbox

[GIT,PULL] Xilinx Zynq changes for v3.17

Message ID 53C8F828.8000804@monstr.eu
State New
Headers show

Pull-request

git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.17

Message

Michal Simek July 18, 2014, 10:34 a.m. UTC
Hi,

please pull these two patches to your arm-soc tree.

Thanks,
Michal

The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:

  Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)

are available in the git repository at:

  git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.17

for you to fetch changes up to 8fe9346b945d76ddb3f08c00e34d701174c62fa0:

  ARM: zynq: DT: Migrate UART to Cadence binding (2014-07-18 11:54:24 +0200)

----------------------------------------------------------------
arm: Xilinx Zynq dt patches for v3.17

- Document and use new cadence serial binding

----------------------------------------------------------------
Soren Brinkmann (2):
      tty: cadence: Document DT binding
      ARM: zynq: DT: Migrate UART to Cadence binding

 Documentation/devicetree/bindings/serial/cdns,uart.txt | 20 ++++++++++++++++++++
 arch/arm/boot/dts/zynq-7000.dtsi                       |  8 ++++----
 2 files changed, 24 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/cdns,uart.txt

Comments

Olof Johansson July 19, 2014, 7:18 p.m. UTC | #1
On Fri, Jul 18, 2014 at 12:34:16PM +0200, Michal Simek wrote:
> Hi,
> 
> please pull these two patches to your arm-soc tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
> 
>   Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
> 
> are available in the git repository at:
> 
>   git://git.xilinx.com/linux-xlnx.git tags/zynq-dt-for-3.17
> 
> for you to fetch changes up to 8fe9346b945d76ddb3f08c00e34d701174c62fa0:
> 
>   ARM: zynq: DT: Migrate UART to Cadence binding (2014-07-18 11:54:24 +0200)
> 
> ----------------------------------------------------------------
> arm: Xilinx Zynq dt patches for v3.17
> 
> - Document and use new cadence serial binding
> 
> ----------------------------------------------------------------
> Soren Brinkmann (2):
>       tty: cadence: Document DT binding
>       ARM: zynq: DT: Migrate UART to Cadence binding

Merged, thanks.

-Olof