[PATCH 2/5] ARM: dts: cm-t335: add support for SBC-T335

2015-12-13 Thread Uri Mashiach
Add basic support for the SBC-T335. CompuLab SBC-T335 is a single baseboard computer. The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354 SoC. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg ---

[PATCH 3/5] ARM: dts: cm-t335: add support for I2C GPIO expander

2015-12-13 Thread Uri Mashiach
The I2C GPIO expander (PCA9555) adds 16 GPIOs to the module. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-sbc-t335.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git

[PATCH 1/5] ARM: dts: cm-t335: add support for USB0

2015-12-13 Thread Uri Mashiach
From: Ilya Ledvich Enable USB0. Signed-off-by: Ilya Ledvich Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg --- arch/arm/boot/dts/am335x-cm-t335.dts | 20 1 file changed,

[PATCH 0/5] ARM: dts: cm-t335: add peripheral support

2015-12-13 Thread Uri Mashiach
Add support for the following CM-T335 module peripherals: USB, I2C controller, LCD/DVI, bluetooth Ilya Ledvich (1): ARM: dts: cm-t335: add support for USB0 Uri Mashiach (4): ARM: dts: cm-t335: add support for SBC-T335 ARM: dts: cm-t335: add support for I2C GPIO expander ARM: dts:

[PATCH 4/5] ARM: dts: cm-t335: add support for DVI/LCD

2015-12-13 Thread Uri Mashiach
Add pinmux configuration for DVI/LCD. Add DRM display driver node with timing configurations for DVI and LCD. Add I2C GPIOs configurations for DVI and LCD enable. Signed-off-by: Uri Mashiach Acked-by: Igor Grinberg ---

[PATCH 5/5] ARM: dts: cm-t335: add support for bluetooth

2015-12-13 Thread Uri Mashiach
bluetooth HW is WLS1271 chip connected to UART1. Device tree modifications: - Pinmux for UART1. - Pinmux for bluetooth enable GPIO. Bluetooth enable GPIO is set to enable during startup by setting the relevant pinmux pin to pull-up. Signed-off-by: Uri Mashiach

Re: [PATCH 1/2] regulator: tps65917: Add bypass ops for ldo1 and ldo2 regulators

2015-12-13 Thread Keerthy
On Friday 11 December 2015 10:17 PM, Nishanth Menon wrote: On 12/11/2015 12:28 AM, Keerthy wrote: set/get_bypass ops were missing for ldo1/ldo2 regulators which support bypass mode. Adding the bypass ops for ldo1 and ldo2. This helps consumers configure ldo1 and ldo2 in bypass mode or remove

Re: [PATCH 1/2] video:omap2:dss: fix timings for VENC to match what omapdrm expects

2015-12-13 Thread H. Nikolaus Schaller
Hi Tomi, Am 09.12.2015 um 09:18 schrieb Tomi Valkeinen : > > On 13/11/15 12:29, H. Nikolaus Schaller wrote: >> Otherwise check_timings fails and we get a "has no modes" message >> from xrandr. >> >> This fix makes the venc assume PAL and NTSC timings that match the >>

Re: [PATCH 004/182] gpio: generic: factor into gpio_chip struct

2015-12-13 Thread Linus Walleij
On Thu, Dec 10, 2015 at 12:08 AM, Michael Welling wrote: > On Wed, Dec 09, 2015 at 02:12:40PM +0100, Linus Walleij wrote: > ... >> - ret = gpiochip_add(>gc); >> + ret = gpiochip_add_data(gc, NULL); >> if (ret) { > > gpiochip_add is still mentioned in the dev_err

Re: [PATCH 2/5] ARM: dts: cm-t335: add support for SBC-T335

2015-12-13 Thread Rob Herring
On Sun, Dec 13, 2015 at 10:55:36AM +0200, Uri Mashiach wrote: > Add basic support for the SBC-T335. > > CompuLab SBC-T335 is a single baseboard computer. > The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354 > SoC. > > Signed-off-by: Uri Mashiach

Re: [PATCH 004/182] gpio: generic: factor into gpio_chip struct

2015-12-13 Thread Gregory Fong
On Wed, Dec 9, 2015 at 5:12 AM, Linus Walleij wrote: > The separate struct bgpio_chip has been a pain to handle, both > by being confusingly similar in name to struct gpio_chip and > for being contained inside a struct so that struct gpio_chip > is contained in a struct

[PATCH v2 0/3] regulator: TPS65917/palmas: Add bypass enabling/disabling support

2015-12-13 Thread Keerthy
ldo9 in palmas/tps659038 and ldo1,ldo2 in tps65917 have bypass capability. Adding the ops for the same. Boot tested on DRA7-EVM and DRA72-EVM. Keerthy (3): regulator: tps65917/palmas: Add bypass ops for LDOs ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

[PATCH v2 3/3] ARM: dts: DRA7-EVM: Add regulator-allow-bypass property for ldo9

2015-12-13 Thread Keerthy
Add regulator-allow-bypass property for ldo9. Signed-off-by: Keerthy --- arch/arm/boot/dts/dra7-evm.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 864f600..620e1b2 100644 ---

[PATCH v2 2/3] ARM: dts: DRA72-EVM: Add regulator-allow-bypass property for ldo1 and ldo2

2015-12-13 Thread Keerthy
Add regulator-allow-bypass property for ldo1 and ldo2. Signed-off-by: Keerthy --- arch/arm/boot/dts/dra72-evm.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index d6104d5..4e2824b 100644 ---

[PATCH v2 1/3] regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capability

2015-12-13 Thread Keerthy
set/get_bypass ops were missing for ldo1/ldo2 on tps65917 and ldo9 on palmas/tps659038 which support bypass mode. Adding the bypass ops helps consumers configure these ldos in bypass mode or remove bypass mode if need be. Signed-off-by: Keerthy Reported-by: Kishon Vijay Abraham