summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm
AgeCommit message (Expand)Author
2016-02-25clk: bcm2835: added missing clock register definitionsMartin Sperl
2016-02-16Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2016-02-16clk: bcm2835: Reuse CLK_DIVIDER_MAX_AT_ZERO for recalc_rate()Eric Anholt
2016-02-16clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt
2016-01-29clk: iproc: Remove __init from headerRay Jui
2016-01-29clk: iproc: Add support for Cygnus audio clocksSimran Rai
2015-12-24Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2015-12-24clk: bcm2835: Add PWM clock supportRemi Pommarel
2015-12-24clk: bcm2835: Support for clock parent selectionRemi Pommarel
2015-12-24clk: bcm2835: add a round up ability to the clock divisorRemi Pommarel
2015-12-22Merge branch 'clk-bcm2835' into clk-nextMichael Turquette
2015-12-22clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.Eric Anholt
2015-11-20clk: bcm: Add BCM63138 clock supportFlorian Fainelli
2015-10-21Merge branch 'clk-iproc' into clk-nextStephen Boyd
2015-10-21clk: ns2: add clock support for Broadcom Northstar 2 SoCJon Mason
2015-10-21clk: iproc: Separate status and control variablesJon Mason
2015-10-21clk: iproc: Split off dig_filterJon Mason
2015-10-21clk: iproc: Add PLL base write functionJon Mason
2015-10-21clk: nsp: add clock support for Broadcom Northstar Plus SoCJon Mason
2015-10-21clk: iproc: Add PWRCTRL supportJon Mason
2015-10-21clk: cygnus: Convert all macros to all capsJon Mason
2015-10-21ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabledArnd Bergmann
2015-10-21clk: iproc: Fix PLL output frequency calculationSimran Rai
2015-10-16clk: Allow drivers to build if COMPILE_TEST is enabledJavier Martinez Canillas
2015-10-12clk: bcm2835: Add support for programming the audio domain clocksEric Anholt
2015-10-01clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.Eric Anholt
2015-08-24clk: bcm: Convert to clk_hw based provider APIsStephen Boyd
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: bcm: Include clk.hStephen Boyd
2015-07-02clk: iproc: fix bit manipulation arithmeticRay Jui
2015-07-02clk: iproc: fix memory leak from clock nameRay Jui
2015-06-18clk: cygnus: add clock support for Broadcom CygnusRay Jui
2015-06-18clk: iproc: add initial common clock supportRay Jui
2015-05-14clk: bcm/kona: Remove ccu_listStephen Boyd
2015-05-14clk: bcm/kona: Silence sparse warningsStephen Boyd
2015-04-17clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-05-27clk: bcm/kona: implement determine_rate()Alex Elder
2014-04-30clk: bcm21664: use common clock frameworkAlex Elder
2014-04-30clk: bcm281xx: move compatible string definitionsAlex Elder
2014-04-30clk: bcm281xx: add clock hysteresis supportAlex Elder
2014-04-30clk: bcm281xx: add clock policy supportAlex Elder
2014-04-30clk: bcm281xx: define CCU clock data staticallyAlex Elder
2014-04-30clk: bcm281xx: initialize CCU structures staticallyAlex Elder
2014-04-30clk: bcm281xx: change some symbol namesAlex Elder
2014-04-30clk: bcm281xx: use init_data.name for clock nameAlex Elder
2014-04-30clk: bcm281xx: warn if ccu_wait_bit() failsAlex Elder