Re: The failure summary report of GEN3 for linux stable v4.7

2016-08-08 Thread Kuninori Morimoto
Hi duclm > root@linaro-nano:~# cd /sys/bus/platform/drivers/i2c-rcar; find -type l > ./e651.i2c > root@linaro-nano:/sys/bus/platform/drivers/i2c-rcar# echo e651.i2c > > unbind > [ 30.505950] clk_unregister: unregistering prepared clock: clk_multiplier > root@linaro-nano:/sys/bus/platfo

[PATCH 0/6] ASoC: simple-card: add init_dai / canonicalize_dailink

2016-08-08 Thread Kuninori Morimoto
Hi Mark These add init_dai / canonicalize_dailink to simple utiles. These are part of simple-card cleanup Kuninori Morimoto (6): ASoC: simple-card-utils: add asoc_simple_card_init_dai() ASoC: simple-card: use asoc_simple_card_init_dai() ASoC: rsrc-card: use asoc_simple_card_ini

Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-08 Thread Matthew Minter
Hi Bjorn and all involved here, I have not really been able to do much work on the patchset in question lately. A version (which I think is up to date but am not 100% sure is here https://github.com/Vality/linux/commits/pci-fixes though I somehow thought I rebased it onto a slightly newer kerne

Re: [PATCH 1/3] ASoC: sst-haswell-pcm: don't use snd_soc_pcm_set_drvdata()

2016-08-08 Thread Kuninori Morimoto
Hi Mark > > snd_soc_pcm_set_drvdata() will set driver data to rtd->dev, > > but driver data of rtd->dev is already used as "rtd" on > > soc_post_component_init(). > > This doesn't apply against current code, please check and resend. Thanks. It seems current your branch already has same patch. T

Re: [RFC] pci: Provide a domain limited version of pdev_fixup_irq

2016-08-08 Thread Bjorn Helgaas
[+cc Matthew] On Mon, Aug 08, 2016 at 09:31:05AM +, Phil Edworthy wrote: > Hi Lorenzo, > > Thanks for the link, I'll wait to see how this pans out. I'm not sure anything is happening there. Last time I looked (http://lkml.kernel.org/r/20151223230433.GA27708@localhost), I thought there were

Re: [PATCH v3 0/6] Add R8A7794/SILK sound DT support

2016-08-08 Thread Sergei Shtylyov
On 08/08/2016 01:59 PM, Simon Horman wrote: Here's the set of 6 patches against Simon Horman's 'renesas.git' repo, 'renesas-devel-20160725-v4.7-rc7' tag. I'm adding the sound device tree support for the R8A7794 SoC based SILK board. [1/6] ARM: dts: r8a7794: add audio clocks [2/6] ARM: dts: r

Re: [PATCH 2/2] ARM: dts: r8a7792: add DU support

2016-08-08 Thread Geert Uytterhoeven
On Fri, Aug 5, 2016 at 8:26 PM, Sergei Shtylyov wrote: > Define the generic R8A7792 part of the DU device node. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge

Re: [PATCH 1/2] ARM: dts: r8a7792: add DU clocks

2016-08-08 Thread Geert Uytterhoeven
On Fri, Aug 5, 2016 at 8:25 PM, Sergei Shtylyov wrote: > Describe the DU0/1 clocks and their parent, ZX clock in the R8A7792 device > tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lot

Re: [PATCH 1/3] ASoC: sst-haswell-pcm: don't use snd_soc_pcm_set_drvdata()

2016-08-08 Thread Mark Brown
On Mon, Aug 01, 2016 at 06:09:54AM +, Kuninori Morimoto wrote: > > snd_soc_pcm_set_drvdata() will set driver data to rtd->dev, > but driver data of rtd->dev is already used as "rtd" on > soc_post_component_init(). This doesn't apply against current code, please check and resend. signature.a

Re: [PATCH v4 4/6] ARM: dts: r8a7794: add Audio-DMAC support

2016-08-08 Thread Geert Uytterhoeven
On Mon, Aug 8, 2016 at 3:14 PM, Geert Uytterhoeven wrote: > On Wed, Jul 27, 2016 at 11:02 PM, Sergei Shtylyov > wrote: >> Describe Audio-DMAC in the R8A7794 device tree. >> >> This patch is loosely based on the commit 8994fff67761 ("ARM: shmobile: >> r8a7791: Add Audio DMAC devices to DT"). >> >>

Re: [PATCH v4 4/6] ARM: dts: r8a7794: add Audio-DMAC support

2016-08-08 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jul 27, 2016 at 11:02 PM, Sergei Shtylyov wrote: > Describe Audio-DMAC in the R8A7794 device tree. > > This patch is loosely based on the commit 8994fff67761 ("ARM: shmobile: > r8a7791: Add Audio DMAC devices to DT"). > > Signed-off-by: Sergei Shtylyov > > --- > Changes in ver

Re: [PATCH v4 3/6] ARM: dts: r8a7794: add MSTP10 clocks

2016-08-08 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jul 27, 2016 at 11:01 PM, Sergei Shtylyov wrote: > Add MSTP10 clocks to the R8A7794 device tree. > > This patch is based on the commit ee9141522dcf ("ARM: shmobile: r8a7791: > add MSTP10 support on DTSI"). > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven >

Re: [PATCH v4 2/6] ARM: dts: r8a7794: add MSTP5 clocks

2016-08-08 Thread Geert Uytterhoeven
On Wed, Jul 27, 2016 at 10:59 PM, Sergei Shtylyov wrote: > Add some MSTP5 clocks to the R8A7794 device tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...

[PATCH 3/3] usb: renesas_usbhs: Use dmac only if the pipe type is bulk

2016-08-08 Thread Yoshihiro Shimoda
This patch fixes an issue that isochronous transfer's data is possible to be lost as a workaround. Since this driver uses a workqueue to start the dmac, the transfer is possible to be delayed when system load is high. Fixes: 6e4b74e4690d ("usb: renesas: fix scheduling in atomic context bug") Cc:

[PATCH 2/3] usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()

2016-08-08 Thread Yoshihiro Shimoda
This patch fixes an issue that unexpected BRDY interruption happens when the usb_ep_{enable,disable}() are called with different direction. In this case, the driver will cause the following message: renesas_usbhs e659.usb: irq_ready run_error 1 : -16 This issue causes the followings: 1) A p

[PATCH 0/3] usb: renesas_usbhs: fix the driver for v4.8

2016-08-08 Thread Yoshihiro Shimoda
This patch set is based on the latest Felipe's usb.git / testing/fixes branch. (The commit id = 10493a3c0718 ("usb: dwc3: gadget: increment request->actual once") Yoshihiro Shimoda (3): usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac usb: renesas_usbhs: clear the BRDYST

[PATCH 1/3] usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac

2016-08-08 Thread Yoshihiro Shimoda
Since R-Car Gen3 SoC has the USB-DMAC, this driver should set dparam->has_usb_dmac to 1. Otherwise, behavior of this driver and the usb-dmac driver will be mismatch, then sometimes receiving data will be corrupt. Fixes: de18757e272d ("usb: renesas_usbhs: add R-Car Gen3 power control") Cc: # v4.5+

Re: [PATCH 2/2] ARM: dts: r8a7792: add I2C support

2016-08-08 Thread Geert Uytterhoeven
On Sat, Jul 23, 2016 at 8:49 PM, Sergei Shtylyov wrote: > Define the generic R8A7792 parts of the I2C[0-5] device node. > > Signed-off-by: Sergei Shtylyov JFTR, Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux bey

Re: [PATCH 1/2] ARM: dts: r8a7792: add I2C clocks

2016-08-08 Thread Geert Uytterhoeven
On Sat, Jul 23, 2016 at 8:48 PM, Sergei Shtylyov wrote: > Describe the I2C[0-5] clocks in the R8A7792 device tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 --

Re: [PATCH 2/2] ARM: dts: r8a7792: add VIN support

2016-08-08 Thread Geert Uytterhoeven
On Sat, Jul 23, 2016 at 9:17 PM, Sergei Shtylyov wrote: > Define the generic R8A7792 parts of the VIN[0-5] device nodes. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond i

Re: [PATCH 1/2] ARM: dts: r8a7792: add VIN clocks

2016-08-08 Thread Geert Uytterhoeven
On Sat, Jul 23, 2016 at 9:16 PM, Sergei Shtylyov wrote: > Describe the VIN[0-5] clocks and their parent, ZG clock in the R8A7792 > device tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There'

Re: [PATCH v2 1/2] ARM: dts: r8a7792: add SD clocks

2016-08-08 Thread Geert Uytterhoeven
On Sat, Jul 23, 2016 at 8:10 PM, Sergei Shtylyov wrote: > Describe the SDHI0 clock and its parent, SD clock in the R8A7792 device tree. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of

Re: [PATCH] pinctrl: sh-pfc: r8a7792: add DU pin groups

2016-08-08 Thread Geert Uytterhoeven
Hi Sergei, On Fri, Aug 5, 2016 at 10:54 PM, Sergei Shtylyov wrote: > Add DU pin groups to the R8A7792 PFC driver. > > Signed-off-by: Sergei Shtylyov Thanks! Reviewed-by: Geert Uytterhoeven Will queue in sh-pfc-for-v4.9. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeve

Re: [PATCH v2] pinctrl: sh-pfc: r8a7792: add VIN pin groups

2016-08-08 Thread Geert Uytterhoeven
Hi Sergei, On Fri, Aug 5, 2016 at 10:52 PM, Sergei Shtylyov wrote: > Add VIN[0-5] pin groups to the R8A7792 PFC driver. > > Signed-off-by: Sergei Shtylyov > > --- > The patch is against the 'devel' branch of Linus Walleij's 'linux-pinctrl.git' > repo plus my 6 R8A7792 PFC patches posted before

Applied "ASoC: codec duplicated callback function goes to component on pistachio-internal-dac" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on pistachio-internal-dac has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually some

Applied "ASoC: codec duplicated callback function goes to component on sun4i-codec" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on sun4i-codec has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: remove codec duplicated callback function" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: remove codec duplicated callback function has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Applied "ASoC: codec duplicated callback function goes to component on wm8711" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8711 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8985" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8985 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8510" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8510 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8731" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8731 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8737" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8737 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8728" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8728 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8753" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8753 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tlv320aic3x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tlv320aic3x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: codec duplicated callback function goes to component on wm8974" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8974 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8804" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8804 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8750" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8750 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8770" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8770 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8741" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8741 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8776" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8776 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8580" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8580 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8523" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8523 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8903" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8903 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on wm8978" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on wm8978 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tas5086" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tas5086 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tlv320aic31xx" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tlv320aic31xx has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in th

Applied "ASoC: codec duplicated callback function goes to component on tlv320aic23" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tlv320aic23 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: codec duplicated callback function goes to component on tfa9879" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tfa9879 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tas5720" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tas5720 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tas2552" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tas2552 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on sti-sas" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on sti-sas has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on tas571x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on tas571x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on sta350" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on sta350 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ssm4567" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ssm4567 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on sta32x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on sta32x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on spdif_transmitter" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on spdif_transmitter has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime

Applied "ASoC: codec duplicated callback function goes to component on pcm512x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on pcm512x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ssm2602" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ssm2602 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on pcm3168a" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on pcm3168a has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on rt5631" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on rt5631 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on spdif_receiver" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on spdif_receiver has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in t

Applied "ASoC: codec duplicated callback function goes to component on sgtl5000" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on sgtl5000 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on rt5616" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on rt5616 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on es8328" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on es8328 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on inno_rk3036" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on inno_rk3036 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: codec duplicated callback function goes to component on max9860" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on max9860 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on pcm1681" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on pcm1681 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on pcm179x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on pcm179x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on gtm601" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on gtm601 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ak5386" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ak5386 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs4270" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs4270 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs42xx8" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs42xx8 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs35l33" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs35l33 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Re: [PATCH] ARM: dts: r8a7792: fix misindented line

2016-08-08 Thread Simon Horman
On Sat, Aug 06, 2016 at 12:52:39AM +0300, Sergei Shtylyov wrote: > Commit 2a0900655d5e (ARM: dts: r8a7792: add I2C support) had a wrongly > indented line at the end of the "aliases" subnode -- fix it. > > Signed-off-by: Sergei Shtylyov > > --- > This patch is against the 'renesas-devel-20160725-

Applied "ASoC: codec duplicated callback function goes to component on cs4349" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs4349 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs53l30" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs53l30 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs42l51" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs42l51 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs42l56" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs42l56 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on bt-sco" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on bt-sco has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs35l32" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs35l32 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs4265" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs4265 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs42l52" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs42l52 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs42l73" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs42l73 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on cs4271" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on cs4271 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ac97" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ac97 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Applied "ASoC: codec duplicated callback function goes to component on ad193x" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ad193x has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on atmel-pdmic" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on atmel-pdmic has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: codec duplicated callback function goes to component on adau1701" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on adau1701 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on adau1781" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on adau1781 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on ab8500-codec" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ab8500-codec has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

Applied "ASoC: codec duplicated callback function goes to component on ak4554" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ak4554 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ak4613" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ak4613 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on ak4642" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ak4642 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on adau1761" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on adau1761 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on ak4104" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ak4104 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on 88pm860x-codec" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on 88pm860x-codec has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in t

Applied "ASoC: codec duplicated callback function goes to component on adau1373" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on adau1373 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the nex

Applied "ASoC: codec duplicated callback function goes to component on ad73311" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on ad73311 has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "ASoC: codec duplicated callback function goes to component on atmel-classd" to the asoc tree

2016-08-08 Thread Mark Brown
The patch ASoC: codec duplicated callback function goes to component on atmel-classd has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the

  1   2   3   4   >