All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] arm: sunxi: Use proper and meaningful Kconfig entries
@ 2018-02-06 15:15 Jagan Teki
  2018-02-06 15:15 ` [U-Boot] [PATCH 01/11] sunxi: Add MFD_SUN6I_PRCM kconfig entry Jagan Teki
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Jagan Teki @ 2018-02-06 15:15 UTC (permalink / raw)
  To: u-boot

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.

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 SUNXI_RSB kconfig entry
  sunxi: Add PMIC_SUNXI 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.7.4

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

end of thread, other threads:[~2018-02-13  7:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 15:15 [U-Boot] [PATCH 00/11] arm: sunxi: Use proper and meaningful Kconfig entries Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 01/11] sunxi: Add MFD_SUN6I_PRCM kconfig entry Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 02/11] sunxi: Add I2C_SUN6I_P2WI " Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 03/11] sunxi: Use MFD_SUN6I_PRCM if used Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 04/11] sunxi: Add SUNXI_RSB kconfig entry Jagan Teki
2018-02-06 15:49   ` Maxime Ripard
2018-02-09 10:39     ` Jagan Teki
2018-02-13  7:50       ` Maxime Ripard
2018-02-06 15:15 ` [U-Boot] [PATCH 05/11] sunxi: Add PMIC_SUNXI " Jagan Teki
2018-02-06 15:50   ` Maxime Ripard
2018-02-06 15:15 ` [U-Boot] [PATCH 06/11] sunxi: add DRAM_SUN6I kconfig Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 07/11] sunxi: Add DRAM_SUN4I kconfig entry Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 08/11] sunxi: Add DRAM_SUN9I " Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 09/11] sunxi: Add DRAM_SUN8I_A23 " Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 10/11] sunxi: Add DRAM_SUN8I_A33 " Jagan Teki
2018-02-06 15:15 ` [U-Boot] [PATCH 11/11] sunxi: Add DRAM_SUN8I_A83T " Jagan Teki

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.