mbox series

[U-Boot,v2,0/9] rockchip: rk3288-vyasa: dts fixes/additions

Message ID 1518623782-24311-1-git-send-email-jagan@amarulasolutions.com
Headers show
Series rockchip: rk3288-vyasa: dts fixes/additions | expand

Message

Jagan Teki Feb. 14, 2018, 3:56 p.m. UTC
Series add new dts nodes like gmac, usb, io_domains and fixed existing
regulator, pmic stuff as per schematic. 

Changes for v2:
- Collect Acked-by and Reviewed-by tags from Philipp
- Add eMMC boot support
- Add missing commit message
- Remove RK_GPIO8 macro to sync with Linux

Jagan Teki (9):
  ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux
  ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1
  ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC
  ARM: dts: rockchip: Add regulators for rk3288-vyasa
  ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
  rockchip: rk3288-vyasa: defconfig: Enable gmac support
  ARM: dts: rockchip: Add usb host for rk3288-vyasa
  ARM: dts: rockchip: Add usb otg for rk3288-vyasa
  rk3288: vyasa: Add eMMC boot support

 arch/arm/dts/rk3288-vyasa-u-boot.dtsi     |  33 ++++
 arch/arm/dts/rk3288-vyasa.dts             | 303 +++++++++++++++++++++++-------
 board/amarula/vyasa-rk3288/MAINTAINERS    |   2 +
 board/amarula/vyasa-rk3288/vyasa-rk3288.c |   7 +
 configs/vyasa-rk3288_defconfig            |   3 +
 5 files changed, 277 insertions(+), 71 deletions(-)
 create mode 100644 arch/arm/dts/rk3288-vyasa-u-boot.dtsi

Comments

Jagan Teki Feb. 23, 2018, 3:17 p.m. UTC | #1
Philipp,

On Wed, Feb 14, 2018 at 9:26 PM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> Series add new dts nodes like gmac, usb, io_domains and fixed existing
> regulator, pmic stuff as per schematic.
>
> Changes for v2:
> - Collect Acked-by and Reviewed-by tags from Philipp
> - Add eMMC boot support
> - Add missing commit message
> - Remove RK_GPIO8 macro to sync with Linux
>
> Jagan Teki (9):
>   ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux
>   ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1
>   ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC
>   ARM: dts: rockchip: Add regulators for rk3288-vyasa
>   ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
>   rockchip: rk3288-vyasa: defconfig: Enable gmac support
>   ARM: dts: rockchip: Add usb host for rk3288-vyasa
>   ARM: dts: rockchip: Add usb otg for rk3288-vyasa
>   rk3288: vyasa: Add eMMC boot support

Can you pick this series, it's been there in ML from few releases.
Philipp Tomsich Feb. 23, 2018, 3:23 p.m. UTC | #2
> On 23 Feb 2018, at 16:17, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> 
> Philipp,
> 
> On Wed, Feb 14, 2018 at 9:26 PM, Jagan Teki <jagannadh.teki@gmail.com <mailto:jagannadh.teki@gmail.com>> wrote:
>> Series add new dts nodes like gmac, usb, io_domains and fixed existing
>> regulator, pmic stuff as per schematic.
>> 
>> Changes for v2:
>> - Collect Acked-by and Reviewed-by tags from Philipp
>> - Add eMMC boot support
>> - Add missing commit message
>> - Remove RK_GPIO8 macro to sync with Linux
>> 
>> Jagan Teki (9):
>>  ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux
>>  ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1
>>  ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC
>>  ARM: dts: rockchip: Add regulators for rk3288-vyasa
>>  ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
>>  rockchip: rk3288-vyasa: defconfig: Enable gmac support
>>  ARM: dts: rockchip: Add usb host for rk3288-vyasa
>>  ARM: dts: rockchip: Add usb otg for rk3288-vyasa
>>  rk3288: vyasa: Add eMMC boot support
> 
> Can you pick this series, it's been there in ML from few releases.


These have been sent only after rc2 was tagged and are on my todo-list
for next (so they should go at the start of the merge window, when I send
out the pull-request to get our next merged back onto master).

