mbox

[U-Boot,PULL] u-boot-pxa/master

Message ID 7fa71f72-2b6d-8ca8-5209-7b2e9559b858@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-pxa.git master

Message

Marek Vasut Nov. 23, 2016, 12:54 p.m. UTC
The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32:

  MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git master

for you to fetch changes up to 136179bec19f4bc84227cba138214ea392a723ea:

  colibri_pxa270: transition to driver model for serial (2016-11-23
13:53:20 +0100)

----------------------------------------------------------------
Marcel Ziswiler (4):
      serial: pxa: use kconfig for serial configuration
      serial: pxa: integrate optional driver model handling
      colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space
reason
      colibri_pxa270: transition to driver model for serial

 board/toradex/colibri_pxa270/colibri_pxa270.c |  18 ++++++++-
 configs/colibri_pxa270_defconfig              |   9 ++++-
 configs/h2200_defconfig                       |   1 +
 configs/zipitz2_defconfig                     |   1 +
 drivers/serial/Kconfig                        |   6 +++
 drivers/serial/serial_pxa.c                   | 183
++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
 include/configs/colibri_pxa270.h              |   7 +---
 include/configs/h2200.h                       |   2 -
 include/configs/zipitz2.h                     |   1 -
 include/dm/platform_data/serial_pxa.h         |  56
++++++++++++++++++++++++++++
 scripts/config_whitelist.txt                  |   1 -
 11 files changed, 203 insertions(+), 82 deletions(-)
 create mode 100644 include/dm/platform_data/serial_pxa.h

Comments

Tom Rini Nov. 23, 2016, 6:07 p.m. UTC | #1
On Wed, Nov 23, 2016 at 01:54:45PM +0100, Marek Vasut wrote:

> The following changes since commit 543bd27353d2c5679057fe09aa2d02259687ff32:
> 
>   MAINTAINERS: SUNXI: Update maintainership (2016-11-22 09:07:26 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git master
> 
> for you to fetch changes up to 136179bec19f4bc84227cba138214ea392a723ea:
> 
>   colibri_pxa270: transition to driver model for serial (2016-11-23
> 13:53:20 +0100)
> 

Applied to u-boot/master, thanks!