[PATCH] of: Provide static inline function for of_translate_address if needed

2015-11-06 Thread Guenter Roeck
If OF_ADDRESS is not configured, builds can fail with errors such as drivers/net/ethernet/hisilicon/hns_mdio.c: In function 'hns_mdio_bus_name': drivers/net/ethernet/hisilicon/hns_mdio.c:411:3: error: implicit declaration of function 'of_translate_address' as currently seen when b

Re: [rtc-linux] Re: [PATCH v5 1/4] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC

2015-11-06 Thread Krzysztof Kozlowski
W dniu 07.11.2015 o 07:33, Rob Herring pisze: > On Fri, Oct 30, 2015 at 11:55:31AM +0530, Alim Akhtar wrote: >> From: Thomas Abraham >> >> Add dt-binding documentation for s2mps15 PMIC device. The s2mps15 device >> is similar to s2mps11/14 PMIC device and has 27 LDO and 10 buck regulators. >> This

[PATCH v3 1/3] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio

2015-11-06 Thread Simran Rai
Add bindings for audio driver in Broadcom Cygnus. Signed-off-by: Lori Hikichi Signed-off-by: Simran Rai Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- .../bindings/sound/brcm,cygnus-audio.txt | 54 1 file changed, 54 insertions(+) create mode 100644 Doc

[PATCH v3 0/3] sound: soc: Add audio support for Broadcom Cygnus SoC

2015-11-06 Thread Simran Rai
Hi, This patchset contains audio support for Broadcom's Cygnus SoC. It contains DT bindings and core audio driver. The audio driver supports both capture and playback of Audio PCM samples over I2S/TDM interface and provides playback support over SPDIF interface. This patchset is derived from a pr

[PATCH v3 3/3] sound: soc: Add Cygnus audio DMA driver

2015-11-06 Thread Simran Rai
This patch adds Cygnus audio DMA driver. It supports playback and capture modes and uses ringbuffers for data transfer. Signed-off-by: Lori Hikichi Signed-off-by: Simran Rai Reviewed-by: Ray Jui Reviewed-by: Arun Parameswaran Reviewed-by: Scott Branden --- sound/soc/bcm/Kconfig |9 +

[PATCH v3 2/3] sound: soc: Add Cygnus audio DAI driver

2015-11-06 Thread Simran Rai
This patch adds Cygnus audio DAI driver. It supports I2S, TDM and SPDIF modes and uses three clocks derived from PLL. This patchset has been tested on Cygnus wireless audio bcm958305K board. Signed-off-by: Lori Hikichi Signed-off-by: Simran Rai Reviewed-by: Ray Jui Reviewed-by: Arun Parameswar

[PATCH v6] arm64: dts: Added syscon-reboot node for FSL's LS2080A SoC

2015-11-06 Thread J. German Rivera
Added sys-reboot node to the FSL's LS2080A SoC DT to leverage the ARM-generic reboot mechanism for this SoC. This mechanism is enabled through CONFIG_POWER_RESET_SYSCON. Signed-off-by: J. German Rivera --- CHANGE HISTORY: Changes in v6: - Addressed comment from Javier Martinez Canillas * Moved

Re: [PATCH v5 1/4] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC

2015-11-06 Thread Alim Akhtar
Hi Rob, On Sat, Nov 7, 2015 at 4:03 AM, Rob Herring wrote: > On Fri, Oct 30, 2015 at 11:55:31AM +0530, Alim Akhtar wrote: >> From: Thomas Abraham >> >> Add dt-binding documentation for s2mps15 PMIC device. The s2mps15 device >> is similar to s2mps11/14 PMIC device and has 27 LDO and 10 buck regu

Re: [PATCH 07/19] drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS

2015-11-06 Thread Maxime Ripard
Hi Thierry, On Fri, Oct 30, 2015 at 06:32:30PM +0100, Thierry Reding wrote: > On Fri, Oct 30, 2015 at 03:20:53PM +0100, Maxime Ripard wrote: > > Add support for the Olimex LCD-OLinuXino-4.3TS panel to the DRM simple > > panel driver. > > > > It is a 480x272 panel connected through a 24-bits RGB i

Re: [linux-sunxi] [PATCH 11/19] drm: sun4i: Add composite output

