From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 00/11] arm: sunxi: Use proper and meaningful Kconfig entries
Date: Wed, 14 Mar 2018 18:29:43 +0530 [thread overview]
Message-ID: <20180314125954.8718-1-jagan@amarulasolutions.com> (raw)
Current arch/arm/mach-sunxi/Makefile has improper build options
which relies mostly on MACH_ options. This series get rid of those
and added proper Kconfig options.
All Kconfig entry name are re-used from Linux so-that future
dm conversion on these can be meaningful.
Changes for v3:
- Rename SUNXI_RSB to SUN8I_RSB
- Drop or invisible few generic config bool strings
Changes for v2:
- Renamed PMIC_SUNXI to PMIC_AXP, so it PMIC driver implies to have AXP helpers
and name start with PMIC_ sothat the notation can compatible with pmic dm-drivers
Jagan Teki (11):
sunxi: Add MFD_SUN6I_PRCM kconfig entry
sunxi: Add I2C_SUN6I_P2WI kconfig entry
sunxi: Use MFD_SUN6I_PRCM if used
sunxi: Add SUN8I_RSB kconfig entry
sunxi: Add PMIC_AXP kconfig entry
sunxi: add DRAM_SUN6I kconfig
sunxi: Add DRAM_SUN4I kconfig entry
sunxi: Add DRAM_SUN9I kconfig entry
sunxi: Add DRAM_SUN8I_A23 kconfig entry
sunxi: Add DRAM_SUN8I_A33 kconfig entry
sunxi: Add DRAM_SUN8I_A83T kconfig entry
arch/arm/mach-sunxi/Kconfig | 81 ++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-sunxi/Makefile | 30 ++++++----------
drivers/power/Kconfig | 5 +++
3 files changed, 96 insertions(+), 20 deletions(-)
--
2.14.3
next reply other threads:[~2018-03-14 12:59 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-14 12:59 Jagan Teki [this message]
2018-03-14 12:59 ` [U-Boot] [PATCH v3 01/11] sunxi: Add MFD_SUN6I_PRCM kconfig entry Jagan Teki
2018-03-14 13:23 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 02/11] sunxi: Add I2C_SUN6I_P2WI " Jagan Teki
2018-03-14 13:22 ` Maxime Ripard
2018-03-14 13:44 ` Jagan Teki
2018-03-16 6:49 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 03/11] sunxi: Use MFD_SUN6I_PRCM if used Jagan Teki
2018-03-14 13:24 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 04/11] sunxi: Add SUN8I_RSB kconfig entry Jagan Teki
2018-03-14 13:24 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 05/11] sunxi: Add PMIC_AXP " Jagan Teki
2018-03-14 13:26 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 06/11] sunxi: add DRAM_SUN6I kconfig Jagan Teki
2018-03-14 13:26 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 07/11] sunxi: Add DRAM_SUN4I kconfig entry Jagan Teki
2018-03-14 13:26 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 08/11] sunxi: Add DRAM_SUN9I " Jagan Teki
2018-03-14 13:26 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 09/11] sunxi: Add DRAM_SUN8I_A23 " Jagan Teki
2018-03-14 13:27 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 10/11] sunxi: Add DRAM_SUN8I_A33 " Jagan Teki
2018-03-14 13:27 ` Maxime Ripard
2018-03-14 12:59 ` [U-Boot] [PATCH v3 11/11] sunxi: Add DRAM_SUN8I_A83T " Jagan Teki
2018-03-14 13:27 ` Maxime Ripard
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=20180314125954.8718-1-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--cc=u-boot@lists.denx.de \
/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