mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
* [PATCH u-boot 0/5] Amlogic Meson GX Updates for v2018.07
@ 2018-06-14 11:43 Neil Armstrong
  2018-06-14 11:43 ` [PATCH u-boot 1/5] adc: meson-saradc: fix regmap_init_mem call Neil Armstrong
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Neil Armstrong @ 2018-06-14 11:43 UTC (permalink / raw)
  To: linus-amlogic

This patchset :
 - fixes meson-saradc build
 - adds the meson clock driver from Beniamino with it's consent
 - switches to the clock driver for Ethernet and I2C
 - Enables boot from USB if config is enabled
 - finally enables USB, Regulator & ADC drivers for selected boards

Beniamino Galvani (2):
  clk: add Amlogic meson clock driver
  meson: use the clock driver

Neil Armstrong (3):
  adc: meson-saradc: fix regmap_init_mem call
  config: meson-gx-common: Enable USB boot
  configs: Update Meson GX configs

 arch/arm/include/asm/arch-meson/clock.h   | 117 +++++++++
 arch/arm/include/asm/arch-meson/gx.h      |  10 -
 arch/arm/mach-meson/Kconfig               |   2 +
 arch/arm/mach-meson/eth.c                 |   3 +-
 board/amlogic/libretech-cc/libretech-cc.c |   4 -
 board/amlogic/odroid-c2/odroid-c2.c       |   3 -
 configs/khadas-vim_defconfig              |  14 ++
 configs/libretech-cc_defconfig            |  17 ++
 configs/odroid-c2_defconfig               |   4 +
 configs/p212_defconfig                    |  14 ++
 drivers/adc/meson-saradc.c                |   2 +-
 drivers/clk/Makefile                      |   1 +
 drivers/clk/clk_meson.c                   | 393 ++++++++++++++++++++++++++++++
 drivers/clk/clk_meson.h                   |  47 ++++
 drivers/i2c/meson_i2c.c                   |  20 +-
 include/configs/meson-gx-common.h         |   7 +
 16 files changed, 635 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-meson/clock.h
 create mode 100644 drivers/clk/clk_meson.c
 create mode 100644 drivers/clk/clk_meson.h

-- 
2.7.4

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

end of thread, other threads:[~2018-06-19 18:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 11:43 [PATCH u-boot 0/5] Amlogic Meson GX Updates for v2018.07 Neil Armstrong
2018-06-14 11:43 ` [PATCH u-boot 1/5] adc: meson-saradc: fix regmap_init_mem call Neil Armstrong
2018-06-19 18:43   ` [U-Boot,u-boot,1/5] " Tom Rini
2018-06-14 11:43 ` [PATCH u-boot 2/5] config: meson-gx-common: Enable USB boot Neil Armstrong
2018-06-19 18:43   ` [U-Boot,u-boot,2/5] " Tom Rini
2018-06-14 11:43 ` [PATCH u-boot 3/5] clk: add Amlogic meson clock driver Neil Armstrong
2018-06-19 18:43   ` [U-Boot,u-boot,3/5] " Tom Rini
2018-06-14 11:43 ` [PATCH u-boot 4/5] meson: use the " Neil Armstrong
2018-06-19 18:43   ` [U-Boot,u-boot,4/5] " Tom Rini
2018-06-14 11:43 ` [PATCH u-boot 5/5] configs: Update Meson GX configs Neil Armstrong
2018-06-19 18:43   ` [U-Boot,u-boot,5/5] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®