All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] Add support for Allwinner A10s SoCs
Date: Sat, 15 Jun 2013 15:14:32 +0200	[thread overview]
Message-ID: <20130615131432.GW16699@lukather> (raw)
In-Reply-To: <1370795767-9769-1-git-send-email-maxime.ripard@free-electrons.com>

Hi Linus,

On Sun, Jun 09, 2013 at 06:36:01PM +0200, Maxime Ripard wrote:
> Hi everyone,
> 
> This patch serie reworks a bit the pinctrl driver and adds the necessary
> bits needed to support the Allwinner A10s SoC.
> 
> This SoC is a bit in between the A10 and A13. Notable differences with
> the A13 is the addition of an HDMI controller and of the EMAC.
> 
> For the time being (ie until we find a proper datasheet for this SoCs),
> the clock definition is taken from the A10 one.
> 
> This patches depends on the "Add external interrupt support for Allwinner SoCs"
> patch serie.

Do you have any comments on the two patches on the pinctrl driver?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Emilio Lopez <emilio@elopez.com.ar>,
	kevin@allwinnertech.com, sunny@allwinnertech.com,
	shuge@allwinnertech.com, linux-sunxi@googlegroups.com
Subject: Re: [PATCH 0/6] Add support for Allwinner A10s SoCs
Date: Sat, 15 Jun 2013 15:14:32 +0200	[thread overview]
Message-ID: <20130615131432.GW16699@lukather> (raw)
In-Reply-To: <1370795767-9769-1-git-send-email-maxime.ripard@free-electrons.com>

Hi Linus,

On Sun, Jun 09, 2013 at 06:36:01PM +0200, Maxime Ripard wrote:
> Hi everyone,
> 
> This patch serie reworks a bit the pinctrl driver and adds the necessary
> bits needed to support the Allwinner A10s SoC.
> 
> This SoC is a bit in between the A10 and A13. Notable differences with
> the A13 is the addition of an HDMI controller and of the EMAC.
> 
> For the time being (ie until we find a proper datasheet for this SoCs),
> the clock definition is taken from the A10 one.
> 
> This patches depends on the "Add external interrupt support for Allwinner SoCs"
> patch serie.

Do you have any comments on the two patches on the pinctrl driver?

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  parent reply	other threads:[~2013-06-15 13:14 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-09 16:36 [PATCH 0/6] Add support for Allwinner A10s SoCs Maxime Ripard
2013-06-09 16:36 ` Maxime Ripard
2013-06-09 16:36 ` [PATCH 1/6] ARM: sunxi: Add Allwinner A10s machine compatible Maxime Ripard
2013-06-09 16:36   ` Maxime Ripard
2013-06-09 16:36 ` [PATCH 2/6] pinctrl: sunxi: Move the pins definitions to a separate header Maxime Ripard
2013-06-16 11:03   ` Linus Walleij
2013-06-16 11:03     ` Linus Walleij
2013-06-17  8:41     ` Maxime Ripard
2013-06-17  8:41       ` Maxime Ripard
2013-06-17 16:11       ` Linus Walleij
2013-06-17 16:11         ` Linus Walleij
2013-06-09 16:36 ` [PATCH 3/6] pinctrl: sunxi: Add Allwinner A10s pins Maxime Ripard
2013-06-09 16:36   ` Maxime Ripard
2013-06-16 11:04   ` Linus Walleij
2013-06-16 11:04     ` Linus Walleij
2013-06-09 16:36 ` [PATCH 4/6] ARM: sunxi: dt: Add Allwinner A10s DTSI Maxime Ripard
2013-06-09 16:36   ` Maxime Ripard
2013-06-09 21:36   ` Arnd Bergmann
2013-06-09 21:36     ` Arnd Bergmann
2013-06-10 10:34     ` Maxime Ripard
2013-06-10 10:34       ` Maxime Ripard
2013-06-10 14:58       ` Arnd Bergmann
2013-06-10 14:58         ` Arnd Bergmann
2013-06-09 16:36 ` [PATCH 5/6] ARM: sunxi: Add Olimex A10s-Olinuxino-micro device tree Maxime Ripard
2013-06-09 16:36   ` Maxime Ripard
2013-06-14 18:09   ` [linux-sunxi] " Emilio López
2013-06-14 18:09     ` Emilio López
2013-06-17  8:38     ` Maxime Ripard
2013-06-17  8:38       ` Maxime Ripard
2013-06-09 16:36 ` [PATCH 6/6] ARM: multi_v7: Enable Allwinner EMAC in multi_v7_defconfig Maxime Ripard
2013-06-09 16:36   ` Maxime Ripard
2013-06-15 13:14 ` Maxime Ripard [this message]
2013-06-15 13:14   ` [PATCH 0/6] Add support for Allwinner A10s SoCs Maxime Ripard

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=20130615131432.GW16699@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 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.