mbox series

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 20180319200002.24711-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-sunxi/master | expand

Pull-request

git://git.denx.de/u-boot-sunxi.git master

Message

Jagan Teki March 19, 2018, 8 p.m. UTC
Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:

  common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to 0354f4bef0f1ff1e160673794577ca00b23f3f1a:

  sunxi: Add DRAM_SUN8I_A83T kconfig entry (2018-03-19 16:46:47 +0530)

----------------------------------------------------------------
Jagan Teki (11):
      sunxi: Add SUN6I_PRCM kconfig entry
      sunxi: Add SUN6I_P2WI kconfig entry
      sunxi: Use SUN6I_PRCM if used
      sunxi: Add SUN8I_RSB kconfig entry
      sunxi: Add AXP_PMIC_BUS 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(-)

Comments

Tom Rini March 20, 2018, 12:09 a.m. UTC | #1
On Tue, Mar 20, 2018 at 01:30:02AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:
> 
>   common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 0354f4bef0f1ff1e160673794577ca00b23f3f1a:
> 
>   sunxi: Add DRAM_SUN8I_A83T kconfig entry (2018-03-19 16:46:47 +0530)
> 

Applied to u-boot/master, thanks!