public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [-mm patch 0/5] SharpSL: Prepare drivers and add new ARM PXA machines Spitz and Borzoi
@ 2005-09-06 11:53 Richard Purdie
  2005-09-08 12:12 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2005-09-06 11:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML, Russell King

Sharp's newer range of Zaurus clamshell handhelds, the cxx00's are
similar to the c7x0 series yet different. This patch series abstracts
the differences and generates a set of common drivers that support both
series of devices. It then adds machine support for Spitz (SL-C3000) and
Borzoi (SL-C3100). Hooks for Akita (SL-C1000) differences are also
added. The I2C driver for its IO expander is the only missing piece.

This series of patches is heavily based on the corgi patches already in
-mm so its being submitted to Andrew. The patches have been mentioned on
linux-arm-kernel and no objections were raised.

I hope to follow this series with a spitz keyboard driver (the only
driver not shared with the c7x0) and a battery+power management driver
for both corgi and spitz models within a few days.

USB Host and MTD support for Spitz are being dealt with through the
subsystem maintainers.

Richard





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [-mm patch 0/5] SharpSL: Prepare drivers and add new ARM PXA machines Spitz and Borzoi
  2005-09-06 11:53 [-mm patch 0/5] SharpSL: Prepare drivers and add new ARM PXA machines Spitz and Borzoi Richard Purdie
@ 2005-09-08 12:12 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2005-09-08 12:12 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Andrew Morton, LKML

As a general note, these patches could do with being closer to the
coding style, such that things like

	foo=bar;
	foo+=bar;

have spaces around the assignment and operators thusly:

	foo = bar;
	foo += bar;

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-08 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-06 11:53 [-mm patch 0/5] SharpSL: Prepare drivers and add new ARM PXA machines Spitz and Borzoi Richard Purdie
2005-09-08 12:12 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox