All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org, Kathy Giori <kgiori@qca.qualcomm.com>,
	"Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
Subject: Re: [PATCH 00/13] MIPS: ath79: add initial support for AR933X SoCs
Date: Wed, 16 Nov 2011 19:18:47 +0000	[thread overview]
Message-ID: <20111116191847.GQ8932@linux-mips.org> (raw)
In-Reply-To: <1308597973-6037-1-git-send-email-juhosg@openwrt.org>

On Mon, Jun 20, 2011 at 09:26:00PM +0200, Gabor Juhos wrote:

> This patch set adds initial support for the Atheros AR933X SoCs.
> 
> The patch set depends on the following unmerged patches:
> MIPS: ath79: modify number of available IRQs
> MIPS: ath79: handle more MISC IRQs
> MIPS: ath79: add common USB Host Controller device
> 
> Gabor Juhos (13):
>   MIPS: ath79: remove superfluous parentheses
>   MIPS: ath79: add revision id for the AR933X SoCs
>   MIPS: ath79: add early printk support for the AR933X SoCs
>   MIPS: ath79: add AR933X specific clock init
>   MIPS: ath79: add AR933X specific glue for
>     ath79_device_reset_{set,clear}
>   MIPS: ath79: add AR933X specific IRQ initialization
>   MIPS: ath79: add AR933X specific GPIO initialization
>   MIPS: ath79: add config symbol for the AR933X SoCs
>   USB: ehci-ath79: add device_id entry for the AR933X SoCs
>   MIPS: ath79: add AR933X specific USB platform device registration
>   serial: add driver for the built-in UART of the AR933X SoC
>   MIPS: ath79: register UART device for the AR933X SoCs
>   MIPS: ath79: add initial support for the Atheros AP121 reference
>     board

I've merged this entire series and a previous 3 part series that is
required for this series to be applied.  But the patches are no longer
entirely fresh.  I'm going to review it for changes needed due to
changes elsewhere in the kernel and try to fix it up.  I don't have
hardware to test on so I'd appreciate testing by others as a valuable
help to get this upstream for 3.3 in a good shape!

Thanks,

  Ralf

      parent reply	other threads:[~2011-11-16 19:18 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20 19:26 [PATCH 00/13] MIPS: ath79: add initial support for AR933X SoCs Gabor Juhos
2011-06-20 19:26 ` [PATCH 01/13] MIPS: ath79: remove superfluous parentheses Gabor Juhos
2011-11-16 19:10   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 02/13] MIPS: ath79: add revision id for the AR933X SoCs Gabor Juhos
2011-06-21 10:22   ` Sergei Shtylyov
2011-06-21 18:17     ` Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 03/13] MIPS: ath79: add early printk support " Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 04/13] MIPS: ath79: add AR933X specific clock init Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 05/13] MIPS: ath79: add AR933X specific glue for ath79_device_reset_{set,clear} Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 06/13] MIPS: ath79: add AR933X specific IRQ initialization Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 07/13] MIPS: ath79: add AR933X specific GPIO initialization Gabor Juhos
2011-11-16 19:11   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 08/13] MIPS: ath79: add config symbol for the AR933X SoCs Gabor Juhos
2011-11-16 19:12   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 09/13] USB: ehci-ath79: add device_id entry " Gabor Juhos
2011-11-16 19:13   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 10/13] MIPS: ath79: add AR933X specific USB platform device registration Gabor Juhos
2011-11-16 19:13   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 11/13] serial: add driver for the built-in UART of the AR933X SoC Gabor Juhos
2011-06-21  8:59   ` Alan Cox
2011-06-21 18:55     ` Gabor Juhos
2011-07-01 21:11     ` Greg KH
2011-11-16 19:13       ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 12/13] MIPS: ath79: register UART device for the AR933X SoCs Gabor Juhos
2011-11-16 19:14   ` Ralf Baechle
2011-06-20 19:26 ` [PATCH 13/13] MIPS: ath79: add initial support for the Atheros AP121 reference board Gabor Juhos
2011-11-16 19:14   ` Ralf Baechle
2011-11-16 19:18 ` Ralf Baechle [this message]

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=20111116191847.GQ8932@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=juhosg@openwrt.org \
    --cc=kgiori@qca.qualcomm.com \
    --cc=linux-mips@linux-mips.org \
    --cc=rodrigue@qca.qualcomm.com \
    /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.