summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-18clk: berlin: Migrate to clk_hw based registration and OF APIsStephen Boyd8-88/+92
2016-08-18clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-08-16clk: qcom: Sort Makefile alphabeticallyStephen Boyd1-3/+4
2016-08-16Merge branch 'clk-qcom-9615' into clk-nextStephen Boyd9-0/+2843
2016-08-16dt-bindings: clock: Update bindings for MDM9615 GCC and LCCNeil Armstrong2-0/+2
2016-08-16clk: mdm9615: Add support for MDM9615 Clock ControllersNeil Armstrong4-0/+2326
2016-08-16dt-bindings: Add MDM9615 DT bindings include files for GCC and LCCNeil Armstrong3-0/+515
2016-08-16Merge branch 'clk-meson-gxbb' into clk-nextStephen Boyd3-2/+18
2016-08-16clk: gxbb: add MMC gate clocks, and expose for DTKevin Hilman3-2/+18
2016-08-16clk: max77686: Add support for MAX77620 clocksLaxman Dewangan2-3/+22
2016-08-16clk: max77686: Add DT binding details for PMIC MAX77620Laxman Dewangan2-10/+63
2016-08-16clk: Combine DT binding doc for max77686 and max77802Laxman Dewangan2-67/+59
2016-08-16clk: max77686: Combine Maxim max77686 and max77802 driverLaxman Dewangan6-349/+234
2016-08-16clk: fixed-rate: Remove export symbol on setup functionStephen Boyd1-2/+1
2016-08-16clk: fixed-factor: Remove export symbol on setup functionStephen Boyd1-1/+0
2016-08-16clk: Return errors from clk providers in __of_clk_get_from_provider()Stephen Boyd1-4/+5
2016-08-16clk: gxbb: use builtin_platform_driver to simplify the codeWei Yongjun1-5/+1
2016-08-16clk: mvebu: Add the peripheral clock driver for Armada 3700Gregory CLEMENT2-0/+450
2016-08-16dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700Gregory CLEMENT1-0/+70
2016-08-16clk: mvebu Add the time base generator clocks for Armada 3700Gregory CLEMENT2-0/+159
2016-08-16dt-bindings: clock: add DT binding for the TBG clocks on Armada 3700Gregory CLEMENT1-0/+27
2016-08-16clk: mvebu: Add the xtal clock for Armada 3700 SoCGregory CLEMENT3-0/+95
2016-08-16dt-bindings: clock: add DT binding for the Xtal clock on Armada 3700Gregory CLEMENT1-0/+28
2016-08-15clk: twl6040: Rename the driver and use consistent names in the codePeter Ujfalusi1-32/+45
2016-08-15clk: twl6040: Register the clock as of_clk_providerPeter Ujfalusi1-1/+2
2016-08-15clk: twl6040: Correct clk_opsPeter Ujfalusi1-2/+2
2016-08-13clk: mvebu: armada-39x: add clk description for supported interfacesGrzegorz Jaszczyk2-0/+4
2016-08-13clk: use ERR_CAST() for __clk_create_clk()Masahiro Yamada1-1/+1
2016-08-13clk: fixed-rate: Convert into a module platform driverRicardo Ribalda Delgado1-7/+64
2016-08-13clk: fixed-factor: Convert into a module platform driverRicardo Ribalda Delgado1-8/+65
2016-08-13clk: core: Avoid double initialization of clocksRicardo Ribalda Delgado1-0/+4
2016-08-13clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-2/+2
2016-08-13clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-1/+2
2016-08-13clk: nxp: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-1/+2
2016-08-13clk: axis: Use new macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-2/+2
2016-08-13clk: core: New macro CLK_OF_DECLARE_DRIVERRicardo Ribalda Delgado1-0/+12
2016-08-13clk: divider: Fix clk_divider_round_rate() to use clk_readl()Geert Uytterhoeven1-1/+1
2016-08-12clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRCFabio Estevam1-2/+0
2016-08-12MAINTAINERS: Add linux-clk patchwork URLStephen Boyd1-0/+1
2016-08-12clk: migrate ref counts when orphans are reunitedMichael Turquette1-2/+10
2016-08-12clk: renesas: r8a7795: Fix SD clocksYoshihiro Shimoda1-4/+5
2016-08-11clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lockChen-Yu Tsai1-1/+1
2016-08-08Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds62-213/+213
2016-08-08Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-156/+334
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds16-34/+31