[linux-sunxi] Applied "regmap: add iopoll-like polling macro for regmap_field" to the regmap tree

2017-10-06 Thread Mark Brown
The patch regmap: add iopoll-like polling macro for regmap_field has been applied to the regmap tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) a

[linux-sunxi] Applied "regulator: axp20x: Add support for AXP813 regulators" to the regulator tree

2017-10-06 Thread Mark Brown
The patch regulator: axp20x: Add support for AXP813 regulators has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hour

[linux-sunxi] Applied "regulator: axp20x: Fix poly-phase bit offset for AXP803 DCDC5/6" to the regulator tree

2017-10-06 Thread Mark Brown
The patch regulator: axp20x: Fix poly-phase bit offset for AXP803 DCDC5/6 has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the n

[linux-sunxi] Re: [PATCH v3 09/14] regmap: add iopoll-like polling macro for regmap_field

2017-10-06 Thread Mark Brown
On Fri, Sep 29, 2017 at 04:23:01PM +0800, Chen-Yu Tsai wrote: > This patch adds a macro regmap_field_read_poll_timeout that works > similar to the readx_poll_timeout defined in linux/iopoll.h, except > that this can also return the error value returned by a failed > regmap_field_read. The followin

[linux-sunxi] Re: [PATCH v3 0/3] Basical device tree parts for Allwinner R40 SoC

2017-10-06 Thread Maxime Ripard
Hi, On Fri, Oct 06, 2017 at 06:42:30AM +, Icenowy Zheng wrote: > This patchset adds basical device tree parts for the Allwinner R40 SoC > and two boards feature this SoC -- Banana Pi M2 Ultra and Berry (The > BPi M2 Berry board uses V40 SoC, which is just a renamed R40). Applied all three, th