summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: Add clk_hw_*() APIs for use by clk providersStephen Boyd2015-08-251-0/+9
* Merge tag 'imx-clk-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Michael Turquette2015-08-121-0/+240
|\
| * clk: imx: add imx6ul clk tree supportFrank Li2015-07-141-0/+240
* | clk: zx: Add audio and GPIO clock for zx296702Jun Nie2015-07-281-2/+15
* | clk: gpio: Mark parent_names array constStephen Boyd2015-07-281-1/+1
* | Merge branch 'v4.3-topic/clk-samsung' of git://git.kernel.org/pub/scm/linux/k...Michael Turquette2015-07-282-0/+2
|\ \
| * | clk: exynos3250: Add cpu clock configuration data and instaniate cpu clockChanwoo Choi2015-07-241-0/+1
| * | clk: exynos5250: add cpu clock configuration data and instantiate cpu clockThomas Abraham2015-07-241-0/+1
| |/
* | clk: allow a clk divider with max divisor when zeroJim Quinlan2015-07-281-0/+4
* | Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-282-2/+3
|\ \
| * | clk: Remove clk.h from clk-provider.hStephen Boyd2015-07-201-1/+1
| * | clk: tegra: Properly include clk.hStephen Boyd2015-07-201-1/+2
| |/
* | clk: Allow providers to configure min/max ratesStephen Boyd2015-07-281-0/+2
* | Merge branch 'for-4.2/ti-clk-move' of https://github.com/t-kristo/linux-pm in...Stephen Boyd2015-07-281-105/+44
|\ \
| * | clk: ti: move low-level access and init code under clock driverTero Kristo2015-06-021-1/+6
| * | clk: ti: remove exported ll_ops struct, instead add an API for registrationTero Kristo2015-06-021-2/+1
| * | clk: ti: move some public definitions to private headerTero Kristo2015-06-021-45/+0
| * | clk: ti: am3517: move remaining am3517 clock support code to clock driverTero Kristo2015-06-021-2/+0
| * | clk: ti: omap34xx: move omap34xx clock type support code to clock driverTero Kristo2015-06-021-4/+0
| * | clk: ti: clkdm: move clkdm gate clock support code to clock driverTero Kristo2015-06-021-2/+0
| * | clk: ti: omap2430: move clock support code under clock driverTero Kristo2015-06-021-1/+0
| * | clk: ti: dflt: move support for default gate clock to clock driverTero Kristo2015-06-021-4/+0
| * | ARM: OMAP2+: clock: remove clkdm_control static boolean from codeTero Kristo2015-06-021-0/+1
| * | clk: ti: dpll: move omap3 DPLL functionality to clock driverTero Kristo2015-06-021-30/+0
| * | ARM: OMAP2+: clock: add support for specific CM ops to ti_clk_ll_opsTero Kristo2015-06-021-0/+6
| * | ARM: OMAP2+: clock: add support for clkdm ops to the low level clk opsTero Kristo2015-06-021-5/+11
| * | clk: ti: move omap2_clk_enable_init_clocks under clock driverTero Kristo2015-06-021-1/+0
| * | clk: ti: autoidle: move generic autoidle handling code to clock driverTero Kristo2015-06-021-10/+3
| * | clk: ti: move interface clock implementation under drivers/clkTero Kristo2015-06-021-2/+8
| * | clk: ti: move OMAP4+ DPLL implementation under drivers/clkTero Kristo2015-06-021-12/+1
| * | clk: ti: move generic OMAP DPLL implementation under drivers/clkTero Kristo2015-06-021-1/+0
| * | ARM: OMAP2+: clock: export driver API to setup/get clock featuresTero Kristo2015-06-021-0/+16
* | | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-282-32/+33
|\ \ \
| * | | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-282-32/+33
| | |/ | |/|
* | | Merge branch 'clk-rk3368' into clk-nextStephen Boyd2015-07-085-0/+404
|\ \ \
| * | | clk: rockchip: add missing include guardsHeiko Stuebner2015-07-074-0/+20
| * | | clk: rockchip: add dt-binding header for rk3368Heiko Stuebner2015-07-071-0/+384
| |/ /
* / / clk: add gpio controlled clock multiplexerSergej Sawazki2015-07-071-0/+17
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-056-31/+52
|\ \
| * | fs/file.c: don't acquire files->file_lock in fd_install()Eric Dumazet2015-07-011-0/+3
| * | make simple_positive() publicAl Viro2015-06-241-0/+5
| * | pagemap.h: move dir_pages() over thereFabian Frederick2015-06-241-0/+6
| * | Merge branch 'fscache-fixes' into for-nextAl Viro2015-06-241-28/+27
| |\ \
| | * | FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-021-0/+1
| | * | FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-0/+5
| | * | FS-Cache: Out of line fscache_operation_init()David Howells2015-04-021-21/+3
| | * | FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-6/+0
| | * | FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-021-2/+7
| | * | FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+12
| * | | fs: Call security_ops->inode_killpriv on truncateJan Kara2015-06-241-1/+5