Re: [PATCH v2 2/6] mailbox: dt-bindings: Add shared [driver <=> device tree] defines

2015-08-09 Thread Jassi Brar
On Mon, Jul 27, 2015 at 3:14 PM, Lee Jones wrote: > This header is currently only used for defines pertaining to data > direction i.e. Rx, Tx or Loopback. > > Signed-off-by: Lee Jones > --- > include/dt-bindings/mailbox/mailbox.h | 14 ++ > 1 file changed, 14 insertions(+) > create

Re: [PATCH v2 5/6] mailbox: Add generic mechanism for testing Mailbox Controllers

2015-08-09 Thread Jassi Brar
On Mon, Jul 27, 2015 at 3:14 PM, Lee Jones wrote: > This particular Client implementation uses shared memory in order > to pass messages between Mailbox users; however, it can be easily > hacked to support any type of Controller. > > Signed-off-by: Lee Jones > --- > drivers/mailbox/Kconfig

Re: [PATCH v6 03/42] powerpc/powernv: Enable M64 on P7IOC

2015-08-09 Thread Alexey Kardashevskiy
On 08/06/2015 02:11 PM, Gavin Shan wrote: The patch enables M64 window on P7IOC, which has been enabled on PHB3. Different from PHB3 where 16 M64 BARs are supported and each of them can be owned by one particular PE# exclusively or divided evenly to 256 segments, each P7IOC PHB has 16 M64 BARs an

Re: [PATCH v6 00/42] powerpc/powernv: PCI hotplug suppport

2015-08-09 Thread Alexey Kardashevskiy
On 08/06/2015 02:11 PM, Gavin Shan wrote: The series of patches intend to support PCI slot for PowerPC PowerNV platform, which is running on top of skiboot firmware. The patchset requires corresponding changes from skiboot firmware, which is sent to skib...@lists.ozlabs.org for review. The PCI sl

Re: [linux-sunxi] [PATCH] ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2

2015-08-09 Thread Iain Paton
NAK. This does much more than enabling the otg port. Neither wholesale re-writing the regulator node or hooking up the dcdc2 regulator to the operating points definition is required in order to enable the otg port. At the very least you need to split your patches and describe them properly r

Re: [linux-sunxi] [PATCH v2] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to meet SoC specifications

2015-08-09 Thread Iain Paton
Acked-by: Iain Paton On 04/08/15 22:08, Timo Sigurdsson wrote: > sun7i-a20.dtsi contains a cpufreq operating point at 0.9 volts. The minimum > CPU voltage for the Allwinner A20 SoC, however, is 1.0 volts. Thus, raise > the voltage for the lowest operating point to 1.0 volts in order to stay > wit

[PATCH] ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2

2015-08-09 Thread Olliver Schinagl
From: Olliver Schinagl This patch enables the musb-otg USB controller on the Lime2. The Lime2 differs from the Lime1 series in pins used for usb0 power. Tested on a OlinuXino Lime2-4GB. Signed-off-by: Olliver Schinagl --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 131 ++---

[PATCH] ARM: dts: sunxi: Use the axp209 driver on the olimex lime2

2015-08-09 Thread Olliver Schinagl
This patch enables usage of the axp209 on the OLinuXino Lime2 and was tested the OLinuXino Lime2-4GB. Signed-off-by: Olliver Schinagl Olliver Schinagl (1): ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2 arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 131 ++--

[PATCH] ARM: dts: sunxi enable otg port on the sun7i-a20-olinuxino-lime2

2015-08-09 Thread Olliver Schinagl
From: Olliver Schinagl This patch enables the recently introduced OTG support for the OLinuXino Lime2. Tested with a keyboard and some USB mass-storage flash-drives and various hotplug. Signed-off-by: Olliver Schinagl Olliver Schinagl (1): ARM: dts: sunxi: enable otg port on the sun7i-a20-ol

[PATCH] ARM: dts: sunxi: enable otg port on the sun7i-a20-olinuxino-lime2

