summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09clk: renesas: r8a7796: Add watchdog module clockGeert Uytterhoeven1-0/+1
2016-08-09clk: renesas: r8a7796: Add watchdog core clocksGeert Uytterhoeven1-0/+6
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
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+67
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds32-130/+82
2016-08-06Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds64-915/+6267
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-08-06Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+11
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds28-201/+3765
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-117/+273
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds69-806/+1418
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds28-111/+402