[linux-sunxi] Re: [PATCH 1/7] gpiolib: gpiolib-of: Implement device tree gpio-names based lookup

2014-04-16 Thread Alexandre Courbot
On Tue, Apr 15, 2014 at 11:20 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi Chen-Yu, On Tue, Apr 15, 2014 at 02:41:35PM +0800, Chen-Yu Tsai wrote: This patch provides of_get_gpiod_flags_by_name(), which looks up GPIO phandles by name only, through gpios/gpio-names, and not by

[linux-sunxi] Re: [PATCH 1/7] gpiolib: gpiolib-of: Implement device tree gpio-names based lookup

2014-04-16 Thread Alexandre Courbot
On Wed, Apr 16, 2014 at 3:12 PM, Alexandre Courbot gnu...@gmail.com wrote: On Tue, Apr 15, 2014 at 11:20 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi Chen-Yu, On Tue, Apr 15, 2014 at 02:41:35PM +0800, Chen-Yu Tsai wrote: This patch provides of_get_gpiod_flags_by_name(), which

[linux-sunxi] [PATCH] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C

2014-04-16 Thread Boris BREZILLON
Some I2C adapters are only compatible with the SMBus protocol and do not support standard I2C transfers. Fallback to SMBus transfers if we encounter such kind of adapters. The transfer type is chosen according to the val_bits field in the regmap config. Signed-off-by: Boris BREZILLON

[linux-sunxi] Re: [PATCH 1/7] gpiolib: gpiolib-of: Implement device tree gpio-names based lookup

2014-04-16 Thread Chen-Yu Tsai
Hi, On Wed, Apr 16, 2014 at 3:06 PM, Alexandre Courbot gnu...@gmail.com wrote: On Wed, Apr 16, 2014 at 3:12 PM, Alexandre Courbot gnu...@gmail.com wrote: On Tue, Apr 15, 2014 at 11:20 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi Chen-Yu, On Tue, Apr 15, 2014 at 02:41:35PM

Re: [linux-sunxi] Re: [PATCH 7/7] ARM: sun7i: cubietruck: enable bluetooth module

2014-04-16 Thread Chen-Yu Tsai
Hi, On Wed, Apr 16, 2014 at 5:44 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, Please try to keep me in CC, even though the ML doesn't make it easy.. Sorry about that. On Wed, Apr 16, 2014 at 12:06:59AM +0800, Chen-Yu Tsai wrote: @@ -139,4 +152,16 @@ reg_usb2_vbus:

[linux-sunxi] openwrt on aw-som A10 module

2014-04-16 Thread haku0407
Has anyone successfully compiled an image to work with the aw-som A10 SOM? We have made one for the cubieboard and it is working, but the aw-som module boots a bit differently. Any help would be appreciated. Also to build a phoenixsuit image would be nice. Thanks Daryll -- You received

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-04-16 Thread Ivan Kozic
Ok, I figured most of it out from the Mali drivers. Still no solution so far however. Mali is using regular framebuffer by taking fb_start and fb_size vars from the kernel. However, no matter what I do I still cannot make this fb layer transparent - I'm probably missing out something obvious

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-04-16 Thread Ivan Kozic
Got it! Full alpha blending works now: 1. Video running in SCALER layer under (720p60 scaled to LCD size), 2. Mali test running over (modified so that background opacity is set to 0.1, while triangle is at 0.5). Works like a charm. I forgot the most important thing (well, in my case):

[linux-sunxi] Re: [PATCH v4 1/9] mfd: AXP20x: Add mfd driver for AXP20x PMIC

2014-04-16 Thread Lee Jones
This patch introduces the preliminary support for PMICs X-Powers AXP202 and AXP209. The AXP209 and AXP202 are the PMUs (Power Management Unit) used by A10, A13 and A20 SoCs and developed by X-Powers, a sister company of Allwinner. The core enables support for two subsystems: - PEK (Power

[linux-sunxi] Re: [PATCH v4 1/9] mfd: AXP20x: Add mfd driver for AXP20x PMIC

2014-04-16 Thread Lee Jones
This patch introduces the preliminary support for PMICs X-Powers AXP202 and AXP209. The AXP209 and AXP202 are the PMUs (Power Management Unit) used by A10, A13 and A20 SoCs and developed by X-Powers, a sister company of Allwinner. The core enables support for two subsystems: - PEK

[linux-sunxi] Wayland

2014-04-16 Thread Clement Wong
Hi guys, As Collabora has announced Wayland-based shell Maynard today, the demo looks quite promising under RPi. I would like to know the possibility of running sun4i/sun7i under Wayland, so I can dig in during Easter. Also noticed Hans just joint Wayland, maybe you have played with it

[linux-sunxi] Re: [PATCH] regmap: i2c: fallback to SMBus if the adapter does not support standard I2C

2014-04-16 Thread Mark Brown
On Wed, Apr 16, 2014 at 10:16:10AM +0200, Boris BREZILLON wrote: + if (i2c_check_functionality(i2c-adapter, I2C_FUNC_I2C)) { + return regmap_i2c; + } else if (config-val_bits == 16 +i2c_check_functionality(i2c-adapter, +