summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm
Commit message (Expand)AuthorAgeFilesLines
* clk: bcm: iproc: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-06-303-35/+33Star
* clk: iproc: fix missing include of clk-iproc.hBen Dooks2016-06-211-0/+2
* clk: bcm/kona: Do not use sizeof on pointer typeVaishali Thakkar2016-05-061-1/+2
* clk: bcm2835: Fix PLL poweronEric Anholt2016-04-201-0/+4
* clk: bcm2835: Fix compiler warnings on 64-bit buildsEric Anholt2016-04-201-4/+4
* clk: bcm2835: add missing osc and per clocksMartin Sperl2016-03-171-0/+90
* clk: bcm2835: add missing PLL clock dividersMartin Sperl2016-03-171-0/+32
* clk: bcm2835: enable management of PCM clockMartin Sperl2016-03-171-0/+7
* clk: bcm2835: reorganize bcm2835_clock_array assignmentMartin Sperl2016-03-171-459/+393Star
* clk: bcm2835: remove use of BCM2835_CLOCK_COUNT in driverMartin Sperl2016-03-171-73/+94
* clk: bcm2835: expose raw clock-registers via debugfsMartin Sperl2016-03-171-0/+101
* clk: bcm2835: clean up coding style issuesMartin Sperl2016-03-171-6/+2Star
* clk: bcm2835: correctly enable fractional clock supportMartin Sperl2016-03-171-6/+39
* clk: bcm2835: divider value has to be 1 or moreMartin Sperl2016-03-171-2/+3
* clk: bcm2835: add locking to pll*_on/off methodsMartin Sperl2016-03-171-0/+4
* clk: bcm2835: pll_off should only update CM_PLL_ANARSTMartin Sperl2016-03-171-2/+8
* clk: bcm2835: fix check of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-161-2/+2
* clk: bcm: Remove CLK_IS_ROOTStephen Boyd2016-03-031-6/+3Star
* clk: bcm2835: added missing clock register definitionsMartin Sperl2016-02-261-0/+13
* Merge branch 'clk-bcm2835' into clk-nextMichael Turquette2016-02-161-16/+9Star
|\
| * clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt2016-02-161-11/+2Star
| * clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt2016-02-161-5/+7
* | clk: iproc: Remove __init from headerRay Jui2016-01-301-11/+11
* | clk: iproc: Add support for Cygnus audio clocksSimran Rai2016-01-303-5/+116
|/
* Merge branch 'clk-bcm2835' into clk-nextMichael Turquette2015-12-251-54/+101
|\
| * clk: bcm2835: Add PWM clock supportRemi Pommarel2015-12-251-0/+13
| * clk: bcm2835: Support for clock parent selectionRemi Pommarel2015-12-251-45/+77
| * clk: bcm2835: add a round up ability to the clock divisorRemi Pommarel2015-12-251-10/+12
* | Merge branch 'clk-bcm2835' into clk-nextMichael Turquette2015-12-232-0/+86
|\|
| * clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.Eric Anholt2015-12-232-0/+86
* | clk: bcm: Add BCM63138 clock supportFlorian Fainelli2015-11-213-0/+33
|/
* Merge branch 'clk-iproc' into clk-nextStephen Boyd2015-10-227-157/+637
|\
| * clk: ns2: add clock support for Broadcom Northstar 2 SoCJon Mason2015-10-222-0/+289
| * clk: iproc: Separate status and control variablesJon Mason2015-10-222-40/+62
| * clk: iproc: Split off dig_filterJon Mason2015-10-224-17/+38
| * clk: iproc: Add PLL base write functionJon Mason2015-10-221-47/+33Star
| * clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason2015-10-222-0/+137
| * clk: iproc: Add PWRCTRL supportJon Mason2015-10-222-17/+44
| * clk: cygnus: Convert all macros to all capsJon Mason2015-10-221-73/+73
| * ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann2015-10-221-3/+1Star
* | clk: iproc: Fix PLL output frequency calculationSimran Rai2015-10-211-8/+5Star
* | clk: Allow drivers to build if COMPILE_TEST is enabledJavier Martinez Canillas2015-10-161-2/+2
* | clk: bcm2835: Add support for programming the audio domain clocksEric Anholt2015-10-121-1/+1521
* | clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.Eric Anholt2015-10-022-0/+56
|/
* clk: bcm: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-10/+10
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: bcm: Include clk.hStephen Boyd2015-07-201-0/+1
* | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-281-13/+21
|\ \
| * | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-281-13/+21
| |/
* | clk: iproc: fix bit manipulation arithmeticRay Jui2015-07-021-2/+3