2015-08-09 Thread Olliver Schinagl
From: Olliver Schinagl This patch enables the musb-otg USB controller on the Lime2. The Lime2 differs from the Lime1 series in pins used for usb0 power. Tested on a OlinuXino Lime2-4GB. Signed-off-by: Olliver Schinagl --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 41 ++

Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

2015-08-09 Thread Vaibhav Hiremath
On Sunday 09 August 2015 05:48 PM, Robert Jarzmik wrote: Vaibhav Hiremath writes: Robert, It would be helpful if you can test this patch-series and confirm that it now fixes the NULL pointer deference issue. Tested, it works on pxa27x in master mode, in non-DT mode. For all non-DT patches

Re: [PATCH v9 0/9] Add simple NVMEM Framework via regmap.

2015-08-09 Thread Andrew Lunn
Hi Srinivas The AT24 eeprom driver contains the comment: /* * Export the EEPROM bytes through sysfs, since that's convenient. * By default, onl

Re: [PATCH v2 13/22] i2c: core: Probe i2c master devices on demand

2015-08-09 Thread Tomeu Vizoso
On 9 August 2015 at 14:34, Wolfram Sang wrote: > On Tue, Jul 28, 2015 at 03:19:44PM +0200, Tomeu Vizoso wrote: >> When looking up an i2c master through its firmware node, probe it if it >> hasn't already. >> >> The goal is to reduce deferred probes to a minimum, as it makes it very >> cumbersome t

Re: [PATCH v3 01/18] platform: delay OF device-driver matches until late_initcall

2015-08-09 Thread Tomeu Vizoso
On 7 August 2015 at 19:06, Grygorii Strashko wrote: > On 08/07/2015 10:11 AM, Tomeu Vizoso wrote: >> On 6 August 2015 at 22:19, Rob Herring wrote: >>> On Thu, Aug 6, 2015 at 9:11 AM, Tomeu Vizoso >>> wrote: Delay matches of platform devices with OF nodes until late_initcall, when we a

Re: [PATCH v2 13/22] i2c: core: Probe i2c master devices on demand

2015-08-09 Thread Wolfram Sang
On Tue, Jul 28, 2015 at 03:19:44PM +0200, Tomeu Vizoso wrote: > When looking up an i2c master through its firmware node, probe it if it > hasn't already. > > The goal is to reduce deferred probes to a minimum, as it makes it very > cumbersome to find out why a device failed to probe, and can intro

Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

2015-08-09 Thread Robert Jarzmik
Vaibhav Hiremath writes: > Robert, > > It would be helpful if you can test this patch-series and confirm that > it now fixes the NULL pointer deference issue. Tested, it works on pxa27x in master mode, in non-DT mode. For all non-DT patches, you can add my : Tested-by: Robert Jarzmik Cheers.

[PATCH v6 1/2] iio: light: DT binding docs for APDS9960 driver

2015-08-09 Thread Matt Ranostay
Document compatible string, and required DT properties for APDS9960 chipset driver. Reviewed-by: Marek Vasut Signed-off-by: Matt Ranostay --- .../devicetree/bindings/iio/light/apds9960.txt | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/device

[PATCH v6 2/2] iio: light: add APDS9960 ALS + promixity driver

2015-08-09 Thread Matt Ranostay
APDS9960 is a combination of ALS, proximity, and gesture sensors. This patch adds support for these functions along with gain control, integration time, and event thresholds. Signed-off-by: Matt Ranostay --- .../ABI/testing/sysfs-bus-iio-light-apds9960 |7 + drivers/iio/light/Kconfig

[PATCH v6 0/2] iio: light: add support for APDS9960 sensor

2015-08-09 Thread Matt Ranostay
This patchset adds support for the APDS9960 ALS + proximity + gesture sensor. Included support for the various adjustable settings and controls: * Falling and rising ALS + proximity thresholds events * Gain controls * ALS time integration Changes from v5: * Removed triggered buffer since it is