mbox

[GIT,PULL] Allwinner fixes for 4.4

Message ID 20151214120607.GA21693@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-4.4

Message

Maxime Ripard Dec. 14, 2015, 12:06 p.m. UTC
Hi,

Here a couple of fixes for the 4.4 merge window.

Thanks!
Maxime

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-4.4

for you to fetch changes up to 43675ffafd3c3373f82691f539df3dc7403877fe:

  bus: sunxi-rsb: unlock on error in sunxi_rsb_read() (2015-11-17 09:40:49 +0100)

----------------------------------------------------------------
Allwinner fixes for 4.4

Two patches, one to fix the touchscreen axis on one Allwinner board, and
the other one fixing a mutex unlocking issue on one error path in the RSB
driver.

----------------------------------------------------------------
Dan Carpenter (1):
      bus: sunxi-rsb: unlock on error in sunxi_rsb_read()

Karsten Merker (1):
      ARM: dts: sunxi: sun6i-a31s-primo81.dts: add touchscreen axis swapping property

 arch/arm/boot/dts/sun6i-a31s-primo81.dts | 1 +
 drivers/bus/sunxi-rsb.c                  | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Kevin Hilman Dec. 15, 2015, 1:03 a.m. UTC | #1
Maxime Ripard <maxime.ripard@free-electrons.com> writes:

> Hi,
>
> Here a couple of fixes for the 4.4 merge window.
>
> Thanks!
> Maxime
>
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
>
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-4.4
>
> for you to fetch changes up to 43675ffafd3c3373f82691f539df3dc7403877fe:
>
>   bus: sunxi-rsb: unlock on error in sunxi_rsb_read() (2015-11-17 09:40:49 +0100)
>
> ----------------------------------------------------------------
> Allwinner fixes for 4.4
>
> Two patches, one to fix the touchscreen axis on one Allwinner board, and
> the other one fixing a mutex unlocking issue on one error path in the RSB
> driver.
>
> ----------------------------------------------------------------

Applied to arm-soc/fixes.

Note this just missed our latest fixes pull request to Linus for v4.4,
so this will make it into the next round.

Thanks,

Kevin