All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: megous@megous.com
Cc: mark.rutland@arm.com, robh@kernel.org,
	devicetree@vger.kernel.org, linux-sunxi@googlegroups.com,
	johan@kernel.org, linux-kernel@vger.kernel.org, wens@csie.org,
	maxime.ripard@free-electrons.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711
Date: Tue, 2 Apr 2019 10:28:52 +0200	[thread overview]
Message-ID: <20190402082852.GL12562@localhost> (raw)
In-Reply-To: <20190401115616.21337-1-megous@megous.com>

On Mon, Apr 01, 2019 at 01:56:11PM +0200, megous@megous.com wrote:
> 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.

I'll take the GPS patches through my tree once I've had a chance to
review them. Perhaps easiest to resend the corresponding dts change once
that is done.

Johan

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Johan Hovold <johan@kernel.org>
To: megous@megous.com
Cc: maxime.ripard@free-electrons.com, wens@csie.org, robh@kernel.org,
	johan@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com
Subject: Re: [PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711
Date: Tue, 2 Apr 2019 10:28:52 +0200	[thread overview]
Message-ID: <20190402082852.GL12562@localhost> (raw)
In-Reply-To: <20190401115616.21337-1-megous@megous.com>

On Mon, Apr 01, 2019 at 01:56:11PM +0200, megous@megous.com wrote:
> 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.

I'll take the GPS patches through my tree once I've had a chance to
review them. Perhaps easiest to resend the corresponding dts change once
that is done.

Johan

  parent reply	other threads:[~2019-04-02  8:28 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-01 11:56 [PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711 megous
2019-04-01 11:56 ` megous
2019-04-01 11:56 ` megous via linux-sunxi
2019-04-01 11:56 ` [PATCH v2 1/5] ARM: dts: sun8i: tbs-a711: Add node for BMA250 accelerometer megous
2019-04-01 11:56   ` megous
2019-04-01 12:54   ` Maxime Ripard
2019-04-01 12:54     ` Maxime Ripard
2019-04-01 12:54     ` Maxime Ripard
2019-04-01 11:56 ` [PATCH v2 2/5] ARM: dts: sun8i: a83t: Add UART2 PB pins megous
2019-04-01 11:56   ` megous
2019-04-01 11:56   ` megous via linux-sunxi
2019-04-01 12:53   ` Maxime Ripard
2019-04-01 12:53     ` Maxime Ripard
2019-04-01 12:53     ` Maxime Ripard
2019-04-01 11:56 ` [PATCH v2 3/5] gnss: Add u-blox,neo-6m compatible megous
2019-04-01 11:56   ` megous
2019-04-01 11:56   ` megous via linux-sunxi
2019-04-01 11:56 ` [PATCH v2 4/5] dt-bindings: " megous
2019-04-01 11:56   ` megous
2019-04-01 11:56   ` megous via linux-sunxi
2019-04-01 12:02   ` [linux-sunxi] " Ondřej Jirman
2019-04-01 12:02     ` Ondřej Jirman
2019-04-01 12:02     ` 'Ondřej Jirman' via linux-sunxi
2019-04-04 10:45     ` [linux-sunxi] " Johan Hovold
2019-04-04 10:45       ` Johan Hovold
2019-04-01 11:56 ` [PATCH v2 5/5] ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module) megous
2019-04-01 11:56   ` megous
2019-04-01 11:56   ` megous via linux-sunxi
2019-04-04 12:43   ` [linux-sunxi] " Ondřej Jirman
2019-04-04 12:43     ` Ondřej Jirman
2019-04-04 12:43     ` 'Ondřej Jirman' via linux-sunxi
2019-04-05 15:07     ` [linux-sunxi] " Maxime Ripard
2019-04-05 15:07       ` Maxime Ripard
2019-04-05 15:07       ` Maxime Ripard
2019-04-02  8:28 ` Johan Hovold [this message]
2019-04-02  8:28   ` [PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711 Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190402082852.GL12562@localhost \
    --to=johan@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=mark.rutland@arm.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=megous@megous.com \
    --cc=robh@kernel.org \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.