linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* ARM: pxa: add support for Raumfeld audio devices
@ 2009-11-25 10:42 Daniel Mack
  2009-11-25 10:42 ` [PATCH 01/17] ARM: pxa/raumfeld: add basic structure for devices Daniel Mack
                   ` (17 more replies)
  0 siblings, 18 replies; 46+ messages in thread
From: Daniel Mack @ 2009-11-25 10:42 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here is a series of 17 patches to support the multiroom audio devices
produced and sold by Raumfeld. The kernel is based on mainline, and all
other pieces needed by these devices have already been submitted over
the last months.

What was still missing is the board support code which I would like to
let it life in the mainline git, too. The series is based on top of
Eric's pxa-devel tree.

For more information about the hardware, see http://www.raumfeld.com/en/

If that's still possible, I'd be happy if they could make it to 2.6.33.

Please note that one patch depends on the MAX8660 power regulator driver
which I cherry-picked in my tree. As there's need for a special include
file, I don't know what the best way would be to avoid build breakage.
Maybe queue it for 2.6.33-rc2, after the regulator tree has been merged?

Daniel

[PATCH 01/17] ARM: pxa/raumfeld: add basic structure for devices
[PATCH 02/17] ARM: pxa/raumfeld: add GPIO definitions
[PATCH 03/17] ARM: pxa/raumfeld: add SMSC9220 ethernet support
[PATCH 04/17] ARM: pxa/raumfeld: add OHCI function
[PATCH 05/17] ARM: pxa/raumfeld: add rotary encoder support
[PATCH 06/17] ARM: pxa/raumfeld: add GPIO buttons
[PATCH 07/17] ARM: pxa/raumfeld: add GPIO connected LEDs
[PATCH 08/17] ARM: pxa/raumfeld: add one-wire function
[PATCH 09/17] ARM: pxa/raumfeld: add NAND partitions
[PATCH 10/17] ARM: pxa/raumfeld: add framebuffer and backlight devices
[PATCH 11/17] ARM: pxa/raumfeld: add SPI controlled devices
[PATCH 12/17] ARM: pxa/raumfeld: add audio related functions
[PATCH 13/17] ARM: pxa/raumfeld: add Marvell Libertas via SDIO
[PATCH 14/17] ARM: pxa/raumfeld: add power supply framework
[PATCH 15/17] ARM: pxa/raumfeld: add support for I2C controlled devices
[PATCH 16/17] ALSA: ARM: add Raumfeld audio support
[PATCH 17/17] ARM: pxa/raumfeld: Add defconfig

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

end of thread, other threads:[~2009-11-26 17:55 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-25 10:42 ARM: pxa: add support for Raumfeld audio devices Daniel Mack
2009-11-25 10:42 ` [PATCH 01/17] ARM: pxa/raumfeld: add basic structure for devices Daniel Mack
2009-11-25 15:26   ` Mike Rapoport
2009-11-25 15:44     ` Daniel Mack
2009-11-25 16:51     ` Marek Vasut
2009-11-25 17:06       ` Russell King - ARM Linux
2009-11-25 10:42 ` [PATCH 02/17] ARM: pxa/raumfeld: add GPIO definitions Daniel Mack
2009-11-25 10:42 ` [PATCH 03/17] ARM: pxa/raumfeld: add SMSC9220 ethernet support Daniel Mack
2009-11-25 15:26   ` Mike Rapoport
2009-11-25 15:49     ` Daniel Mack
2009-11-25 16:56       ` Russell King - ARM Linux
2009-11-26 17:55         ` Daniel Mack
2009-11-25 10:42 ` [PATCH 04/17] ARM: pxa/raumfeld: add OHCI function Daniel Mack
2009-11-25 10:42 ` [PATCH 05/17] ARM: pxa/raumfeld: add rotary encoder support Daniel Mack
2009-11-25 15:26   ` Mike Rapoport
2009-11-25 15:50     ` Daniel Mack
2009-11-25 16:59     ` Russell King - ARM Linux
2009-11-25 10:42 ` [PATCH 06/17] ARM: pxa/raumfeld: add GPIO buttons Daniel Mack
2009-11-25 10:42 ` [PATCH 07/17] ARM: pxa/raumfeld: add GPIO connected LEDs Daniel Mack
2009-11-25 10:42 ` [PATCH 08/17] ARM: pxa/raumfeld: add one-wire function Daniel Mack
2009-11-25 17:02   ` Russell King - ARM Linux
2009-11-25 10:42 ` [PATCH 09/17] ARM: pxa/raumfeld: add NAND partitions Daniel Mack
2009-11-25 15:26   ` Mike Rapoport
2009-11-25 10:42 ` [PATCH 10/17] ARM: pxa/raumfeld: add framebuffer and backlight devices Daniel Mack
2009-11-25 10:42 ` [PATCH 11/17] ARM: pxa/raumfeld: add SPI controlled devices Daniel Mack
2009-11-25 10:42 ` [PATCH 12/17] ARM: pxa/raumfeld: add audio related functions Daniel Mack
2009-11-25 11:41   ` Mark Brown
2009-11-25 12:28     ` Daniel Mack
2009-11-25 13:07       ` Mark Brown
2009-11-25 13:53         ` Daniel Mack
2009-11-25 14:00           ` Mark Brown
2009-11-25 17:07   ` Russell King - ARM Linux
2009-11-25 10:42 ` [PATCH 13/17] ARM: pxa/raumfeld: add Marvell Libertas via SDIO Daniel Mack
2009-11-25 11:49   ` Mark Brown
2009-11-25 13:04     ` Daniel Mack
2009-11-25 13:36       ` Mark Brown
2009-11-25 10:42 ` [PATCH 14/17] ARM: pxa/raumfeld: add power supply framework Daniel Mack
2009-11-25 10:42 ` [PATCH 15/17] ARM: pxa/raumfeld: add support for I2C controlled devices Daniel Mack
2009-11-25 10:42 ` [PATCH 16/17] ALSA: ARM: add Raumfeld audio support Daniel Mack
2009-11-25 11:02   ` Mark Brown
2009-11-25 12:24     ` Daniel Mack
2009-11-25 13:29       ` Mark Brown
2009-11-26 17:51         ` Daniel Mack
2009-11-25 10:42 ` [PATCH 17/17] ARM: pxa/raumfeld: Add defconfig Daniel Mack
2009-11-25 11:27 ` ARM: pxa: add support for Raumfeld audio devices Mike Rapoport
2009-11-25 12:14   ` Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).