Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1360299 > unrolled thread

[GIT PULL] bcm2835 clk changes for 4.6 maybe

Started byEric Anholt <eric@anholt.net>
First post2016-03-18 02:40 +0100
Last post2016-04-02 03:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] bcm2835 clk changes for 4.6 maybe Eric Anholt <eric@anholt.net> - 2016-03-18 02:40 +0100
    Re: [GIT PULL] bcm2835 clk changes for 4.6 maybe Stephen Boyd <sboyd@codeaurora.org> - 2016-03-30 01:40 +0200
      Re: [GIT PULL] bcm2835 clk changes for 4.6 maybe Eric Anholt <eric@anholt.net> - 2016-03-30 07:20 +0200
        Re: [GIT PULL] bcm2835 clk changes for 4.6 maybe Stephen Boyd <sboyd@codeaurora.org> - 2016-04-02 03:10 +0200

#1360299 — [GIT PULL] bcm2835 clk changes for 4.6 maybe

FromEric Anholt <eric@anholt.net>
Date2016-03-18 02:40 +0100
Subject[GIT PULL] bcm2835 clk changes for 4.6 maybe
Message-ID<rdRyp-78i-7@gated-at.bofh.it>
This is late, so feel free to drop it, but I figured I'd send it to
you in case you were still open to merges.  I've pounded on it a bit
today (modesets to all sorts of resolutions on HDMI, used it for
testing the DPI panel support that I'm hoping to have for 4.7, and did
a whole lot of browsing of clk_summary as I debugged DPI), and kbuild
test robot came back clean, so I'm pretty happy with it.

The following changes since commit 4d3ac6662452060721599a3392bc2f524af984cb:

  clk: bcm2835: fix check of error code returned by devm_ioremap_resource() (2016-03-15 18:14:11 -0700)

are available in the git repository at:

  git@github.com:anholt/linux.git tags/bcm2835-clk-next-2016-03-17

for you to fetch changes up to d3d6f15fd376e3dbba851724057b112558c70b79:

  clk: bcm2835: add missing osc and per clocks (2016-03-17 10:42:17 -0700)

----------------------------------------------------------------
This pull request against clk/clk-next brings in fixes for fractional
clocks on 2835, add the PCM clock that used to be driven directly by
the bcm2835-i2s driver (that driver has been broken since this driver
was introduced), and adds many other new clocks.

----------------------------------------------------------------
Martin Sperl (11):
      clk: bcm2835: pll_off should only update CM_PLL_ANARST
      clk: bcm2835: add locking to pll*_on/off methods
      clk: bcm2835: divider value has to be 1 or more
      clk: bcm2835: correctly enable fractional clock support
      clk: bcm2835: clean up coding style issues
      clk: bcm2835: expose raw clock-registers via debugfs
      clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driver
      clk: bcm2835: reorganize bcm2835_clock_array assignment
      clk: bcm2835: enable management of PCM clock
      clk: bcm2835: add missing PLL clock dividers
      clk: bcm2835: add missing osc and per clocks

 drivers/clk/bcm/clk-bcm2835.c       | 1203 +++++++++++++++++++++--------------
 include/dt-bindings/clock/bcm2835.h |   20 +-
 2 files changed, 733 insertions(+), 490 deletions(-)

[toc] | [next] | [standalone]


#1366790

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-03-30 01:40 +0200
Message-ID<riboS-53f-11@gated-at.bofh.it>
In reply to#1360299
On 03/17, Eric Anholt wrote:
> This is late, so feel free to drop it, but I figured I'd send it to
> you in case you were still open to merges.  I've pounded on it a bit
> today (modesets to all sorts of resolutions on HDMI, used it for
> testing the DPI panel support that I'm hoping to have for 4.7, and did
> a whole lot of browsing of clk_summary as I debugged DPI), and kbuild
> test robot came back clean, so I'm pretty happy with it.
> 
> The following changes since commit 4d3ac6662452060721599a3392bc2f524af984cb:
> 
>   clk: bcm2835: fix check of error code returned by devm_ioremap_resource() (2016-03-15 18:14:11 -0700)
> 
> are available in the git repository at:
> 
>   git@github.com:anholt/linux.git tags/bcm2835-clk-next-2016-03-17

Please make sure to use a proper URL here. I don't have access to
git@github.com, but I can fetch this from
git://github.com/anholt/linux.git. The tag and the contents match
so I'm fairly confident all is well.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [next] | [standalone]


#1366896

FromEric Anholt <eric@anholt.net>
Date2016-03-30 07:20 +0200
Message-ID<rigHU-Er-3@gated-at.bofh.it>
In reply to#1366790

[Multipart message — attachments visible in raw view] — view raw

Stephen Boyd <sboyd@codeaurora.org> writes:

> On 03/17, Eric Anholt wrote:
>> This is late, so feel free to drop it, but I figured I'd send it to
>> you in case you were still open to merges.  I've pounded on it a bit
>> today (modesets to all sorts of resolutions on HDMI, used it for
>> testing the DPI panel support that I'm hoping to have for 4.7, and did
>> a whole lot of browsing of clk_summary as I debugged DPI), and kbuild
>> test robot came back clean, so I'm pretty happy with it.
>> 
>> The following changes since commit 4d3ac6662452060721599a3392bc2f524af984cb:
>> 
>>   clk: bcm2835: fix check of error code returned by devm_ioremap_resource() (2016-03-15 18:14:11 -0700)
>> 
>> are available in the git repository at:
>> 
>>   git@github.com:anholt/linux.git tags/bcm2835-clk-next-2016-03-17
>
> Please make sure to use a proper URL here. I don't have access to
> git@github.com, but I can fetch this from
> git://github.com/anholt/linux.git. The tag and the contents match
> so I'm fairly confident all is well.

Yeah, it should have been https://github.com/anholt/linux -- sorry about
that!

[toc] | [prev] | [next] | [standalone]


#1369738

FromStephen Boyd <sboyd@codeaurora.org>
Date2016-04-02 03:10 +0200
Message-ID<rjieE-4lM-55@gated-at.bofh.it>
In reply to#1366896
On 03/29, Eric Anholt wrote:
> Stephen Boyd <sboyd@codeaurora.org> writes:
> 
> > On 03/17, Eric Anholt wrote:
> >> This is late, so feel free to drop it, but I figured I'd send it to
> >> you in case you were still open to merges.  I've pounded on it a bit
> >> today (modesets to all sorts of resolutions on HDMI, used it for
> >> testing the DPI panel support that I'm hoping to have for 4.7, and did
> >> a whole lot of browsing of clk_summary as I debugged DPI), and kbuild
> >> test robot came back clean, so I'm pretty happy with it.
> >> 
> >> The following changes since commit 4d3ac6662452060721599a3392bc2f524af984cb:
> >> 
> >>   clk: bcm2835: fix check of error code returned by devm_ioremap_resource() (2016-03-15 18:14:11 -0700)
> >> 
> >> are available in the git repository at:
> >> 
> >>   git@github.com:anholt/linux.git tags/bcm2835-clk-next-2016-03-17
> >
> > Please make sure to use a proper URL here. I don't have access to
> > git@github.com, but I can fetch this from
> > git://github.com/anholt/linux.git. The tag and the contents match
> > so I'm fairly confident all is well.
> 
> Yeah, it should have been https://github.com/anholt/linux -- sorry about
> that!

Ok. Pulled towards 4.7.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web