All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/7] Add support for GE PPD
@ 2017-11-01 14:23 Martyn Welch
  2017-11-01 14:23 ` [U-Boot] [PATCH v3 1/7] imx: mxc_i2c: tweak the i2c transfer method Martyn Welch
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Martyn Welch @ 2017-11-01 14:23 UTC (permalink / raw)
  To: u-boot

This series adds support for the GE PPD. The initial patches in this
series resolve issues found during development and testing, extend
existing support and add new support for devices in the PPD. The final
patch in the series adds the board support for the PPD.

Ian Ray (2):
  ext4: recover from filesystem corruption when reading
  bootcount: add support for bootcounter on EXT filesystem

Martyn Welch (2):
  pwm: imx: Enable PWM support on i.MX53
  arm: mx5: Add more register definitions

Nandor Han (2):
  imx: mxc_i2c: tweak the i2c transfer method
  rtc: add support for s35392a

Peter Senna Tschudin (1):
  mx53: Add Board support for GE PPD

 README                                   |   7 +
 arch/arm/include/asm/arch-mx5/crm_regs.h |   9 +
 arch/arm/include/asm/arch-mx5/imx-regs.h |  47 +++
 arch/arm/include/asm/mach-types.h        |   1 +
 arch/arm/mach-imx/mx5/Kconfig            |   5 +
 board/freescale/mx53ppd/Kconfig          |  17 ++
 board/freescale/mx53ppd/MAINTAINERS      |   7 +
 board/freescale/mx53ppd/Makefile         |  12 +
 board/freescale/mx53ppd/imximage.cfg     |  87 ++++++
 board/freescale/mx53ppd/mx53ppd.c        | 487 +++++++++++++++++++++++++++++++
 board/freescale/mx53ppd/mx53ppd_video.c  | 123 ++++++++
 board/freescale/mx53ppd/ppd_gpio.h       |  96 ++++++
 board/freescale/mx53ppd/vpd_reader.c     | 230 +++++++++++++++
 board/freescale/mx53ppd/vpd_reader.h     |  25 ++
 configs/mx53ppd_defconfig                |  39 +++
 drivers/Kconfig                          |   2 +
 drivers/bootcount/Kconfig                |  57 ++++
 drivers/bootcount/Makefile               |   1 +
 drivers/bootcount/bootcount_ext.c        |  59 ++++
 drivers/i2c/mxc_i2c.c                    |  25 +-
 drivers/pwm/pwm-imx-util.c               |   2 +
 drivers/rtc/Kconfig                      |   6 +
 drivers/rtc/Makefile                     |   1 +
 drivers/rtc/s35392a.c                    | 360 +++++++++++++++++++++++
 fs/ext4/ext4_common.c                    |  10 +
 fs/ext4/ext4fs.c                         |  10 +-
 include/configs/mx53ppd.h                | 246 ++++++++++++++++
 lib/Kconfig                              |   3 +
 28 files changed, 1963 insertions(+), 11 deletions(-)
 create mode 100644 board/freescale/mx53ppd/Kconfig
 create mode 100644 board/freescale/mx53ppd/MAINTAINERS
 create mode 100644 board/freescale/mx53ppd/Makefile
 create mode 100644 board/freescale/mx53ppd/imximage.cfg
 create mode 100644 board/freescale/mx53ppd/mx53ppd.c
 create mode 100644 board/freescale/mx53ppd/mx53ppd_video.c
 create mode 100644 board/freescale/mx53ppd/ppd_gpio.h
 create mode 100644 board/freescale/mx53ppd/vpd_reader.c
 create mode 100644 board/freescale/mx53ppd/vpd_reader.h
 create mode 100644 configs/mx53ppd_defconfig
 create mode 100644 drivers/bootcount/Kconfig
 create mode 100644 drivers/bootcount/bootcount_ext.c
 create mode 100644 drivers/rtc/s35392a.c
 create mode 100644 include/configs/mx53ppd.h

-- 
2.1.4

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

end of thread, other threads:[~2017-11-01 17:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 14:23 [U-Boot] [PATCH v3 0/7] Add support for GE PPD Martyn Welch
2017-11-01 14:23 ` [U-Boot] [PATCH v3 1/7] imx: mxc_i2c: tweak the i2c transfer method Martyn Welch
2017-11-01 14:23 ` [U-Boot] [PATCH v3 2/7] ext4: recover from filesystem corruption when reading Martyn Welch
2017-11-01 14:23 ` [U-Boot] [PATCH v3 3/7] pwm: imx: Enable PWM support on i.MX53 Martyn Welch
2017-11-01 15:31   ` Stefano Babic
2017-11-01 15:42     ` Martyn Welch
2017-11-01 15:58       ` Stefano Babic
2017-11-01 14:23 ` [U-Boot] [PATCH v3 4/7] arm: mx5: Add more register definitions Martyn Welch
2017-11-01 15:33   ` Stefano Babic
2017-11-01 14:23 ` [U-Boot] [PATCH v3 5/7] bootcount: add support for bootcounter on EXT filesystem Martyn Welch
2017-11-01 14:41   ` Tom Rini
2017-11-01 15:28   ` Stefano Babic
2017-11-01 16:24     ` Tom Rini
2017-11-01 14:23 ` [U-Boot] [PATCH v3 6/7] rtc: add support for s35392a Martyn Welch
2017-11-01 14:23 ` [U-Boot] [PATCH v3 7/7] mx53: Add Board support for GE PPD Martyn Welch
2017-11-01 15:53   ` Stefano Babic
2017-11-01 17:56     ` Martyn Welch

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.