On Tue, Aug 5, 2014 at 4:16 AM, Kuninori Morimoto
wrote:
> From: Kuninori Morimoto
>
> Current dmas explanation of SRC/DRS is confusable.
> This patch clarifies it.
>
> Signed-off-by: Kuninori Morimoto
Acked-by: Geert Uytterhoeven
Gr{oetje,eeting}s,
Geert
--
Geert Uy
On 08/04/2014 07:20 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 08/01/2014 01:31 AM, Marc Kleine-Budde wrote:
>
>>> Document the R-Car CAN device tree bindings.
>
>>> Signed-off-by: Sergei Shtylyov
>
>> The series looks good from the CAN perpective. I'll apply the patches
>> after we've got an
On 08/05/2014 01:41 AM, Brian Austin wrote:
The patch adds device tree bindings file for the Cirrus Logic CS35L32
Changes for v2:
- Remove Gain Manager from DT and move to driver kcontrol
- Add VP-Supply for regulator
Changes for v3:
- Add regulator disable for error return in i2c_probe
Signed
On 08/05/2014 01:41 AM, Brian Austin wrote:
This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier
I2S output provides monitor data to the SOC/CODEC/DSP for speaker
protection/enhancement algorithms
Changes for v2:
- Interrupt Status Registers added to regmap volatile
- Use Spea
From: Kuninori Morimoto
Current dmas explanation of SRC/DRS is confusable.
This patch clarifies it.
Signed-off-by: Kuninori Morimoto
---
.../devicetree/bindings/dma/rcar-audmapp.txt |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bind
On Mon, Aug 04, 2014 at 04:01:42PM +0200, Laurent Pinchart wrote:
> Hi Geert,
>
> Thank you for the review.
>
> On Monday 04 August 2014 10:05:49 Geert Uytterhoeven wrote:
> > On Thu, Jul 31, 2014 at 2:34 AM, Simon Horman wrote:
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/dm
On 07/28/14 01:39, Ivan T. Ivanov wrote:
> I am working on proposal from Stephen Boyd to encode GPIO/MPP mode and
> source select into combined function. Something like this one:
>
> #define PM8XXX_DIGITAL_IN 0
> #define PM8XXX_DIGITAL_OUT1
> #define PM8XXX_DIGITAL_IN_OUT
Hi
> This driver supports other SoCs, but they need boards/Soc depend code.
> So, this patch adds device tree support for R-Car H2 and M2 initially.
>
> Changes from v1:
> - Change an optional property name from "buswait_bwait" to "buswait" in
>patch 1.
> - Add the prefix "renesas," to "bu
On Mon, Aug 04, 2014 at 09:25:10PM +0200, Maxime Ripard wrote:
> On Sun, Aug 03, 2014 at 07:59:27PM +0200, Arnd Bergmann wrote:
> > I would actually prefer if we could migrate a lot of these files to BSD
> > license,
> > provided the original authors agree. We want the dtb blobs to be embeddable
The EHCI and HSIC device tree nodes were added in the wrong place.
Fix them.
Signed-off-by: Doug Anderson
Signed-off-by: Kever Yang
---
I split this out from Kever's series so it can land. The merge
conflict with his patch shouldn't be too hard to resolve. Sorry for
messing up the sort order w
This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier
I2S output provides monitor data to the SOC/CODEC/DSP for speaker
protection/enhancement algorithms
Changes for v2:
- Interrupt Status Registers added to regmap volatile
- Use Speaker for volume control name
- Zero Cross Switc
The patch adds device tree bindings file for the Cirrus Logic CS35L32
Changes for v2:
- Remove Gain Manager from DT and move to driver kcontrol
- Add VP-Supply for regulator
Changes for v3:
- Add regulator disable for error return in i2c_probe
Signed-off-by: Brian Austin
---
.../devicetree/bin
Am Montag, 4. August 2014, 12:55:59 schrieb mark yao:
> Signed-off-by: mark yao
> ---
> .../devicetree/bindings/video/rockchip-panel.txt | 34
> 1 file changed, 34 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/video/rockchip-panel.txt
> b/Documentation/
On Sun, Aug 03, 2014 at 07:59:27PM +0200, Arnd Bergmann wrote:
> On Sunday 03 August 2014, Maxime Ripard wrote:
> > Thanks for reporting this.
> >
> > From a quick grep, the issue is actually broader than just
> > Allwinner. At least the following platforms seem to do the same:
> > - mvebu
> >
Hello Doug,
On 08/04/2014 05:42 PM, Doug Anderson wrote:
>
>
>> Both of you mentioned limitations of cros_ec i2c passthrough leading to
>> a forked tps65090 driver downstream - I don't think I can be of help
>> there, as I guess simply copying a driver will not be an option. ;)
>> https://code.g
On Sat, Aug 02, 2014 at 09:19:24AM +0100, Russell King wrote:
> Here's some more comments on this.
>
> On Mon, Jul 21, 2014 at 02:07:56PM -0700, Brian Norris wrote:
> > +static void brcmstb_cpu_die(u32 cpu)
> > +{
> > + v7_exit_coherency_flush(all);
>
> This is ultimately what causes my builds
Hello Doug,
On 08/04/2014 05:22 PM, Doug Anderson wrote:
>> +
>> +&pinctrl_0 {
>> + s5m8767_dvs: s5m8767-dvs {
>> + samsung,pins = "gpd1-0", "gpd1-1", "gpd1-2";
>> + samsung,pin-function = <0>;
>> + samsung,pin-pud = <1>;
>> + samsung,p
Hello.
On 08/01/2014 01:31 AM, Marc Kleine-Budde wrote:
Document the R-Car CAN device tree bindings.
Signed-off-by: Sergei Shtylyov
The series looks good from the CAN perpective. I'll apply the patches
after we've got an Acked-by from the DT folks.
How about the prior CAN clock supp
On Sat, Aug 02, 2014 at 09:30:40AM +0100, Russell King wrote:
> On Mon, Jul 21, 2014 at 02:07:58PM -0700, Brian Norris wrote:
> > From: Marc Carino
> >
> > Add the UART definitions needed to support earlyprintk on brcmstb machines.
> >
> > Signed-off-by: Marc Carino
> > Acked-by: Florian Fainel
Kever,
On Mon, Aug 4, 2014 at 6:45 AM, Kever Yang wrote:
> Indicate that the generic dr_mode binding should be used for dwc2.
>
> Signed-off-by: Kever Yang
> ---
>
> Changes in v3: None
Since I gave my Reviewed-by tag for v2 and you made no changes from v2
to v3, you should make sure you includ
On 08/02/2014 12:08 PM, Steffen Trumtrar wrote:
Hi!
On Fri, Aug 01, 2014 at 05:27:57PM -0500, Thor Thayer wrote:
On 08/01/2014 03:13 AM, Lee Jones wrote:
On Thu, 31 Jul 2014, Thor Thayer wrote:
On 07/31/2014 03:26 AM, Lee Jones wrote:
On Wed, 30 Jul 2014, ttha...@opensource.altera.com wrote
Andreas,
On Sat, Aug 2, 2014 at 3:25 AM, Andreas Färber wrote:
> Hi,
>
> Am 02.08.2014 06:57, schrieb Doug Anderson:
>> On Fri, Aug 1, 2014 at 7:34 PM, Javier Martinez Canillas
>> wrote:
>>> On 08/02/2014 02:52 AM, Andreas Färber wrote:
Based on the preinstalled 3.8 based ChromeOS kern
Andreas,
On Fri, Aug 1, 2014 at 5:52 PM, Andreas Färber wrote:
> Adds initial support for the HP Chromebook 11.
>
> Cc: Vincent Palatin
> Cc: Doug Anderson
> Cc: Stephan van Schaik
> Signed-off-by: Andreas Färber
> ---
> v5 -> v6:
> * Updated for mfc node label
> * Reverted to dp-hpd-gpio
Hi Geert,
On Monday 04 August 2014 13:28:32 Geert Uytterhoeven wrote:
> On Wed, Jul 30, 2014 at 2:06 AM, Laurent Pinchart wrote:
> > The third option would require storing the clocks lists in device drivers.
> > I believe this is our best option, as a trade-off between simplicity and
> > versatili
On Mon, Aug 04, 2014 at 12:45:07PM +0800, mark yao wrote:
> This patch is a DRM Driver for Rockchip Socs, driver provides an abstraction
> for the graphics hardware, such as lcd controller and connector interface.
>
> Signed-off-by: mark yao
> ---
Just a quick drive-by comment below, don't consi
Hi Sakari,
Thanks for the review.
On 07/21/2014 01:12 PM, Sakari Ailus wrote:
Hi Jacek,
Jacek Anaszewski wrote:
This patch adds helper functions for registering/unregistering
LED class flash devices as V4L2 subdevs. The functions should
be called from the LED subsystem device driver. In case
On Sat, Aug 02, 2014 at 01:17:18PM +0530, Jassi Brar wrote:
> On 2 August 2014 00:13, Mark Brown wrote:
> > On Fri, Aug 01, 2014 at 06:02:45PM +0530, Jassi Brar wrote:
> > Can I suggest that if we do want to avoid strings for some reason (it's
> > not obvious to me why)
> The string and index ar
On Sat, 2 Aug 2014, Dinh Nguyen wrote:
>
> On 8/1/14, 9:45 AM, Brian Austin wrote:
> > This patch adds support for the Cirrus Logic CS35L32 Boosted Amplifier
> > I2S output provides monitor data to the SOC/CODEC/DSP for speaker
> > protection algorithms
> >
> > Changes for v2:
> > - Interrupt St
Hi,
On Mon, Aug 04, 2014 at 08:03:18AM +0100, Xiaoguang Chen wrote:
>
> Hi, Grant, Rob
> I'm checking arm cci-400 driver on mainline, and found it only
> supports ARM v7, but no ARM V8 support.
> Do you have plan to support it? or it is under development?
The arm64 port doesn't do any coherency
On Sat, Aug 02, 2014 at 11:09:09AM +0200, Geert Uytterhoeven wrote:
> On Sat, Aug 2, 2014 at 4:06 AM, Brian Norris
> > On Wed, Jul 30, 2014 at 11:46:07AM +0100, Mark Brown wrote:
> >> I don't know what DDR is in this context, sorry.
> > I think it's just the ability to latch data on both the risi
Hi Geert,
Thank you for the review.
On Monday 04 August 2014 10:05:49 Geert Uytterhoeven wrote:
> On Thu, Jul 31, 2014 at 2:34 AM, Simon Horman wrote:
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> > @@ -0,0 +1,98 @@
> > +* Renesas R-Car DMA Controller D
These two patches enable the dr_mode for the dwc2 usb
controller. These are split from the patch series adding
rk3288 dwc2 support.
Changes in v3:
- fix the odd spacing in dwc2_hsotg struct
- From Jingoo's suggestion:
change the commit message
Changes in v2:
- Split out dr_mode and rk3288 bi
Indicate that the generic dr_mode binding should be used for dwc2.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2:
- Split out dr_mode and rk3288 bindings.
Documentation/devicetree/bindings/usb/dwc2.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/device
Kumar, Stephen, David can I have your Acked/Reviewed-by tag for 2/3 and
if possible for 3/3. The last patch can wait because currently we don't
have child peripherals. Thanks.
regards,
Stan
On 08/01/2014 05:30 PM, Stanimir Varbanov wrote:
> Document DT bindings used to describe the Qualcomm SPMI
Hi Jacek,
Thank you for your continued efforts on this!
On Mon, Aug 04, 2014 at 02:35:26PM +0200, Jacek Anaszewski wrote:
> On 07/16/2014 11:54 PM, Sakari Ailus wrote:
> >Hi Jacek,
> >
> >Jacek Anaszewski wrote:
> >...
> >>diff --git a/include/linux/leds.h b/include/linux/leds.h
> >>index 1a130cc
Hi Sakari,
On 07/16/2014 11:54 PM, Sakari Ailus wrote:
Hi Jacek,
Jacek Anaszewski wrote:
...
diff --git a/include/linux/leds.h b/include/linux/leds.h
index 1a130cc..9bea9e6 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -44,11 +44,21 @@ struct led_classdev {
#define LED_BLIN
On 08/04/2014 02:37 PM, Peter Ujfalusi wrote:
On 08/01/2014 04:15 PM, Tero Kristo wrote:
Hi,
This patch adds possibility to register external clocks (outside the main
SoC) on TI boards through device tree. Clock sources as such include for
example twl-6030 / twl-6040 chips and variants which ca
On 08/01/2014 04:15 PM, Tero Kristo wrote:
> Hi,
>
> This patch adds possibility to register external clocks (outside the main
> SoC) on TI boards through device tree. Clock sources as such include for
> example twl-6030 / twl-6040 chips and variants which can be used to clock
> for example audio
Hi Laurent,
On Wed, Jul 30, 2014 at 2:06 AM, Laurent Pinchart
wrote:
> The third option would require storing the clocks lists in device drivers. I
> believe this is our best option, as a trade-off between simplicity and
> versatility. Drivers that use runtime PM already need to enable it explici
On 08/01/2014 04:15 PM, Tero Kristo wrote:
External clock provider can now be used to register external clocks under
it. This is needed as the TI clock driver only registers clocks
hierarchically under clock providers, and external clocks do not belong
under any of the current ones.
Signed-off-b
This driver supports other SoCs, but they need boards/Soc depend code.
So, this patch adds device tree support for R-Car H2 and M2 initially.
Signed-off-by: Yoshihiro Shimoda
---
drivers/usb/renesas_usbhs/common.c | 44
1 file changed, 44 insertions(+)
dif
Document the device tree bindings for the Renesas USBHS controller.
Signed-off-by: Yoshihiro Shimoda
---
.../devicetree/bindings/usb/renesas_usbhs.txt | 24
1 file changed, 24 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/renesas_usbhs.txt
d
This driver supports other SoCs, but they need boards/Soc depend code.
So, this patch adds device tree support for R-Car H2 and M2 initially.
Changes from v1:
- Change an optional property name from "buswait_bwait" to "buswait" in
patch 1.
- Add the prefix "renesas," to "buswait" and "enable-
This series contain the support for Freescale LS1021A CPU and LS1021A-QDS
and LS1021A-TWR board.
The LS1021A SoC combines two ARM Cortex-A7 cores that have been optimized
for high reliability and pack the highest level of integration available
for sub-3 W embedded communications processors and wit
Signed-off-by: Chen Lu
Signed-off-by: Chao Fu
Signed-off-by: Jingchang Lu
---
arch/arm/boot/dts/Makefile| 3 +-
arch/arm/boot/dts/ls1021a-twr.dts | 204 ++
2 files changed, 206 insertions(+), 1 deletion(-)
create mode 100755 arch/arm/boot/dts/ls102
From: Jingchang Lu
Freescale LS1021A SoC deploys two cortex-A7 processors,
this adds bring-up support for the secondary core.
Signed-off-by: Jingchang Lu
---
arch/arm/mach-imx/common.h | 2 ++
arch/arm/mach-imx/mach-ls1021a.c | 1 +
arch/arm/mach-imx/platsmp.c | 32 +++
From: Jingchang Lu
The LS1021A SoC is a dual-core Cortex-A7 based processor,
this add the initial support for it.
Signed-off-by: Jingchang Lu
---
arch/arm/mach-imx/Kconfig| 14 ++
arch/arm/mach-imx/Makefile | 2 ++
arch/arm/mach-imx/mach-ls1021a.c | 33 ++
From: Jingchang Lu
Signed-off-by: Alison Wang
Signed-off-by: Chao Fu
Signed-off-by: Jason Jin
Signed-off-by: Xiubo Li
Signed-off-by: Bhupesh Sharma
Signed-off-by: Jaiprakash Singh
Signed-off-by: Jingchang Lu
---
arch/arm/boot/dts/Makefile| 3 +-
arch/arm/boot/dts/ls1021a-qds.dts
Signed-off-by: Jingchang Lu
---
Documentation/devicetree/bindings/arm/fsl.txt | 37 +++
1 file changed, 37 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt
b/Documentation/devicetree/bindings/arm/fsl.txt
index e935d7d..c962124 100644
--- a/Documen
From: Jingchang Lu
Add Freescale LS1021A SoC device tree support
Signed-off-by: Nikhil Badola
Signed-off-by: Chenhui Zhao
Signed-off-by: Suresh Gupta
Signed-off-by: Shaveta Leekha
Signed-off-by: Adrian Sendroiu
Signed-off-by: Ruchika Gupta
Signed-off-by: Bhupesh Sharma
Signed-off-by: Chao
Add DT nodes for panel-simple "auo,b133htn01" panel.
Add backlight enable pin and backlight power supply for pwm-backlight.
Also, add panel phandle needed by dp to enable display on peach_pi.
Signed-off-by: Ajay Kumar
---
Changes since V1:
Remove "simple-panel" compatible string and use only ""au
On 08/01/2014 04:34 PM, Peter Ujfalusi wrote:
> Hi,
>
> On 08/01/2014 04:13 PM, Sergei Shtylyov wrote:
>> Hello.
>>
>> On 08/01/2014 05:02 PM, Peter Ujfalusi wrote:
>>
I do. We should follow the standard consistently. Why not call the node
"sound-codec"?
>>
>>> Well, there is _zero_
Hi Andreas,
Thanks for the comments.
On Fri, Aug 1, 2014 at 10:24 PM, Andreas Färber wrote:
> Hi,
>
> Am 01.08.2014 18:24, schrieb Ajay Kumar:
>> Add DT nodes for panel-simple "auo,b133htn01" panel.
>> Add backlight enable pin and backlight power supply for pwm-backlight.
>> Also add panel phand
On Fri, 01 Aug 2014, Thor Thayer wrote:
> On 08/01/2014 03:13 AM, Lee Jones wrote:
> >On Thu, 31 Jul 2014, Thor Thayer wrote:
> >>On 07/31/2014 03:26 AM, Lee Jones wrote:
> >>>On Wed, 30 Jul 2014, ttha...@opensource.altera.com wrote:
> >>>
> From: Thor Thayer
>
> Add a simple MFD for
On Sat, Jul 19, 2014 at 12:48:45PM +0200, Guennadi Liakhovetski wrote:
> The nbpfaxi dmaengine driver doesn't define any new bindings, it only
> uses standard dmaengine bindings and defines 3 flags for the 3rd parameter
> of the "dmas" property.
Applied, these two and two fixups.
While applying n
On Thu, Jul 31, 2014 at 2:34 AM, Simon Horman
wrote:
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt
> @@ -0,0 +1,98 @@
> +* Renesas R-Car DMA Controller Device Tree bindings
> +
> +Renesas R-Car Generation 2 SoCs have have multiple multi-channel DMA
> +controll
On Fri, Aug 01, 2014 at 11:04:52PM +0200, Guennadi Liakhovetski wrote:
> Hi Vinod,
>
> On Fri, 1 Aug 2014, Vinod Koul wrote:
>
> > On Thu, Jul 31, 2014 at 03:42:44PM +0200, Guennadi Liakhovetski wrote:
> > > Ok. This doesn't seem to progress. You suggested in your previous mail,
> > > that I can
On Sat, Aug 02, 2014 at 04:02:13AM +0400, Sergei Shtylyov wrote:
> Hello.
>
>Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
> 'renesas-devel-v3.16-rc7-20140731v2' tag. Here we add the VIN and ADV7180
> video
> decoder device tree support on the R8A7791/Henninger board.
Hi, Grant, Rob
I'm checking arm cci-400 driver on mainline, and found it only supports ARM v7,
but no ARM V8 support.
Do you have plan to support it? or it is under development?
Thanks
Xiaoguang
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to
59 matches
Mail list logo