Thanks,
Philipp.
Jagan Teki Feb. 23, 2018, 3:29 p.m. UTC | #3
On 23-Feb-2018 8:53 PM, "Dr. Philipp Tomsich" <
philipp.tomsich@theobroma-systems.com> wrote:


On 23 Feb 2018, at 16:17, Jagan Teki <jagannadh.teki@gmail.com> wrote:

Philipp,

On Wed, Feb 14, 2018 at 9:26 PM, Jagan Teki <jagannadh.teki@gmail.com>
wrote:

Series add new dts nodes like gmac, usb, io_domains and fixed existing
regulator, pmic stuff as per schematic.

Changes for v2:
- Collect Acked-by and Reviewed-by tags from Philipp
- Add eMMC boot support
- Add missing commit message
- Remove RK_GPIO8 macro to sync with Linux

Jagan Teki (9):
 ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux
 ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1
 ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC
 ARM: dts: rockchip: Add regulators for rk3288-vyasa
 ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
 rockchip: rk3288-vyasa: defconfig: Enable gmac support
 ARM: dts: rockchip: Add usb host for rk3288-vyasa
 ARM: dts: rockchip: Add usb otg for rk3288-vyasa
 rk3288: vyasa: Add eMMC boot support


Can you pick this series, it's been there in ML from few releases.


These have been sent only after rc2 was tagged and are on my todo-list
for next (so they should go at the start of the merge window, when I send
out the pull-request to get our next merged back onto master).


This this V2 initial version been from 11/17, ie reason for ping.
Philipp Tomsich Feb. 23, 2018, 3:36 p.m. UTC | #4
> On 23 Feb 2018, at 16:29, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> 
> 
> 
> On 23-Feb-2018 8:53 PM, "Dr. Philipp Tomsich" <philipp.tomsich@theobroma-systems.com <mailto:philipp.tomsich@theobroma-systems.com>> wrote:
> 
>> On 23 Feb 2018, at 16:17, Jagan Teki <jagannadh.teki@gmail.com <mailto:jagannadh.teki@gmail.com>> wrote:
>> 
>> Philipp,
>> 
>> On Wed, Feb 14, 2018 at 9:26 PM, Jagan Teki <jagannadh.teki@gmail.com <mailto:jagannadh.teki@gmail.com>> wrote:
>>> Series add new dts nodes like gmac, usb, io_domains and fixed existing
>>> regulator, pmic stuff as per schematic.
>>> 
>>> Changes for v2:
>>> - Collect Acked-by and Reviewed-by tags from Philipp
>>> - Add eMMC boot support
>>> - Add missing commit message
>>> - Remove RK_GPIO8 macro to sync with Linux
>>> 
>>> Jagan Teki (9):
>>>  ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux
>>>  ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1
>>>  ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC
>>>  ARM: dts: rockchip: Add regulators for rk3288-vyasa
>>>  ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
>>>  rockchip: rk3288-vyasa: defconfig: Enable gmac support
>>>  ARM: dts: rockchip: Add usb host for rk3288-vyasa
>>>  ARM: dts: rockchip: Add usb otg for rk3288-vyasa
>>>  rk3288: vyasa: Add eMMC boot support
>> 
>> Can you pick this series, it's been there in ML from few releases.
> 
> 
> These have been sent only after rc2 was tagged and are on my todo-list
> for next (so they should go at the start of the merge window, when I send
> out the pull-request to get our next merged back onto master).
> 
> This this V2 initial version been from 11/17, ie reason for ping.

Just for future reference: I usually start processing a series once I have a final
version.  I’ve burned my fingers on merging vendor patches in the past after
rc1 had been out.

So my modus operandi now is: once v1 has its status in ‘changes requested’
I won’t track this until I get a newer version that can be merged. And if such a
version comes in after rc2, I’ll try to err on the safe side…
… OTOH, if you just barely miss a merge window and need it in rc2, you should
ping me right away.

Hope this helps,
Phil.

P.S.: I have you TPL fix on Travis right now...