mbox series

[v2,0/2] reset: meson-audio-arb: add sm1 support

Message ID 20190905135040.6635-1-jbrunet@baylibre.com
Headers show
Series reset: meson-audio-arb: add sm1 support | expand

Message

Jerome Brunet Sept. 5, 2019, 1:50 p.m. UTC
This patchset adds the new arb reset lines for the sm1 SoC family
It has been tested on the sei610 platform.

Changes since v1 [0]:
* Fix the mistake on the number of reset as reported by Phililpp (thx)

[0]:  https://lkml.kernel.org/r/20190820094625.13455-1-jbrunet@baylibre.com

Jerome Brunet (2):
  reset: dt-bindings: meson: update arb bindings for sm1
  reset: meson-audio-arb: add sm1 support

 .../reset/amlogic,meson-axg-audio-arb.txt     |  3 +-
 drivers/reset/reset-meson-audio-arb.c         | 43 +++++++++++++++++--
 .../reset/amlogic,meson-axg-audio-arb.h       |  2 +
 3 files changed, 44 insertions(+), 4 deletions(-)

-- 
2.21.0

Comments

Kevin Hilman Oct. 4, 2019, 2:46 p.m. UTC | #1
Philipp Zabel <pza@pengutronix.de> writes:

> Hi Jerome,

>

> On Tue, Oct 01, 2019 at 11:40:20AM +0200, Jerome Brunet wrote:

> [...]

>> Looks like this patchset missed v5.4-rc1.

>> Could you provide a tag with the bindings to Kevin so we can use the IDs

>> in DT until the next merge window ?

>

> Does

>

>   git://git.pengutronix.de/git/pza/linux.git reset/meson-sm1-bindings

>

> work for you?


I'd prefer a tag as that's more of an indicator that it will be static,
but if you're sure that's going to be static, and is the same branch/tag
you'll be sending upstream, that will work.

Kevin