public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] Please pull u-boot-rockchip/master
Date: Fri, 29 Sep 2017 18:22:27 -0400	[thread overview]
Message-ID: <20170929222227.GE3112@bill-the-cat> (raw)
In-Reply-To: <1D34CA7D-2A04-404B-9867-0DB515A8D0AE@theobroma-systems.com>

On Fri, Sep 29, 2017 at 08:14:58PM +0200, Dr. Philipp Tomsich wrote:
> The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:
> 
>   Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to a7bff40f3c309f3f81791e65aa9997b25d55118c:
> 
>   rockchip: enable TPL_SYSRESET for all rockchip SoCs (2017-09-29 20:12:09 +0200)
> 
> ----------------------------------------------------------------
> David Wu (13):
>       dm: adc: Add driver for Rockchip SARADC
>       rockchip: clk: Add rv1108 SARADC clock support
>       rockchip: clk: Add SARADC clock support for rk3288
>       rockchip: clk: Add rk3328 SARADC clock support
>       rockchip: clk: Add rk3368 SARADC clock support
>       rockchip: clk: Add rk3399 SARADC clock support
>       rockchip: dts: rv1108: Add SARADC node at dtsi level
>       rockchip: dts: Enable SARADC for rv1108-evb
>       rockchip: dts: Enable SARADC for rk3288-popmetal
>       rockchip: dts: Enable SARADC for rk3328-evb
>       rockchip: dts: Enable SARADC for rk3368-px5-evb
>       rockchip: dts: Enable SARADC for rk3368-sheep
>       rockchip: dts: Enable SARADC for rk3399-evb
> 
> Elaine Zhang (3):
>       rockchip: i2c: rk3328: support i2c for rk3328 SoC
>       configs: rk3328: add support for pmic rk8xx and regulator and i2c driver
>       rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
> 
> Heinrich Schuchardt (1):
>       evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
> 
> Jagan Teki (5):
>       armv7: Move L2CTLR read/write to common
>       armv7: rk3288: Move configure_l2ctlr to common
>       rk3288: vyasa: Add TPL support
>       rk3288: vyasa: Add falcon mode support
>       rk3288: spl: Add dram_init_banksize
> 
> Kever Yang (13):
>       rockchip: rk3399: move sdram driver to driver/ram
>       rockchip: rk3188: move sdram driver to driver/ram
>       rockchip: rk3288: move sdram driver to driver/ram
>       rockchip: rk3328: move sdram driver to driver/ram
>       rockchip: rk322x: add sdram driver
>       rockchip: dts: rk3229: remove dram channel info
>       rockchip: rk3188: ram: add support for 16bit row address
>       rockchip: clk: fix typo in rk322x clock driver
>       rockchip: rk3036: fix grf macro define
>       rockchip: mkimage: add support for rk3128 soc
>       rockchip: rk322x: fix pd_bus hclk/pclk
>       rockchip: rk322x: update the sysreg number for boot mode
>       rockchip: enable TPL_SYSRESET for all rockchip SoCs
> 
> Philipp Tomsich (15):
>       rockchip: imply ADC and SARADC_ROCKCHIP for Rockchip SOCs
>       rockchip: lion-rk3368: defconfig: remove duplicate CONFIG_ENV_IS_IN_MMC
>       rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM
>       rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
>       rockchip: pinctrl: rk3368: add pinctrl for SDMMC0
>       rockchip: rk3399: make spl_board_init board-specific
>       rockchip: bootrom: add definitions to retrieve BROM boot-source
>       rockchip: spl: add documentation for spl_node_to_boot_device()
>       rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order
>       rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()
>       rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
>       rockchip: puma-rk3399: update board_init()
>       rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
>       power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
>       rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL

NAK.  This has various build problems:
https://gist.github.com/trini/c2620dde1d9b34c0283f31a87b081572

Please fix and re-submit, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170929/c263911f/attachment.sig>

  reply	other threads:[~2017-09-29 22:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29 18:14 [U-Boot] [PULL] Please pull u-boot-rockchip/master Dr. Philipp Tomsich
2017-09-29 22:22 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-21  0:00 Dr. Philipp Tomsich
2018-07-21 12:38 ` Tom Rini
2018-05-14 15:32 Dr. Philipp Tomsich
2018-05-14 15:33 ` Dr. Philipp Tomsich
2018-05-15  1:18 ` Tom Rini
2018-02-25 10:43 Dr. Philipp Tomsich
2018-02-26  3:28 ` Tom Rini
2018-02-26  5:05 ` Jonathan Gray
2018-01-03 17:07 Dr. Philipp Tomsich
2018-01-03 17:08 ` Dr. Philipp Tomsich
2018-01-04  1:10 ` Tom Rini
2018-01-01 13:50 Dr. Philipp Tomsich
2018-01-02  0:46 ` Tom Rini
2017-12-18 23:25 Dr. Philipp Tomsich
2017-12-19  1:56 ` Tom Rini
2017-12-01 18:00 Dr. Philipp Tomsich
2017-12-01 21:47 ` Tom Rini
2017-12-01 23:32   ` Dr. Philipp Tomsich
2017-12-02  2:59     ` Tom Rini
2017-11-26 20:42 Dr. Philipp Tomsich
2017-11-27 12:20 ` Tom Rini
2017-09-08 10:15 Dr. Philipp Tomsich
2017-09-08 14:00 ` Tom Rini
2017-09-05  9:25 Dr. Philipp Tomsich
2017-09-06  0:35 ` 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=20170929222227.GE3112@bill-the-cat \
    --to=trini@konsulko.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