* [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
@ 2017-07-26 9:54 Diego
0 siblings, 0 replies; 6+ messages in thread
From: Diego @ 2017-07-26 9:54 UTC (permalink / raw)
To: u-boot
> On Mon, Jul 10, 2017 at 03:44:17PM +0200, Olliver Schinagl wrote:
> > Ping,
> >
> > any reason this hasn't been merged yet? :)
>
> I don't know. Jagan?
>
> Maxime
It looks like Jagan isn't responding.
Anybody else that can approve this?
Bests,
Diego
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
@ 2017-05-12 9:38 Olliver Schinagl
2017-05-12 16:52 ` Maxime Ripard
0 siblings, 1 reply; 6+ messages in thread
From: Olliver Schinagl @ 2017-05-12 9:38 UTC (permalink / raw)
To: u-boot
This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This
assembly variant uses eMMC flash instead of NAND (or no flash) on the other
Lime2's. Additionally, we sync the dts with upstream as we now use this dts
from the new defconfig.
Changes since v3:
* Added my signed-off-by to Emanuel's upstream kernel pach
Changes since v2:
* Converted these two patches into a patch-series
Changes since v1:
* Rebased with master
Emmanuel Vadot (1):
ARM: dts: sunxi: Change node name for pwrseq pin on
Olinuxino-lime2-emmc
Olliver Schinagl (1):
sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC
arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 2 +-
board/sunxi/MAINTAINERS | 5 ++++
configs/A20-OLinuXino-Lime2-eMMC_defconfig | 36 +++++++++++++++++++++++++
3 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 configs/A20-OLinuXino-Lime2-eMMC_defconfig
--
2.11.0
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
2017-05-12 9:38 Olliver Schinagl
@ 2017-05-12 16:52 ` Maxime Ripard
2017-07-10 13:44 ` Olliver Schinagl
2017-08-07 8:26 ` Jagan Teki
0 siblings, 2 replies; 6+ messages in thread
From: Maxime Ripard @ 2017-05-12 16:52 UTC (permalink / raw)
To: u-boot
On Fri, May 12, 2017 at 11:38:52AM +0200, Olliver Schinagl wrote:
> This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This
> assembly variant uses eMMC flash instead of NAND (or no flash) on the other
> Lime2's. Additionally, we sync the dts with upstream as we now use this dts
> from the new defconfig.
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170512/7821726d/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
2017-05-12 16:52 ` Maxime Ripard
@ 2017-07-10 13:44 ` Olliver Schinagl
2017-07-11 19:00 ` Maxime Ripard
2017-08-07 8:26 ` Jagan Teki
1 sibling, 1 reply; 6+ messages in thread
From: Olliver Schinagl @ 2017-07-10 13:44 UTC (permalink / raw)
To: u-boot
Ping,
any reason this hasn't been merged yet? :)
Olliver
On 12-05-17 18:52, Maxime Ripard wrote:
> On Fri, May 12, 2017 at 11:38:52AM +0200, Olliver Schinagl wrote:
>> This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This
>> assembly variant uses eMMC flash instead of NAND (or no flash) on the other
>> Lime2's. Additionally, we sync the dts with upstream as we now use this dts
>> from the new defconfig.
>
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>
> Maxime
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC
2017-05-12 16:52 ` Maxime Ripard
2017-07-10 13:44 ` Olliver Schinagl
@ 2017-08-07 8:26 ` Jagan Teki
1 sibling, 0 replies; 6+ messages in thread
From: Jagan Teki @ 2017-08-07 8:26 UTC (permalink / raw)
To: u-boot
On Fri, May 12, 2017 at 10:22 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> On Fri, May 12, 2017 at 11:38:52AM +0200, Olliver Schinagl wrote:
>> This patch series adds support for the Olimex OLinuXino Lime2 eMMC. This
>> assembly variant uses eMMC flash instead of NAND (or no flash) on the other
>> Lime2's. Additionally, we sync the dts with upstream as we now use this dts
>> from the new defconfig.
>
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Applied to u-boot-sunxi/master
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-08-07 8:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 9:54 [U-Boot] [PATCHv4 0/2] ARM: sunxi: Add support for OLinuXino Lime2 eMMC Diego
-- strict thread matches above, loose matches on Subject: below --
2017-05-12 9:38 Olliver Schinagl
2017-05-12 16:52 ` Maxime Ripard
2017-07-10 13:44 ` Olliver Schinagl
2017-07-11 19:00 ` Maxime Ripard
2017-08-07 8:26 ` Jagan Teki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox