| Submitter | Stephen Warren |
|---|---|
| Date | Feb. 13, 2013, 6:32 p.m. |
| Message ID | <1360780358-2866-1-git-send-email-swarren@wwwdotorg.org> |
| Download | mbox |
| Permalink | /patch/220227/ |
| State | New |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.9-soc-ccf-fixesComments
On Wednesday 13 February 2013, Stephen Warren wrote: > A number of small fixes are included to the new Tegra common clock > driver. These are: Missing locking, definition of device tree clock IDs > not matching the binding, a static cleanup, missing initialization of > some UART clocks. > > This branch is based on Tegra's previous pull request tegra-for-3.9-dt. > This dependency is caused by the one patch that edits the device tree. > If this causes a problem, I can drop the final two patches in this pull > request for now, and rebase it onto previous tegra-for-3.9-soc-ccf > instead. It's not ideal, but I've merged them into next/dt now because of this dependency. The order of the next/* branches in arm-soc is fixed now because of other dependencies, so putting it into next/soc would have been equally wrong. I think a better solution would have been to send two pull requests, where one was based on the ccf branch and the other on the dt branch. Arnd
A number of small fixes are included to the new Tegra common clock driver. These are: Missing locking, definition of device tree clock IDs not matching the binding, a static cleanup, missing initialization of some UART clocks. This branch is based on Tegra's previous pull request tegra-for-3.9-dt. This dependency is caused by the one patch that edits the device tree. If this causes a problem, I can drop the final two patches in this pull request for now, and rebase it onto previous tegra-for-3.9-soc-ccf instead. ---------------------------------------------------------------- The following changes since commit 3fbf07d80b40f73c304624179381f9038bd03b74: ARM: dt: tegra30: Rename "smmu" to "iommu" are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git tegra-for-3.9-soc-ccf-fixes for you to fetch changes up to 527fad1bc519df8eedd397482febb51526e5d987: clk: tegra: initialise parent of uart clocks ---------------------------------------------------------------- Joseph Lo (1): clk: tegra: fix wrong clock index between se to sata_cold Laxman Dewangan (1): clk: tegra: initialise parent of uart clocks Peter De Schrijver (3): clk: tegra: Implement locking for super clock clk: tegra: Add missing spinlock for hclk and pclk clk: tegra: local arrays should be static Stephen Warren (2): clk: tegra: fix driver to match DT binding ARM: tegra: remove clock-frequency properties from serial nodes arch/arm/boot/dts/tegra20.dtsi | 5 ---- arch/arm/boot/dts/tegra30.dtsi | 5 ---- drivers/clk/tegra/clk-super.c | 18 ++++++++++--- drivers/clk/tegra/clk-tegra20.c | 22 ++++++++++------ drivers/clk/tegra/clk-tegra30.c | 47 +++++++++++++++++++--------------- 5 files changed, 56 insertions(+), 41 deletions(-)