Here are 4 patches relative to adding support for the RDC321x southbridge.
This southbridge is present on all x86-based RDC321x System-on-a-Chip and
provides access to GPIOs and Wathchdog. The watchdog driver is already merged.
Regards, Florian Fainelli (4):
x86: remove rdc321x_defs.h
MFD: add support for the RDC321x southbridge
GPIO: add support for RDC321x GPIO controller
WATCHDOG: convert rdc321x_wdt to use southbridge accessors
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Here are 4 patches relative to adding support for the RDC321x southbridge.
This southbridge is present on all x86-based RDC321x System-on-a-Chip and
provides access to GPIOs and Wathchdog. The watchdog driver is already merged.
Samuel, this is rebased on top of your mfd-2.6 master branch after commit
522dba7 and I think the 4 patches should go via your tree to make sure the
merge is consistent.
Thank you.
Any comments on this? Thanks.
> Here are 4 patches relative to adding support for the RDC321x southbridge.
> This southbridge is present on all x86-based RDC321x System-on-a-Chip and
> provides access to GPIOs and Wathchdog. The watchdog driver is already merged.
>
> Samuel, this is rebased on top of your mfd-2.6 master branch after commit
> 522dba7 and I think the 4 patches should go via your tree to make sure the
> merge is consistent.
>
> Thank you.
>
> Florian Fainelli (4):
> x86: remove rdc321x_defs.h
> MFD: add support for the RDC321x southbridge
> GPIO: add support for RDC321x GPIO controller
> WATCHDOG: convert rdc321x_wdt to use southbridge accessors
Watchdog part is OK for me. So Acked-by me can be added.
Personally I don't like the fact that you remove the rdc321x_defs.h file as the first patch.
If someone bisects the kernel, he will get a broken driver between the first and the fourth patch.
Kind regards,
Wim.
This is the third round of the RDC321x southbridge and GPIO support, this
version should hopefully address all of your comments.
Thanks!
Florian Fainelli (4):
MFD: add support for the RDC321x southbridge
GPIO: add support for RDC321x GPIO controller
WATCHDOG: convert rdc321x_wdt to use southbridge pci device
x86: remove rdc321x_defs.h
On Sun, Mar 21, 2010 at 01:06:01AM +0100, Florian Fainelli wrote:
> Hi Samuel, Andrew,
>
> This is the third round of the RDC321x southbridge and GPIO support, this
> version should hopefully address all of your comments.
All 4 (I took v2 for the watchdog) patches applies, thanks.
Cheers,
Samuel.
> Thanks!
>
> Florian Fainelli (4):
> MFD: add support for the RDC321x southbridge
> GPIO: add support for RDC321x GPIO controller
> WATCHDOG: convert rdc321x_wdt to use southbridge pci device
> x86: remove rdc321x_defs.h
--
Intel Open Source Technology Centre
http://oss.intel.com/
Cheers,
Samuel.
Thank you!