All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Rockchip patches for testing
@ 2016-09-23  3:17 Simon Glass
  2016-09-23  6:41 ` Kever Yang
  2016-09-23 12:18 ` Sandy Patterson
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Glass @ 2016-09-23  3:17 UTC (permalink / raw)
  To: u-boot

Hi,

I have pushed a branch to u-boot-rockchip/testing. Please take a look
and let me know if any of these patches need rework.

Are there more patches coming for this merge window?

Re rk3399, one of the patches causes a build error on rk3399. Can
someone please take a look?

buildman -b rk-push rockchip -se
boards.cfg is up to date. Nothing to do.
Summary of 14 commits for 10 boards (8 threads, 1 job per thread)
01: Merge git://git.denx.de/u-boot-rockchip
02: rockchip: rk3288: sdram: fix DDR address range
03: rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled
04: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
05: Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board
06: rockchip: add usb mass storage feature support for rk3036
07: rockchip: rk3399: update PPLL and pmu_pclk frequency
08: rockchip: rkpwm: fix the register sequence
09: power: regulator: add pwm regulator
10: rockchip: evb_rk3399: init vdd_center regulator
11: Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
12: dts: evb-rk3399: add init voltage node for vdd-center
13: config: evb-rk3399: enable pwm regulator
   aarch64:  +   evb-rk3399
+../drivers/power/regulator/pwm_regulator.c: In function 'pwm_regulator_probe':
+../drivers/power/regulator/pwm_regulator.c:135:10: error: 'struct
pwm_regulator_info' has no member named 'boot_on'
+  if (priv->boot_on)
+          ^
+make[2]: *** [drivers/power/regulator/pwm_regulator.o] Error 1
+make[1]: *** [drivers/power/regulator] Error 2
+make: *** [sub-make] Error 2

Regards,
Simon

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

* [U-Boot] Rockchip patches for testing
  2016-09-23  3:17 [U-Boot] Rockchip patches for testing Simon Glass
@ 2016-09-23  6:41 ` Kever Yang
  2016-09-23 12:18 ` Sandy Patterson
  1 sibling, 0 replies; 3+ messages in thread
From: Kever Yang @ 2016-09-23  6:41 UTC (permalink / raw)
  To: u-boot

Hi Simon,

On 09/23/2016 11:17 AM, Simon Glass wrote:
> Hi,
>
> I have pushed a branch to u-boot-rockchip/testing. Please take a look
> and let me know if any of these patches need rework.
>
> Are there more patches coming for this merge window?
>
> Re rk3399, one of the patches causes a build error on rk3399. Can
> someone please take a look?
>
> buildman -b rk-push rockchip -se
> boards.cfg is up to date. Nothing to do.
> Summary of 14 commits for 10 boards (8 threads, 1 job per thread)
> 01: Merge git://git.denx.de/u-boot-rockchip
> 02: rockchip: rk3288: sdram: fix DDR address range
> 03: rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled
> 04: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
> 05: Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board
> 06: rockchip: add usb mass storage feature support for rk3036
> 07: rockchip: rk3399: update PPLL and pmu_pclk frequency
> 08: rockchip: rkpwm: fix the register sequence
> 09: power: regulator: add pwm regulator
> 10: rockchip: evb_rk3399: init vdd_center regulator
> 11: Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
> 12: dts: evb-rk3399: add init voltage node for vdd-center
> 13: config: evb-rk3399: enable pwm regulator
>     aarch64:  +   evb-rk3399
> +../drivers/power/regulator/pwm_regulator.c: In function 'pwm_regulator_probe':
> +../drivers/power/regulator/pwm_regulator.c:135:10: error: 'struct
> pwm_regulator_info' has no member named 'boot_on'

I'll going to fix this with new patch set.

Thanks,
- Kever
> +  if (priv->boot_on)
> +          ^
> +make[2]: *** [drivers/power/regulator/pwm_regulator.o] Error 1
> +make[1]: *** [drivers/power/regulator] Error 2
> +make: *** [sub-make] Error 2
>
> Regards,
> Simon
>
>
>

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

* [U-Boot] Rockchip patches for testing
  2016-09-23  3:17 [U-Boot] Rockchip patches for testing Simon Glass
  2016-09-23  6:41 ` Kever Yang
@ 2016-09-23 12:18 ` Sandy Patterson
  1 sibling, 0 replies; 3+ messages in thread
From: Sandy Patterson @ 2016-09-23 12:18 UTC (permalink / raw)
  To: u-boot

On Thu, Sep 22, 2016 at 11:17 PM, Simon Glass <sjg@chromium.org> wrote:

> Hi,
>
> I have pushed a branch to u-boot-rockchip/testing. Please take a look
> and let me know if any of these patches need rework.
>
> Are there more patches coming for this merge window?
>
> Re rk3399, one of the patches causes a build error on rk3399. Can
> someone please take a look?
>
> buildman -b rk-push rockchip -se
> boards.cfg is up to date. Nothing to do.
> Summary of 14 commits for 10 boards (8 threads, 1 job per thread)
> 01: Merge git://git.denx.de/u-boot-rockchip
> 02: rockchip: rk3288: sdram: fix DDR address range
> 03: rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is
> enabled
> 04: Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
> 05: Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board
> 06: rockchip: add usb mass storage feature support for rk3036
> 07: rockchip: rk3399: update PPLL and pmu_pclk frequency
> 08: rockchip: rkpwm: fix the register sequence
> 09: power: regulator: add pwm regulator
> 10: rockchip: evb_rk3399: init vdd_center regulator
> 11: Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
> 12: dts: evb-rk3399: add init voltage node for vdd-center
> 13: config: evb-rk3399: enable pwm regulator
>    aarch64:  +   evb-rk3399
> +../drivers/power/regulator/pwm_regulator.c: In function
> 'pwm_regulator_probe':
> +../drivers/power/regulator/pwm_regulator.c:135:10: error: 'struct
> pwm_regulator_info' has no member named 'boot_on'
> +  if (priv->boot_on)
> +          ^
> +make[2]: *** [drivers/power/regulator/pwm_regulator.o] Error 1
> +make[1]: *** [drivers/power/regulator] Error 2
> +make: *** [sub-make] Error 2
>
> Regards,
> Simon
>

Tested on rock2-rk3288 2GB RAM:
Tested-by: Sandy Patterson <apatterson@sightlogix.com>

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

end of thread, other threads:[~2016-09-23 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23  3:17 [U-Boot] Rockchip patches for testing Simon Glass
2016-09-23  6:41 ` Kever Yang
2016-09-23 12:18 ` Sandy Patterson

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.