2015-11-06 Thread Maxime Ripard
On Mon, Nov 02, 2015 at 01:53:20PM +1100, Jonathan Liu wrote: > > + ret = sun4i_tv_init(drm); > > + if (ret) { > > + dev_err(drm->dev, "Couldn't create our RGB output\n"); > > RGB should be composite. Seems like a copy-paste error. Good catch. Thanks! Maxime -- Maxime

Re: [PATCH 04/19] clk: sunxi: Add TCON channel1 clock

2015-11-06 Thread Maxime Ripard
Hi, On Fri, Oct 30, 2015 at 02:37:34PM -0700, Stephen Boyd wrote: > On 10/30, Maxime Ripard wrote: > > The TCON is a controller generating the timings to output videos signals, > > acting like both a CRTC and an encoder. > > > > It has two channels depending on the output, each channel being driv

Re: [PATCH 04/19] clk: sunxi: Add TCON channel1 clock

2015-11-06 Thread Maxime Ripard
Hi, On Sat, Oct 31, 2015 at 05:53:26PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 30, 2015 at 10:20 PM, Maxime Ripard > wrote: > > The TCON is a controller generating the timings to output videos signals, > > acting like both a CRTC and an encoder. > > > > It has two channels depending on the outpu

Re: [PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Hauke Mehrtens
On 11/07/2015 12:27 AM, Hauke Mehrtens wrote: > On 11/06/2015 11:54 PM, Jon Mason wrote: >> On Fri, Nov 06, 2015 at 10:42:41PM +0100, Hauke Mehrtens wrote: >>> On 11/06/2015 10:11 PM, Kapil Hali wrote: From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by

Re: [PATCH 01/19] clk: sunxi: Add display clock

2015-11-06 Thread Maxime Ripard
Hi Stephen, Thanks for your feedback! On Fri, Oct 30, 2015 at 02:29:02PM -0700, Stephen Boyd wrote: > > + > > + mux = kzalloc(sizeof(*mux), GFP_KERNEL); > > + if (!mux) > [..] > > + goto free_reset; > > + } > > + > > + return; > > + > > +free_reset: > > + kfree(reset_data); >

Re: [PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Hauke Mehrtens
On 11/06/2015 11:54 PM, Jon Mason wrote: > On Fri, Nov 06, 2015 at 10:42:41PM +0100, Hauke Mehrtens wrote: >> On 11/06/2015 10:11 PM, Kapil Hali wrote: >>> From: Jon Mason >>> >>> Add SMP support for Broadcom's 4708 SoCs. >>> >>> Signed-off-by: Jon Mason >>> Acked-by: Hauke Mehrtens >>> Tested-b

Re: [PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Scott Branden
Hi Hauke, On 15-11-06 01:42 PM, Hauke Mehrtens wrote: On 11/06/2015 10:11 PM, Kapil Hali wrote: From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Tested-by: Hauke Mehrtens Signed-off-by: Kapil Hali I tested this on a Netgear R62

Re: [PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Jon Mason
On Fri, Nov 06, 2015 at 10:42:41PM +0100, Hauke Mehrtens wrote: > On 11/06/2015 10:11 PM, Kapil Hali wrote: > > From: Jon Mason > > > > Add SMP support for Broadcom's 4708 SoCs. > > > > Signed-off-by: Jon Mason > > Acked-by: Hauke Mehrtens > > Tested-by: Hauke Mehrtens > > Signed-off-by: Kapi

RE: [PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2080A SoC

2015-11-06 Thread Jose Rivera
> -Original Message- > From: Javier Martinez Canillas [mailto:jav...@dowhile0.org] > Sent: Friday, November 06, 2015 4:13 PM > To: Rivera Jose-B46482 > Cc: Rob Herring; Mark Rutland; devicetree@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; Linux Kernel; Sharma Bhupesh-B45370; Li

Re: [PATCH v5 1/4] dt-bindings: mfd: s2mps11: add documentation for s2mps15 PMIC

2015-11-06 Thread Rob Herring
On Fri, Oct 30, 2015 at 11:55:31AM +0530, Alim Akhtar wrote: > From: Thomas Abraham > > Add dt-binding documentation for s2mps15 PMIC device. The s2mps15 device > is similar to s2mps11/14 PMIC device and has 27 LDO and 10 buck regulators. > This also supports RTC and three 32.768KHz clock outputs

Re: [PATCH 09/19] drm: sun4i: Add DT bindings documentation

2015-11-06 Thread Maxime Ripard
Hi Rob, On Fri, Oct 30, 2015 at 11:40:03AM -0500, Rob Herring wrote: > > +Display Engine Backend > > +-- > > + > > +The display engine backend exposes layers and sprites to the > > +system. It's split into two components, the frontend and backend, the > > +frontend doing format

[PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2080A SoC

2015-11-06 Thread J. German Rivera
Added sys-reboot node to the FSL's LS2080A SoC DT to leverage the ARM-generic reboot mechanism for this SoC. This mechanism is enabled through CONFIG_POWER_RESET_SYSCON. CHANGE HISTORY: Changes in v3: - Addressed comment from Stuart Yoder * Fixed commit message to refer to LS2080A instead of LS

Re: [PATCH] arm64: dts: Added syscon-reboot node for FSL's LS2080A SoC

2015-11-06 Thread Javier Martinez Canillas
Hello J. German, On Fri, Nov 6, 2015 at 6:48 PM, J. German Rivera wrote: > Added sys-reboot node to the FSL's LS2080A SoC DT to leverage > the ARM-generic reboot mechanism for this SoC. This mechanism > is enabled through CONFIG_POWER_RESET_SYSCON. > What's in the changelog ends as a part of the

Re: [PATCH 03/19] clk: sunxi: Add TCON channel0 clock

2015-11-06 Thread Maxime Ripard
Hi, On Sat, Oct 31, 2015 at 06:19:59PM +0800, Chen-Yu Tsai wrote: > > +#define SUN4I_A10_TCON_CH0_RESET_SHIFT 29 > > This is sun5i specific. > > A10s manual says bit 30 is the LCD reset, while bit 29 is the TV > encoder reset. A13/R8 don't mention TCON_CH0 clock. A10/A20 have no > separate TV e

Re: [PATCH v2 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio

2015-11-06 Thread Simran Rai
Hi Mark, On 11/6/2015 2:31 AM, Mark Brown wrote: On Thu, Nov 05, 2015 at 12:01:52PM -0800, Simran Rai wrote: On 11/4/2015 6:07 AM, Mark Brown wrote: On Mon, Nov 02, 2015 at 02:11:23PM -0800, Simran Rai wrote: + Interfaces grouping of serial port. In multi-channel stereo, use + "2_0", in 3.1

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-11-06 Thread Guenter Roeck
On Fri, Nov 06, 2015 at 11:53:42AM -0800, Tim Harvey wrote: > On Thu, Nov 5, 2015 at 2:23 PM, Guenter Roeck wrote: > > On Thu, Nov 05, 2015 at 04:19:21PM -0500, Akshay Bhat wrote: > >> From: Tim Harvey > >> > >> The IMX6 watchdog supports assertion of a signal (WDOG_B) which > >> can be pinmux'd

Re: [PATCH v2 2/3] dmaengine: ti-dma-crossbar: dra7: Support for reserving DMA event ranges

2015-11-06 Thread Rob Herring
On Fri, Oct 30, 2015 at 10:00:37AM +0200, Peter Ujfalusi wrote: > In eDMA the events are directly mapped to a DMA channel (for example DMA > event 14 can only be handled by DMA channel 14). If the memcpy is enabled > on the eDMA, there is a possibility that the crossbar driver would assign > DMA ev

[PATCH] dt-bindings: ak4554: extension should be .txt

2015-11-06 Thread Raphael Poggi
Signed-off-by: Raphaƫl Poggi --- Documentation/devicetree/bindings/sound/ak4554.c | 11 --- Documentation/devicetree/bindings/sound/ak4554.txt | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/ak4554.c creat

Re: [PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Hauke Mehrtens
On 11/06/2015 10:11 PM, Kapil Hali wrote: > From: Jon Mason > > Add SMP support for Broadcom's 4708 SoCs. > > Signed-off-by: Jon Mason > Acked-by: Hauke Mehrtens > Tested-by: Hauke Mehrtens > Signed-off-by: Kapil Hali I tested this on a Netgear R6250 V1 (BCM4708) and SMP worked. > --- > a

Re: [PATCH 04/10] pwm: core: use bitops

2015-11-06 Thread Andy Shevchenko
On Fri, Nov 6, 2015 at 4:49 PM, Olliver Schinagl wrote: > Hey Thierry, > > but why have the bit macro at all then :) For my opinion, it's good to use in new code, or when you have this change as a continuation of bigger series. Though, others might have a different one :-) > > But that choice I

Re: [PATCH 6/7] regulator: hisilicon: Add hi655x pmic voltage regulator driver

2015-11-06 Thread Andy Shevchenko
On Thu, Nov 5, 2015 at 3:34 PM, Chen Feng wrote: > Add driver support for HiSilicon Hi655x voltage regulators. > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#

Re: [PATCH v3 0/4] SMP support for Broadcom NSP

2015-11-06 Thread Heiko Stuebner
Hi, Am Freitag, 6. November 2015, 16:11:09 schrieb Kapil Hali: > Change in v3: > * Fixed patch subject from RESEND PATCH to PATCH > * Deleted arch/arm/mach-bcm/bcm_nsp.h file > * Removed inclusion of header file bcm_nsp.h in platsmp.c > * Removed unused variable 'timeout' in nsp_boot_secondary()

Re: [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC

2015-11-06 Thread Mark Brown
On Fri, Nov 06, 2015 at 12:10:45PM -0600, Andrew F. Davis wrote: > On 11/06/2015 04:43 AM, Mark Brown wrote: > >No, you need to fix the bug that is causing dev->of_node to be populated > >for the MFD function device. Probably the issue is that you have put > >this pointless compatible string in y

[PATCH v3 1/4] dt-bindings: add SMP enable-method for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU. Signed-off-by: Kapil Hali --- .../bindings/arm/bcm/brcm,nsp-cpu-method.txt | 36 +

[PATCH v3 0/4] SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
Change in v3: * Fixed patch subject from RESEND PATCH to PATCH * Deleted arch/arm/mach-bcm/bcm_nsp.h file * Removed inclusion of header file bcm_nsp.h in platsmp.c * Removed unused variable 'timeout' in nsp_boot_secondary() Changes in v2: Removed the pen_holding method of SMP bringup for NSP SoC a

[PATCH v3 3/4] ARM: BCM: Add SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add SMP support for Broadcom's Northstar Plus SoC cpu enable method. This changes also consolidates iProc family's - BCM NSP and BCM Kona, platform SMP handling in a common file. Northstar Plus SoC is based on ARM Cortex-A9 revision r3p0 which requires configuration for ARM Errata 764369 for SMP.

[PATCH v3 2/4] ARM: dts: add SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/a

[PATCH v3 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Kapil Hali
From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Tested-by: Hauke Mehrtens Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm4708.dtsi | 2 ++ arch/arm/mach-bcm/Kconfig | 1 + arch/arm/mach-bcm/Makefile | 3 +++ 3 files ch

Re: [RFC 2/3] pinctrl: e3xx: Adding support for NI Ettus Research USRP E3xx pinconf

2015-11-06 Thread Andy Shevchenko
On Fri, Nov 6, 2015 at 1:41 AM, Moritz Fischer wrote: > The USRP E3XX series requires pinctrl to configure the idle state > FPGA image for minimizing power consumption. > This is required since different daughtercards have different uses > for pins on a common connector. > +#include + empty lin

Re: [PATCH v2 4/5] PCI: qcom: Add Qualcomm PCIe controller driver

2015-11-06 Thread Bjorn Andersson
On Mon 04 May 05:42 PDT 2015, Stanimir Varbanov wrote: > The PCIe driver reuse the Designware common code for host > and MSI initialization, and also program the Qualcomm > application specific registers. > I want to get the ethernet on the ifc6410 running and this seems like the last patchset f

Re: [PATCH v4] mtd: ofpart: document the lock flag.

2015-11-06 Thread Rob Herring
On Fri, Oct 30, 2015 at 01:34:00PM -0700, Brian Norris wrote: > From: Michal Suchanek > > The lock flag of ofpart is undocumented. Add to binding doc. > > Signed-off-by: Michal Suchanek > Signed-off-by: Brian Norris > Cc: Sascha Hauer Acked-by: Rob Herring > --- > It seems my reasoning her

Re: [PATCH v6 1/5] Documentation: tps65912: Add DT bindings for the TPS65912 PMIC

2015-11-06 Thread Rob Herring
On Fri, Oct 30, 2015 at 05:28:04PM -0500, Andrew F. Davis wrote: > The TPS65912 PMIC contains several regulators and a GPIO controller. > Add bindings for the TPS65912 PMIC. > > Signed-off-by: Andrew F. Davis > --- > .../devicetree/bindings/gpio/gpio-tps65912.txt | 16 +++ > Documentatio

Re: [RFC 3/3] ARM: e3xx: Add header file for pinctrl constants

2015-11-06 Thread Arnd Bergmann
On Friday 06 November 2015 09:55:28 Moritz Fischer wrote: > On Fri, Nov 6, 2015 at 8:42 AM, Arnd Bergmann wrote: > > On Friday 06 November 2015 08:01:25 Moritz Fischer wrote: > >> pins = E31X_TX_BANDSEL_2; > >> output-low; > >> > >> in one .dts, while having something like > >> > >> pins = E33X_TX

Re: [PATCH 1/3] [media] mt9v032: Add reset and standby gpios

2015-11-06 Thread Rob Herring
On Fri, Nov 06, 2015 at 02:13:43PM +0100, Markus Pargmann wrote: > Add optional reset and standby gpios. The reset gpio is used to reset > the chip in power_on(). > > The standby gpio is not used currently. It is just unset, so the chip is > not in standby. > > Signed-off-by: Markus Pargmann > R

Re: [PATCH 4/7] mfd: hi655x: Add hi665x pmic driver

2015-11-06 Thread Andy Shevchenko
On Thu, Nov 5, 2015 at 3:34 PM, Chen Feng wrote: > Add pmic driver to support hisilicon hi665x pmic. > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include >

Re: [PATCH 1/3] devicetree: bindings: Document qcom board compatible format

2015-11-06 Thread Andy Gross
On Mon, Oct 26, 2015 at 02:25:10PM -0700, Stephen Boyd wrote: > Some qcom based bootloaders identify the dtb blob based on a set > of device properties like SoC, platform, PMIC, and revisions of > those components. In downstream kernels, these values are added > to the different component dtsi file

Re: [PATCH 0/3] Remove the need for qcom,{msm-id,board-id,pmic-id}

2015-11-06 Thread Kevin Hilman
Hi Stephen, Stephen Boyd writes: > This patchset documents a compatible string format that encodes > all the information that was being encoded in qcom specific DT > properties in downstream msm kernels. The goal being to come > up with a format that will allow us to express the information > we

Re: [PATCH RESEND v2 3/4] ARM: BCM: Add SMP support for Broadcom NSP

2015-11-06 Thread Florian Fainelli
On 06/11/15 11:57, Florian Fainelli wrote: > On 06/11/15 11:49, Kapil Hali wrote: >> Add SMP support for Broadcom's Northstar Plus SoC >> cpu enable method. This changes also consolidates >> iProc family's - BCM NSP and BCM Kona, platform >> SMP handling in a common file. >> >> Northstar Plus SoC i

Re: [PATCH RESEND v2 3/4] ARM: BCM: Add SMP support for Broadcom NSP

2015-11-06 Thread Florian Fainelli
On 06/11/15 11:49, Kapil Hali wrote: > Add SMP support for Broadcom's Northstar Plus SoC > cpu enable method. This changes also consolidates > iProc family's - BCM NSP and BCM Kona, platform > SMP handling in a common file. > > Northstar Plus SoC is based on ARM Cortex-A9 > revision r3p0 which req

Re: [PATCH v4 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

2015-11-06 Thread Tim Harvey
On Thu, Nov 5, 2015 at 2:23 PM, Guenter Roeck wrote: > On Thu, Nov 05, 2015 at 04:19:21PM -0500, Akshay Bhat wrote: >> From: Tim Harvey >> >> The IMX6 watchdog supports assertion of a signal (WDOG_B) which >> can be pinmux'd to an external pin. This is typically used for boards that >> have PMIC'

[PATCH RESEND v2 1/4] dt-bindings: add SMP enable-method for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add a compatible string "brcm,bcm-nsp-smp" for Broadcom's Northstar Plus CPU to the 32-bit ARM CPU device tree binding documentation file and create a new binding documentation for Northstar Plus CPU. Signed-off-by: Kapil Hali --- .../bindings/arm/bcm/brcm,nsp-cpu-method.txt | 36 +

[PATCH RESEND v2 3/4] ARM: BCM: Add SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add SMP support for Broadcom's Northstar Plus SoC cpu enable method. This changes also consolidates iProc family's - BCM NSP and BCM Kona, platform SMP handling in a common file. Northstar Plus SoC is based on ARM Cortex-A9 revision r3p0 which requires configuration for ARM Errata 764369 for SMP.

[PATCH RESEND v2 0/4] SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
This is the second iteration in the series. Changes in v2: Removed the pen_holding method of SMP bringup for NSP SoC and replaced it with simple wakeup of secondary core using ARM IPI. This series adds SMP support for Broadcom's Northstar Plus SoC. There are similar SMP enablement methods for m

[PATCH RESEND v2 2/4] ARM: dts: add SMP support for Broadcom NSP

2015-11-06 Thread Kapil Hali
Add device tree changes required for providing SMP support for Broadcom Northstar Plus SoC. Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm-nsp.dtsi | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/a

[PATCH RESEND v2 4/4] ARM: BCM: Add SMP support for Broadcom 4708

2015-11-06 Thread Kapil Hali
From: Jon Mason Add SMP support for Broadcom's 4708 SoCs. Signed-off-by: Jon Mason Acked-by: Hauke Mehrtens Tested-by: Hauke Mehrtens Signed-off-by: Kapil Hali --- arch/arm/boot/dts/bcm4708.dtsi | 2 ++ arch/arm/mach-bcm/Kconfig | 1 + arch/arm/mach-bcm/Makefile | 3 +++ 3 files ch

Re: [PATCH 01/19] clk: sunxi: Add display clock

2015-11-06 Thread Maxime Ripard
Hi, On Sat, Oct 31, 2015 at 06:28:16PM +0800, Chen-Yu Tsai wrote: > Hi, > > On Fri, Oct 30, 2015 at 10:20 PM, Maxime Ripard > wrote: > > The A10 SoCs and its relatives has a special clock controller to drive the > > display engines (both frontend and backend). > > > > Add a driver for it. > > >

[PATCH 4.1 72/86] MFD/OF: document MFD devices and handle simple-mfd

2015-11-06 Thread Greg Kroah-Hartman
4.1-stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij commit 22869a9eca4ea5b534538d160b68c7aef44e378a upstream. This defines a new compatible option for MFD devices "simple-mfd" that will make the OF core spawn child devices for all

Re: [PATCH 19/19] ARM: sun5i: chip: Enable the TV Encoder

2015-11-06 Thread Maxime Ripard
Hi Chen-Yu, On Fri, Oct 30, 2015 at 11:20:41PM +0800, Chen-Yu Tsai wrote: > On Fri, Oct 30, 2015 at 10:21 PM, Maxime Ripard > wrote: > > The TV encoder is used to drive VGA and composite display. > > > > Enable it on the CHIP > > The commit message does not match the contents. Missing a patch? :

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Eduardo Valentin
Hi, On Fri, Nov 06, 2015 at 08:03:24PM +0100, Heiko Stuebner wrote: > Hi Eduardo, Caesar, > > Am Freitag, 6. November 2015, 10:47:40 schrieb Eduardo Valentin: > > On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > > > This series patchs are working for RK3368 on Rockchip platform. > >

Re: [PATCH v2 9/9] arm64: dts: Enable the Thermal on R88 board

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:05PM +0800, Caesar Wang wrote: > This patch enable the TS-ADC. > > When a thermal temperature is invoked use the CRU to reset the chip > on R88 board. TSHUT is low active on this board. > Acked-by: Eduardo Valentin > Signed-off-by: Caesar Wang > > --- > > Chang

Re: [PATCH v2 8/9] arm64: dts: Add main Thermal info to rk3368.dtsi

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:04PM +0800, Caesar Wang wrote: > This patch add the thermal needed info on RK3368. > Meanwhile, support the trips to throttle for thermal. > Acked-by: Eduardo Valentin > Signed-off-by: Caesar Wang > > --- -- To unsubscribe from this list: send the line "unsubscri

Re: [PATCH v2 7/9] arm64: dts: Add the thermal data found on RK3368

2015-11-06 Thread Eduardo Valentin
On Thu, Nov 05, 2015 at 01:18:03PM +0800, Caesar Wang wrote: > This patchset add the thermal for RK3368 dts, > Since the two CPU clusters, with four CPU core for each cluster, > One cluster is optimized for high-performance(big cluster) and the othe > is optimized for low power(little cluster). >

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Heiko Stuebner
Hi Eduardo, Caesar, Am Freitag, 6. November 2015, 10:47:40 schrieb Eduardo Valentin: > On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > > This series patchs are working for RK3368 on Rockchip platform. > > > > Good to see the perseverance! :-) > > > @Heiko, > > The PATCH [5/6]

Re: [PATCH v2 0/9] Better compatible for the rockchip thermal and support RK3368 SoCs

2015-11-06 Thread Eduardo Valentin
Caesar, On Thu, Nov 05, 2015 at 01:17:56PM +0800, Caesar Wang wrote: > This series patchs are working for RK3368 on Rockchip platform. > Good to see the perseverance! :-) > @Heiko, > The PATCH [5/6] is working based on big/littel cluster cpufreq > added. Anyway, the PATCH [5/6] also wor

Re: [PATCH 3/4] ARM: dts: kirkwood: add Seagate GoFlex Home

2015-11-06 Thread Yoann Sculo
Hi Luka, I tested your patch on the GoFlex Home. + gpio-leds { + compatible = "gpio-leds"; + + health { + label = "status:green:health"; + gpios = <&gpio1 14 1>; + linux,default-trigger = "defaul

Re: [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC

2015-11-06 Thread Andrew F. Davis
On 11/06/2015 04:43 AM, Mark Brown wrote: On Thu, Nov 05, 2015 at 12:04:00PM -0600, Andrew F. Davis wrote: On 11/05/2015 04:14 AM, Mark Brown wrote: That sounds like a bug to me, it'll have broken a bunch of existing devices. Most OF drivers have the OF MODALIAS. That's nice but not rele

Re: [RFC 3/3] ARM: e3xx: Add header file for pinctrl constants

2015-11-06 Thread Moritz Fischer
On Fri, Nov 6, 2015 at 8:42 AM, Arnd Bergmann wrote: > On Friday 06 November 2015 08:01:25 Moritz Fischer wrote: >> Hi Arnd, >> >> On Fri, Nov 6, 2015 at 12:54 AM, Arnd Bergmann wrote: >> > On Thursday 05 November 2015 15:41:23 Moritz Fischer wrote: >> >> +/* Pin names for the E31x usecase */ >>

Re: [PATCH v6 2/3] mtd: mtk-nor: mtk serial flash controller driver

2015-11-06 Thread kbuild test robot
Hi Bayi, [auto build test ERROR on mtd/master] [also build test ERROR on v4.3 next-20151106] url: https://github.com/0day-ci/linux/commits/Bayi-Cheng/Mediatek-SPI-NOR-flash-driver/20151106-235157 base: git://git.infradead.org/linux-mtd.git master config: i386-allmodconfig (attached as

[PATCH] mtd: mtk-nor: fix compare_const_fl.cocci warnings

2015-11-06 Thread kbuild test robot
drivers/mtd/spi-nor/mtk-quadspi.c:223:6-28: Move constant to right. drivers/mtd/spi-nor/mtk-quadspi.c:214:6-10: Move constant to right. Move constants to the right of binary operators. Semantic patch information: Depends on personal taste in some cases. Generated by: scripts/coccinelle/misc/co

Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread kbuild test robot
Hi Nikolaus, [auto build test ERROR on input/next] [also build test ERROR on v4.3 next-20151106] url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846-tsc2046-improvements-use-common-touchscreen-bindings-pre-calibration-spi-fix-and-provide

Re: [PATCH 0/2] mmc: sdhci: potentially bad behavior when using vmmc supply

2015-11-06 Thread Ulf Hansson
On 6 November 2015 at 16:59, Ludovic Desroches wrote: > Hi, > > I would like to have some feedback for these two patches. I have two > questions. > > 1. > > To suppress the warnings telling me I have no vmmc and vqmmc supplies, I have > added them and discovered that adding a vmmc supply involve

Re: [RFC 3/3] ARM: e3xx: Add header file for pinctrl constants

2015-11-06 Thread Arnd Bergmann
On Friday 06 November 2015 08:01:25 Moritz Fischer wrote: > Hi Arnd, > > On Fri, Nov 6, 2015 at 12:54 AM, Arnd Bergmann wrote: > > On Thursday 05 November 2015 15:41:23 Moritz Fischer wrote: > >> +/* Pin names for the E31x usecase */ > >> +#define E31X_TX_BANDSEL_2 "DB_1" > >> +#define E31X_

Re: [PATCH 03/10] pwm: sunxi: Yield some time to the pwm-block to become ready

2015-11-06 Thread Chen-Yu Tsai
On Tue, Oct 27, 2015 at 5:32 AM, Olliver Schinagl wrote: > The pwm-block of some of the sunxi chips feature a 'ready' flag to > indicate the software that it is ready for new commands. > > Right now, when we call pwm_config and set the period, we write the > values to the registers, and turn off t

Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread H. Nikolaus Schaller
Am 06.11.2015 um 17:08 schrieb kbuild test robot : > Hi Nikolaus, > > [auto build test ERROR on input/next] > [also build test ERROR on v4.3 next-20151106] > > url: > https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846

Re: [PATCH 08/10] pwm: core: add pulse feature to the PWM framework

2015-11-06 Thread Olliver Schinagl
Hey Thierry, On 06-11-15 17:05, Thierry Reding wrote: On Fri, Nov 06, 2015 at 04:46:54PM +0100, Olliver Schinagl wrote: Hey Thierry, On 06-11-15 16:18, Thierry Reding wrote: On Mon, Oct 26, 2015 at 10:32:39PM +0100, Olliver Schinagl wrote: From: Olliver Schinagl Some hardware PWM's have th

Re: [PATCH 03/10] pwm: sunxi: Yield some time to the pwm-block to become ready

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:34PM +0100, Olliver Schinagl wrote: > The pwm-block of some of the sunxi chips feature a 'ready' flag to > indicate the software that it is ready for new commands. > > Right now, when we call pwm_config and set the period, we write the > values to the registers, and t

Re: [PATCH 02/10] pwm: sunxi: fix whitespace issue

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:33PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch changes no code, it just fixes the whitespacing > > Signed-off-by: Olliver Schinagl > --- > drivers/pwm/pwm-sun4i.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, with a

Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread kbuild test robot
Hi Nikolaus, [auto build test ERROR on input/next] [also build test ERROR on v4.3 next-20151106] url: https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846-tsc2046-improvements-use-common-touchscreen-bindings-pre-calibration-spi-fix-and-provide

Re: [PATCH 08/10] pwm: core: add pulse feature to the PWM framework

2015-11-06 Thread Thierry Reding
On Fri, Nov 06, 2015 at 04:46:54PM +0100, Olliver Schinagl wrote: > Hey Thierry, > > On 06-11-15 16:18, Thierry Reding wrote: > >On Mon, Oct 26, 2015 at 10:32:39PM +0100, Olliver Schinagl wrote: > >>From: Olliver Schinagl > >> > >>Some hardware PWM's have the possibility to only send out one (or

Re: [RFC 3/3] ARM: e3xx: Add header file for pinctrl constants

2015-11-06 Thread Moritz Fischer
Hi Arnd, On Fri, Nov 6, 2015 at 12:54 AM, Arnd Bergmann wrote: > On Thursday 05 November 2015 15:41:23 Moritz Fischer wrote: >> +/* Pin names for the E31x usecase */ >> +#define E31X_TX_BANDSEL_2 "DB_1" >> +#define E31X_RX1B_BANDSEL_0"DB_3" >> +#define E31X_RX1B_BANDSEL_1"DB_5" >> +#

[PATCH 2/2] ARM: at91/dt: sama5d2 Xplained: add regulators for sdhci devices

2015-11-06 Thread Ludovic Desroches
Add vmmc and vqmmc regulators for sdhci devices. The voltage for sdmmc0 vqmmc is selected by a signal from coming from the sdhci device. Signed-off-by: Ludovic Desroches --- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/

[PATCH 1/2] mmc: sdhci: set bus voltage before enabling bus power

2015-11-06 Thread Ludovic Desroches
When there is a vmmc regulator, only SD Bus Power is set to 1 in the Power Control Register. It means SD Bus Voltage Select field is set to 0 that is a reserved value. The SD Host Controller specification says: 'SD Bus Power: Before setting this bit, the SD Host Driver shall set SD Bus Voltage Sele

[PATCH 0/2] mmc: sdhci: potentially bad behavior when using vmmc supply

2015-11-06 Thread Ludovic Desroches
Hi, I would like to have some feedback for these two patches. I have two questions. 1. To suppress the warnings telling me I have no vmmc and vqmmc supplies, I have added them and discovered that adding a vmmc supply involve only writing 1 in the Power Control Register involves enabling the SD B

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:38PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, > to allow nano-second resolution, though it obviously strongly depends on > the switching speed of the gpio pins, hrtimer and sy

[PATCH v6 1/3] doc: dt: add documentation for Mediatek spi-nor controller

2015-11-06 Thread Bayi Cheng
Add device tree binding documentation for serial flash with Mediatek serial flash controller Signed-off-by: Bayi Cheng --- .../devicetree/bindings/mtd/mtk-quadspi.txt| 41 ++ 1 file changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/mt

[PATCH v6 3/3] arm64: dts: mt8173: Add nor flash node

2015-11-06 Thread Bayi Cheng
Add Mediatek nor flash node Signed-off-by: Bayi Cheng --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi index d18ee42..f5f08eb 100644 --- a/arch/a

[PATCH v6 2/3] mtd: mtk-nor: mtk serial flash controller driver

2015-11-06 Thread Bayi Cheng
add spi nor flash driver for mediatek controller Signed-off-by: Bayi Cheng --- drivers/mtd/spi-nor/Kconfig | 7 + drivers/mtd/spi-nor/Makefile | 1 + drivers/mtd/spi-nor/mtk-quadspi.c | 475 ++ 3 files changed, 483 insertions(+) create mode 100

[PATCH v6 0/3] Mediatek SPI-NOR flash driver

2015-11-06 Thread Bayi Cheng
This series is based on v4.3-rc1 and l2-mtd.git [0] and erase_sector implementation patch [1] [0]: git://git.infradead.org/l2-mtd.git [1]: http://lists.infradead.org/pipermail/linux-mtd/2015-October//062959.html Change in v6: 1: delete mt8173_nor_do_rx 2: delete mt8173_nor_do_rx 3: add mt8173_nor

Re: [PATCH 08/10] pwm: core: add pulse feature to the PWM framework

2015-11-06 Thread Olliver Schinagl
Hey Thierry, On 06-11-15 16:18, Thierry Reding wrote: On Mon, Oct 26, 2015 at 10:32:39PM +0100, Olliver Schinagl wrote: From: Olliver Schinagl Some hardware PWM's have the possibility to only send out one (or more) pulses. This can be quite a useful feature in case one wants or needs only a s

Re: [PATCH 08/10] pwm: core: add pulse feature to the PWM framework

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:39PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > Some hardware PWM's have the possibility to only send out one (or more) > pulses. This can be quite a useful feature in case one wants or needs > only a single pulse, but at the exact width. > > Additi

[PATCH 6/7] drivers:input:ads7846(+tsc2046): fix spi module table

2015-11-06 Thread H. Nikolaus Schaller
Fix module table so that the driver is loaded if compiled as module and requested by DT. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen/a

[PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread H. Nikolaus Schaller
The tsc2007 chip not only has a resistive touch screen controller but also an external AUX adc imput which can be used for an ambient light sensor, battery voltage monitoring or any general purpose. Additionally it can measure the chip temperature. This driver provides an iio interface for these

[PATCH 5/7] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping

2015-11-06 Thread H. Nikolaus Schaller
commit b98abe52fa8e ("Input: add common DT binding for touchscreens") introduced common DT bindings for touchscreens [1] and a helper function to parse the DT. This has been integrated and interpretation of the inversion (flipping) properties for the x and y axis has been added to accommodate any

[PATCH 0/7] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)

2015-11-06 Thread H. Nikolaus Schaller
This patch series improves the drivers for the tsc2007 and ads7846/tsc2046 touchscreen controllers which are e.g. used by the GTA04, OpenPandora and Pyra devices. New common bindings have been defined by commit b98abe52fa8e: Documentation/devicetree/bindings/input/touchscreen/touchscreen.

[PATCH 7/7] DT:omap3+ads7846: use new common touchscreen bindings

2015-11-06 Thread H. Nikolaus Schaller
The standard touch screen bindings [1] replace the private ti,swap-xy with touchscreen-swaped-x-y. And for the Openpandora we use touchscreen-size etc. to match the LCD screen size. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller ---

[PATCH 4/7] DT:omap3+tsc2007: use new common touchscreen bindings

2015-11-06 Thread H. Nikolaus Schaller
Tested on: GTA04A4 (Letux2804), Letux3704, Letux7004 Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 7

[PATCH 1/7] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2015-11-06 Thread H. Nikolaus Schaller
commit b98abe52fa8e ("Input: add common DT binding for touchscreens") introduced common DT bindings for touchscreens [1] and a helper function to parse the DT. This has been integrated and interpretation of the inversion (flipping) properties for the x and y axis has been added to accommodate any

[PATCH 2/7] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does

2015-11-06 Thread H. Nikolaus Schaller
this should reduce unnecessary input events. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index e0c7173.

Re: [PATCH 06/10] pwm: sysfs: make use of the DEVICE_ATTR_[RW][WO] macro's

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:37PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > For the npwm property the pwm sysfs interface already made use of the > DEVICE_ATTR_RO macro. This patch expands this to the other sysfs > properties so that the code base is concise and makes use of th

Re: [PATCH 05/10] pwm: sysfs: do not unnecessarily store result in var

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:36PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > Use the result of pwm_is_enabled directly instead of storing it first. > > Signed-off-by: Olliver Schinagl > --- > drivers/pwm/sysfs.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Appli

Re: [PATCH 04/10] pwm: core: use bitops

2015-11-06 Thread Olliver Schinagl
Hey Thierry, but why have the bit macro at all then :) But that choice I guess I leave to you, as it's your section, I know some submaintainers prefer it and want it to be used, so I guess it's something in general kernel wide that should be desided on, BIT() macro preferred or not. Olliver

  1   2   >