All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf@free.fr>
To: Emilio Lopez <emilio@elopez.com.ar>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Chen-Yu Tsai <wens@csie.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: [PATCH 0/3] clk: sunxi: Add the clocks used for audio/video on sun8i
Date: Wed, 30 Mar 2016 19:13:37 +0200	[thread overview]
Message-ID: <cover.1459358017.git.moinejf@free.fr> (raw)

This patch series replaces a part of a previous series about
"Add a DRM display driver to the Allwinner H3".

I will resubmit the H3 DRM video driver and also submit the H3
components for audio on HDMI as soon as the HDMI PHY of the H3
(and A64) will be known.

Changes:
- simplify and use the 'recalc' callback (Chen-Yu Tsai)
- add a SoC type in the compatibles (Maxime Ripard)
- audio PLL added

Jean-Francois Moine (3):
  clk: sunxi: Add sun6i/8i display support
  clk: sunxi: Add sun6i/8i PLL video support
  clk: sunxi: Add sun8i PLL audio support

 Documentation/devicetree/bindings/clock/sunxi.txt |   3 +
 drivers/clk/sunxi/clk-sunxi.c                     | 151 ++++++++++++++++++++++
 2 files changed, 154 insertions(+)

-- 
2.8.0


WARNING: multiple messages have this Message-ID (diff)
From: moinejf@free.fr (Jean-Francois Moine)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] clk: sunxi: Add the clocks used for audio/video on sun8i
Date: Wed, 30 Mar 2016 19:13:37 +0200	[thread overview]
Message-ID: <cover.1459358017.git.moinejf@free.fr> (raw)

This patch series replaces a part of a previous series about
"Add a DRM display driver to the Allwinner H3".

I will resubmit the H3 DRM video driver and also submit the H3
components for audio on HDMI as soon as the HDMI PHY of the H3
(and A64) will be known.

Changes:
- simplify and use the 'recalc' callback (Chen-Yu Tsai)
- add a SoC type in the compatibles (Maxime Ripard)
- audio PLL added

Jean-Francois Moine (3):
  clk: sunxi: Add sun6i/8i display support
  clk: sunxi: Add sun6i/8i PLL video support
  clk: sunxi: Add sun8i PLL audio support

 Documentation/devicetree/bindings/clock/sunxi.txt |   3 +
 drivers/clk/sunxi/clk-sunxi.c                     | 151 ++++++++++++++++++++++
 2 files changed, 154 insertions(+)

-- 
2.8.0

             reply	other threads:[~2016-03-30 17:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 17:13 Jean-Francois Moine [this message]
2016-03-30 17:13 ` [PATCH 0/3] clk: sunxi: Add the clocks used for audio/video on sun8i Jean-Francois Moine
     [not found] ` <cover.1459358017.git.moinejf-GANU6spQydw@public.gmane.org>
2016-03-30 16:43   ` [PATCH 1/3] clk: sunxi: Add sun6i/8i display support Jean-Francois Moine
2016-03-30 16:43     ` Jean-Francois Moine
2016-03-30 16:43     ` Jean-Francois Moine
     [not found]     ` <2b347763e38cfeeb7a2d6af6357eaea6c4ec07ac.1459358017.git.moinejf-GANU6spQydw@public.gmane.org>
2016-04-01 17:05       ` Rob Herring
2016-04-01 17:05         ` Rob Herring
2016-04-01 17:05         ` Rob Herring
2016-04-10  9:40     ` Maxime Ripard
2016-04-10  9:40       ` Maxime Ripard
2016-03-30 16:50   ` [PATCH 2/3] clk: sunxi: Add sun6i/8i PLL video support Jean-Francois Moine
2016-03-30 16:50     ` Jean-Francois Moine
2016-03-30 16:50     ` Jean-Francois Moine
2016-04-01 17:07     ` Rob Herring
2016-04-01 17:07       ` Rob Herring
     [not found]     ` <e63499f789971b8c45a0ae5e90bd127371cbcf19.1459358017.git.moinejf-GANU6spQydw@public.gmane.org>
2016-04-10  9:50       ` Maxime Ripard
2016-04-10  9:50         ` Maxime Ripard
2016-04-10  9:50         ` Maxime Ripard
2016-04-10 17:11         ` Jean-Francois Moine
2016-04-10 17:11           ` Jean-Francois Moine
2016-03-30 16:57 ` [PATCH 3/3] clk: sunxi: Add sun8i PLL audio support Jean-Francois Moine
2016-03-30 16:57   ` Jean-Francois Moine
2016-04-01 17:08   ` Rob Herring
2016-04-01 17:08     ` Rob Herring
2016-04-10  9:53   ` Maxime Ripard
2016-04-10  9:53     ` Maxime Ripard
2016-04-10 16:55     ` Jean-Francois Moine
2016-04-10 16:55       ` Jean-Francois Moine

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=cover.1459358017.git.moinejf@free.fr \
    --to=moinejf@free.fr \
    --cc=devicetree@vger.kernel.org \
    --cc=emilio@elopez.com.ar \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=sboyd@codeaurora.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.