All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add bluetooth, gps and accelerometer to TBS A711
@ 2019-03-27  0:18 ` megous via linux-sunxi
  0 siblings, 0 replies; 41+ messages in thread
From: megous @ 2019-03-27  0:18 UTC (permalink / raw)
  To: maxime.ripard, wens, robh, johan, mark.rutland
  Cc: Ondrej Jirman, devicetree, linux-arm-kernel, linux-kernel, linux-sunxi

From: Ondrej Jirman <megous@megous.com>

This series enables some peripherals on TBS A711 tablet that already
have mainline drivers:

- GPS u-blox neo-6m (via gnss u-blox driver)
- Bluetooth (via recently added OF support in the Broadcom
  bluetooth driver)
- Accelermomter BMA-250 (hooked to the I2C bus)

It also modifies A83T DTSI and adds missing UART interfaces.

I've added additional compatible to the gnss/u-blox driver for NEO-6M,
because this board uses this module, and I don't think I can use
the existing compatible for u-blox,neo-m8, even as a fallback.

Please take a look, and apply the patches if you have no objections.

Many of the patches will go through the sunxi tree, but I'm not
sure who will want to take the GPS patches.

regards,
  Ondrej Jirman

Ondrej Jirman (7):
  ARM: dts: sun8i: tbs-a711: Enable bluetooth
  ARM: dts: sun8i: tbs-a711: Add node for BMA250 accelerometer
  ARM: dts: sun8i: a83t: Add nodes for UART2-UART4
  ARM: dts: sun8i: a83t: Add UART2 PB pins
  gnss: Add u-blox,neo-6m compatible
  dt-bindings: gnss: Add u-blox,neo-6m compatible
  ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module)

 .../devicetree/bindings/gnss/u-blox.txt       |  1 +
 arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts     | 49 +++++++++++++++++++
 arch/arm/boot/dts/sun8i-a83t.dtsi             | 38 ++++++++++++++
 drivers/gnss/ubx.c                            |  1 +
 4 files changed, 89 insertions(+)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2019-04-01 11:34 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-27  0:18 [PATCH 0/7] Add bluetooth, gps and accelerometer to TBS A711 megous
2019-03-27  0:18 ` megous
2019-03-27  0:18 ` megous via linux-sunxi
2019-03-27  0:18 ` [PATCH 1/7] ARM: dts: sun8i: tbs-a711: Enable bluetooth megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-04-01  8:00   ` Maxime Ripard
2019-04-01  8:00     ` Maxime Ripard
2019-03-27  0:18 ` [PATCH 2/7] ARM: dts: sun8i: tbs-a711: Add node for BMA250 accelerometer megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-04-01  6:30   ` Maxime Ripard
2019-04-01  6:30     ` Maxime Ripard
2019-04-01  6:30     ` Maxime Ripard
2019-04-01 11:34     ` Ondřej Jirman
2019-04-01 11:34       ` Ondřej Jirman
2019-04-01 11:34       ` 'Ondřej Jirman' via linux-sunxi
2019-03-27  0:18 ` [PATCH 3/7] ARM: dts: sun8i: a83t: Add nodes for UART2-UART4 megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-04-01  8:00   ` Maxime Ripard
2019-04-01  8:00     ` Maxime Ripard
2019-04-01  8:00     ` Maxime Ripard
2019-03-27  0:18 ` [PATCH 4/7] ARM: dts: sun8i: a83t: Add UART2 PB pins megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-03-28  8:01   ` [linux-sunxi] " Chen-Yu Tsai
2019-03-28  8:01     ` Chen-Yu Tsai
2019-03-28  8:01     ` Chen-Yu Tsai
2019-03-27  0:18 ` [PATCH 5/7] gnss: Add u-blox,neo-6m compatible megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-03-27  0:18 ` [PATCH 6/7] dt-bindings: " megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi
2019-03-31  6:42   ` Rob Herring
2019-03-31  6:42     ` Rob Herring
2019-03-31  6:42     ` Rob Herring
2019-03-27  0:18 ` [PATCH 7/7] ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module) megous
2019-03-27  0:18   ` megous
2019-03-27  0:18   ` megous via linux-sunxi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.