sata_sil24: Use memory barriers before issuing commands
On Fri, Jun 11, 2010 at 5:04 AM, Catalin Marinas <catalin.marinas(a)arm.com> wrote: On Fri, 2010-06-11 at 11:11 +0100, Nick Piggin wrote: On Fri, Jun 11, 2010 at 10:41:46AM +0100, Catalin Marinas wrote: On Fri, 2010-06-11 at 02:38 +0100, Nick Piggin wrote: On Thu, Jun 10, 2010 at 06:43:03PM -0600, R... 11 Jun 2010 22:32
[PATCH 2/7] MAINTAINERS: Add patterns to DELL WMI EXTRAS
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Matthew Garrett <mjg59(a)srcf.ucam.org> --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aa236b5..f322c72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1875,6 +1875,7 @@ F: drivers/firmware... 11 Jun 2010 21:27
[PATCH 0/7] MAINTAINERS: Another miscellaneous cleanup
Joe Perches (7): MAINTAINERS: Add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATOR MAINTAINERS: Add patterns to DELL WMI EXTRAS MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX MAINTAINERS: Add patterns to OMAP USB MAINTAINERS: Remove section PROMISE DC4030 MAINTAINERS: Add patterns to PS3VRAM DR... 11 Jun 2010 21:27
[PATCH 6/7] MAINTAINERS: Add patterns to PS3VRAM DRIVER
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Jim Paris <jim(a)jtan.com> --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a5310a8..4cf783b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4567,6 +4567,7 @@ PS3VRAM DRIVER M: Jim Paris <j... 11 Jun 2010 21:27
[PATCH 4/7] MAINTAINERS: Add patterns to OMAP USB
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Felipe Balbi <felipe.balbi(a)nokia.com> Cc: David Brownell <dbrownell(a)users.sourceforge.net> --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f37ca69..468c26c 100644 --- a/MAINTAINERS +++ b... 11 Jun 2010 21:27
[PATCH 3/7] MAINTAINERS: Add patterns to POWERPC EMBEDDED PPC8XX
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Vitaly Bordug <vitb(a)kernel.crashing.org> Cc: Marcelo Tosatti <marcelo(a)kvack.org> --- MAINTAINERS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f322c72..f37ca69 100644 --- a/MAINTAINERS +++ b/MAINTAINER... 11 Jun 2010 21:27
[PATCH 5/7] MAINTAINERS: Remove section PROMISE DC4030
Signed-off-by: Joe Perches <joe(a)perches.com> --- MAINTAINERS | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 468c26c..a5310a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4535,11 +4535,6 @@ W: http://prism54.org S: Maintained F: drivers/net/wi... 11 Jun 2010 21:27
[PATCH 1/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips.
Add support for uniprocessor MSM chips whose TLMM/GPIO design is the same as the MSM7200A. This includes, but is not necessarily limited to, the: MSM7200A, MSM7x25, MSM7x27, MSM7x30, QSD8x50, QSD8x50A Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- MAINTAINERS | 2 + drivers/gpio/K... 11 Jun 2010 21:27
[PATCH 0/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips.
Hi folks: Here is a proposed driver which adds gpio and irq support to all currently-supported arm-msm SoCs. Feedback is greatly appreciated. Revision history: v2: Cleaned up some housekeeping noise in probe and remove methods. Gregory Bean (2): gpio: msm7200a: Add gpiolib support for MSM chips. gpio:... 11 Jun 2010 20:22
[PATCH 2/2 v2] gpio: msm7200a: Add irq support to msm-gpiolib.
Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- drivers/gpio/msm7200a-gpio.c | 203 ++++++++++++++++++++++++++++++++++++++++- include/linux/msm7200a-gpio.h | 7 ++ 2 files changed, 209 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/msm7200a-gpio.c b/drivers/gpio/msm7200a-gpio.c index 62db7... 11 Jun 2010 20:22