All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 00/19] r8a7793, gose: Add i2c and audio support to device tree
@ 2015-12-11  2:52 ` Simon Horman
  0 siblings, 0 replies; 95+ messages in thread
From: Simon Horman @ 2015-12-11  2:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

this series adds support to r8a7793 and gose device trees for:
* i2c and iic
* rcar sound: first in PIO mode then using DMA

i2c support is a pre-requisite for rcar sound support.

Unfortunately there appears to be some problem with DMA
for rcar sound that I have been unable to track down. On booting I see:

rcar_sound ec500000.sound: dma allocate failed
rcar_sound ec500000.sound: ssi[0] fallback to PIO mode
rcar_sound ec500000.sound: ssi[1] fallback to PIO mode
rcar_sound ec500000.sound: probed

I would appreciate any insights regarding the above.

I have been unable to test if audio works (in PIO mode) as I
do not have physical access to a gose board. I would appreaciate
some assistance there too.

This work is based heavily on the work of others for the r8a7791 and
koelsch.  as noted in the changelogs of individual patches.

This series is based on renesas-devel-20151211-v4.4-rc4.


Simon Horman (19):
  ARM: shmobile: r8a7793: add i2c clocks
  ARM: shmobile: r8a7793: add i2c to device tree
  ARM: shmobile: gose: add i2c2 bus to device tree
  ARM: shmobile: r8a7793: add iic(b)  to device tree
  ARM: shmobile: r8a7793: add MSTP10 clocks to device tree
  ARM: shmobile: r8a7793: add audio clock to device tree
  ARM: shmobile: r8a7793: add m2 clock to device tree
  ARM: shmobile: r8a7793: add R-Car sound support to device tree
  ARM: shmobile: r8a7793: add DVC support to device tree
  ARM: shmobile: r8a7793: add audio DMAC clocks to device tree
  ARM: shmobile: r8a7793: add audio DMAC to device tree
  ARM: shmobile: gose: Enable sound PIO support in device tree
  ARM: shmobile: gose: enable sound DMA support in device tree
  ARM: shmobile: gose: enable sound DMA support via BUSIF in device tree
  ARM: shmobile: gose: enable sound DMA support via SRC in device tree
  ARM: shmobile: gose: enable sound DMA support via DVC in device tree
  ARM: shmobile: r8a7793: enable audio DMAC in device tree
  ARM: shmobile: r8a7793: Add Audio CTU support to device tree
  ARM: shmobile: r8a7793: add Audio MIX support to device tree

 arch/arm/boot/dts/r8a7793-gose.dts        | 107 ++++++++
 arch/arm/boot/dts/r8a7793.dtsi            | 437 +++++++++++++++++++++++++++++-
 include/dt-bindings/clock/r8a7793-clock.h |   2 +
 3 files changed, 539 insertions(+), 7 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-12-21  8:02 UTC | newest]

Thread overview: 95+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11  2:52 [PATCH/RFC 00/19] r8a7793, gose: Add i2c and audio support to device tree Simon Horman
2015-12-11  2:52 ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 01/19] ARM: shmobile: r8a7793: add i2c clocks Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-13 18:59   ` Laurent Pinchart
2015-12-13 18:59     ` Laurent Pinchart
2015-12-11  2:52 ` [PATCH/RFC 02/19] ARM: shmobile: r8a7793: add i2c to device tree Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11 11:25   ` Sergei Shtylyov
2015-12-11 11:25     ` Sergei Shtylyov
2015-12-14  2:11     ` Simon Horman
2015-12-14  2:11       ` Simon Horman
2015-12-14  7:11       ` Wolfram Sang
2015-12-14  7:11         ` Wolfram Sang
2015-12-14  9:39         ` Geert Uytterhoeven
2015-12-14  9:39           ` Geert Uytterhoeven
2015-12-18  3:02           ` Simon Horman
2015-12-18  3:02             ` Simon Horman
2015-12-18  7:35             ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree) Wolfram Sang
2015-12-18  7:35               ` Wolfram Sang
2015-12-18  7:35               ` Wolfram Sang
2015-12-18  9:06               ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device t Arnd Bergmann
2015-12-18  9:06                 ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree) Arnd Bergmann
2015-12-18  9:06                 ` Arnd Bergmann
2015-12-18 10:32                 ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device t Wolfram Sang
2015-12-18 10:32                   ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree) Wolfram Sang
2015-12-18 10:32                   ` Wolfram Sang
2015-12-21  4:33                   ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device t Simon Horman
2015-12-21  4:33                     ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree) Simon Horman
2015-12-21  4:33                     ` Simon Horman
2015-12-21  8:02                     ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device t Geert Uytterhoeven
2015-12-21  8:02                       ` I2C eeprom compatibles? (was Re: [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree) Geert Uytterhoeven
2015-12-21  8:02                       ` Geert Uytterhoeven
2015-12-14 17:03       ` [PATCH/RFC 03/19] ARM: shmobile: gose: add i2c2 bus to device tree Sergei Shtylyov
2015-12-14 17:03         ` Sergei Shtylyov
2015-12-11  2:52 ` [PATCH/RFC 04/19] ARM: shmobile: r8a7793: add iic(b) " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  9:40   ` Geert Uytterhoeven
2015-12-11  9:40     ` Geert Uytterhoeven
2015-12-14  2:21     ` Simon Horman
2015-12-14  2:21       ` Simon Horman
2015-12-14  8:13       ` Geert Uytterhoeven
2015-12-14  8:13         ` Geert Uytterhoeven
2015-12-11  2:52 ` [PATCH/RFC 05/19] ARM: shmobile: r8a7793: add MSTP10 clocks " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-14  1:00   ` Kuninori Morimoto
2015-12-14  1:00     ` Kuninori Morimoto
2015-12-14  1:47     ` Simon Horman
2015-12-14  1:47       ` Simon Horman
2015-12-14  3:49       ` Kuninori Morimoto
2015-12-14  3:49         ` Kuninori Morimoto
2015-12-14  9:41       ` Geert Uytterhoeven
2015-12-14  9:41         ` Geert Uytterhoeven
2015-12-11  2:52 ` [PATCH/RFC 06/19] ARM: shmobile: r8a7793: add audio clock " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 07/19] ARM: shmobile: r8a7793: add m2 " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-13 18:56   ` Laurent Pinchart
2015-12-13 18:56     ` Laurent Pinchart
2015-12-11  2:52 ` [PATCH/RFC 08/19] ARM: shmobile: r8a7793: add R-Car sound support " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  9:44   ` Geert Uytterhoeven
2015-12-11  9:44     ` Geert Uytterhoeven
2015-12-14  1:49     ` Simon Horman
2015-12-14  1:49       ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 09/19] ARM: shmobile: r8a7793: add DVC " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 10/19] ARM: shmobile: r8a7793: add audio DMAC clocks " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 11/19] ARM: shmobile: r8a7793: add audio DMAC " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 12/19] ARM: shmobile: gose: Enable sound PIO support in " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 13/19] ARM: shmobile: gose: enable sound DMA " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 14/19] ARM: shmobile: gose: enable sound DMA support via BUSIF " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 15/19] ARM: shmobile: gose: enable sound DMA support via SRC " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 16/19] ARM: shmobile: gose: enable sound DMA support via DVC " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 17/19] ARM: shmobile: r8a7793: enable audio DMAC " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 18/19] ARM: shmobile: r8a7793: Add Audio CTU support to " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-11  2:52 ` [PATCH/RFC 19/19] ARM: shmobile: r8a7793: add Audio MIX " Simon Horman
2015-12-11  2:52   ` Simon Horman
2015-12-14  1:07   ` Kuninori Morimoto
2015-12-14  1:07     ` Kuninori Morimoto
2015-12-14  1:54     ` Simon Horman
2015-12-14  1:54       ` Simon Horman
2015-12-11  9:45 ` [PATCH/RFC 00/19] r8a7793, gose: Add i2c and audio " Geert Uytterhoeven
2015-12-11  9:45   ` Geert Uytterhoeven

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.