All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] serial: pxa: kconfig and optional driver model integration
@ 2016-10-28 20:50 Marcel Ziswiler
  2016-10-28 20:50 ` [U-Boot] [PATCH 1/4] serial: pxa: use kconfig for serial configuration Marcel Ziswiler
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marcel Ziswiler @ 2016-10-28 20:50 UTC (permalink / raw)
  To: u-boot


This series integrates both Kconfig as well as optional driver model
support for the PXA serial driver. As I do not have any of the other
hardware available for testing for now I only transitioned the
Colibri PXA270 to actually make use of DM_SERIAL. As space on this
mostly NOR based hardware is rather constrained I decided against
also integrating device tree support for now but rather use olde
platform data. Your input on this is more than welcome.


Marcel Ziswiler (4):
  serial: pxa: use kconfig for serial configuration
  serial: pxa: integrate optional driver model handling
  colibri_pxa270: drop lzma support for space reason
  colibri_pxa270: transition to driver model for serial

 board/toradex/colibri_pxa270/colibri_pxa270.c |  18 ++-
 configs/colibri_pxa270_defconfig              |   3 +
 configs/h2200_defconfig                       |   1 +
 configs/zipitz2_defconfig                     |   1 +
 drivers/serial/Kconfig                        |   6 +
 drivers/serial/serial_pxa.c                   | 181 +++++++++++++++++---------
 include/configs/colibri_pxa270.h              |   4 -
 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, 201 insertions(+), 73 deletions(-)
 create mode 100644 include/dm/platform_data/serial_pxa.h

-- 
2.5.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-11-07  1:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 20:50 [U-Boot] [PATCH 0/4] serial: pxa: kconfig and optional driver model integration Marcel Ziswiler
2016-10-28 20:50 ` [U-Boot] [PATCH 1/4] serial: pxa: use kconfig for serial configuration Marcel Ziswiler
2016-10-28 20:50 ` [U-Boot] [PATCH 2/4] serial: pxa: integrate optional driver model handling Marcel Ziswiler
2016-10-28 20:58   ` Marek Vasut
2016-10-28 20:50 ` [U-Boot] [PATCH 3/4] colibri_pxa270: drop lzma support for space reason Marcel Ziswiler
2016-11-07  1:13   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-28 20:50 ` [U-Boot] [PATCH 4/4] colibri_pxa270: transition to driver model for serial Marcel Ziswiler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.