From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH u-boot 0/5] Amlogic Meson GX Updates for v2018.07
Date: Thu, 14 Jun 2018 13:43:36 +0200 [thread overview]
Message-ID: <1528976621-8397-1-git-send-email-narmstrong@baylibre.com> (raw)
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
next reply other threads:[~2018-06-14 11:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-14 11:43 Neil Armstrong [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528976621-8397-1-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®