1. a38c941 clk: microchip: Initialize SOSC clock rate for PIC32MZDA. by Purna Chandra Mandal · 8 years ago
  2. 12f53b2 clk: microchip: use readl_poll_timeout() in pbclk_set_rate(). by Purna Chandra Mandal · 8 years ago
  3. 49abf69 Merge branch 'clk-meson-gxbb-ao' into clk-next by Stephen Boyd · 8 years ago
  4. 0f7dd7a clk: mvebu: Remove redundant dev_err call in armada_3700_periph_clock_probe() by Wei Yongjun · 8 years ago
  5. 718cc4b clk: meson: Fix invalid use of sizeof in gxbb_aoclkc_probe() by Wei Yongjun · 8 years ago
  6. 63bb4fd clk: qcom: gdsc: Add the missing BIMC gdsc for msm8996 by Rajendra Nayak · 8 years ago
  7. 0698102 clk: imx7d: Add SAI IPG clocks by Fabio Estevam · 8 years ago
  8. d5ebf5f clk: imx: Introduce clk_register_gate2() by Fabio Estevam · 8 years ago
  9. 96e9dff clk: imx7d: Add the clock for SDMA by Fabio Estevam · 8 years ago
  10. 43d6912 Merge branch 'clk-meson-gxbb-ao' into clk-next by Stephen Boyd · 8 years ago
  11. f8c11f7 clk: meson: Add GXBB AO Clock and Reset controller driver by Neil Armstrong · 8 years ago
  12. edb89f1 dt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings by Neil Armstrong · 8 years ago
  13. c3c5768 reset: mediatek: Add MT2701 reset controller dt-binding file by Shunli Wang · 8 years ago
  14. 1de9b21 clk: mediatek: Add dt-bindings for MT2701 clocks by Shunli Wang · 8 years ago
  15. 6a588703 dt-bindings: ARM: Mediatek: Document bindings for MT2701 by James Liao · 8 years ago
  16. 2886c84 clk: mediatek: Refine the makefile to support multiple clock drivers by James Liao · 8 years ago
  17. 928f3bf clk: mediatek: remove __init from clk registration functions by James Liao · 8 years ago
  18. 944b9a4 clk: ls1x: Migrate to clk_hw based OF and registration APIs by Stephen Boyd · 8 years ago
  19. 8964193 clk: qoriq: fix a register offset error by Tang Yuantian · 8 years ago
  20. 9b4cac3 clk: max77686: Migrate to clk_hw based OF and registration APIs by Stephen Boyd · 8 years ago
  21. 91d17dc Merge tag 'clk-renesas-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-next by Stephen Boyd · 8 years ago
  22. f6475e2 clk: berlin: Migrate to clk_hw based registration and OF APIs by Stephen Boyd · 8 years ago
  23. 57c4a2a clk: gcc-ipq4019: Delete unnecessary assignment for the field "owner" by Markus Elfring · 8 years ago
  24. 7e6a3a1 clk: qcom: Sort Makefile alphabetically by Stephen Boyd · 8 years ago
  25. cd1e29a Merge branch 'clk-qcom-9615' into clk-next by Stephen Boyd · 8 years ago
  26. 3e99c7ab dt-bindings: clock: Update bindings for MDM9615 GCC and LCC by Neil Armstrong · 8 years ago
  27. 7792a8d clk: mdm9615: Add support for MDM9615 Clock Controllers by Neil Armstrong · 8 years ago
  28. f7508fe dt-bindings: Add MDM9615 DT bindings include files for GCC and LCC by Neil Armstrong · 8 years ago
  29. ddf7e53 Merge branch 'clk-meson-gxbb' into clk-next by Stephen Boyd · 8 years ago
  30. 33608dc clk: gxbb: add MMC gate clocks, and expose for DT by Kevin Hilman · 8 years ago
  31. 5a227cd clk: max77686: Add support for MAX77620 clocks by Laxman Dewangan · 8 years ago
  32. e581245 clk: max77686: Add DT binding details for PMIC MAX77620 by Laxman Dewangan · 8 years ago
  33. 24f668d clk: Combine DT binding doc for max77686 and max77802 by Laxman Dewangan · 8 years ago
  34. 8ad313f clk: max77686: Combine Maxim max77686 and max77802 driver by Laxman Dewangan · 8 years ago
  35. d336e9a clk: fixed-rate: Remove export symbol on setup function by Stephen Boyd · 8 years ago
  36. 1caadde clk: fixed-factor: Remove export symbol on setup function by Stephen Boyd · 8 years ago
  37. f155d15 clk: Return errors from clk providers in __of_clk_get_from_provider() by Stephen Boyd · 8 years ago
  38. 00746f1 clk: gxbb: use builtin_platform_driver to simplify the code by Wei Yongjun · 8 years ago
  39. 8ca4746 clk: mvebu: Add the peripheral clock driver for Armada 3700 by Gregory CLEMENT · 8 years ago
  40. c6d591c dt-bindings: clock: add DT binding for the peripheral clocks on Armada 3700 by Gregory CLEMENT · 8 years ago
  41. 9626552 clk: mvebu Add the time base generator clocks for Armada 3700 by Gregory CLEMENT · 8 years ago
  42. c302588 dt-bindings: clock: add DT binding for the TBG clocks on Armada 3700 by Gregory CLEMENT · 8 years ago
  43. 7ea8250 clk: mvebu: Add the xtal clock for Armada 3700 SoC by Gregory CLEMENT · 8 years ago
  44. cedfbc3 dt-bindings: clock: add DT binding for the Xtal clock on Armada 3700 by Gregory CLEMENT · 8 years ago
  45. 7e37deb clk: twl6040: Rename the driver and use consistent names in the code by Peter Ujfalusi · 8 years ago
  46. 994deaa clk: twl6040: Register the clock as of_clk_provider by Peter Ujfalusi · 8 years ago
  47. 225ff4e clk: twl6040: Correct clk_ops by Peter Ujfalusi · 8 years ago
  48. 7752f09 clk: mvebu: armada-39x: add clk description for supported interfaces by Grzegorz Jaszczyk · 8 years ago
  49. 8a23133 clk: use ERR_CAST() for __clk_create_clk() by Masahiro Yamada · 8 years ago
  50. 435779f clk: fixed-rate: Convert into a module platform driver by Ricardo Ribalda Delgado · 8 years ago
  51. 971451b clk: fixed-factor: Convert into a module platform driver by Ricardo Ribalda Delgado · 8 years ago
  52. 989eafd clk: core: Avoid double initialization of clocks by Ricardo Ribalda Delgado · 8 years ago
  53. 915128b clk: sunxi: apb0: Use new macro CLK_OF_DECLARE_DRIVER by Ricardo Ribalda Delgado · 8 years ago
  54. cb1291c clk: sunxi: mod0: Use new macro CLK_OF_DECLARE_DRIVER by Ricardo Ribalda Delgado · 8 years ago
  55. 9a0c42d clk: nxp: Use new macro CLK_OF_DECLARE_DRIVER by Ricardo Ribalda Delgado · 8 years ago
  56. aa8d712 clk: axis: Use new macro CLK_OF_DECLARE_DRIVER by Ricardo Ribalda Delgado · 8 years ago
  57. c7296c5 clk: core: New macro CLK_OF_DECLARE_DRIVER by Ricardo Ribalda Delgado · 8 years ago
  58. 2cf9a57 clk: divider: Fix clk_divider_round_rate() to use clk_readl() by Geert Uytterhoeven · 8 years ago
  59. 1fd92db clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRC by Fabio Estevam · 8 years ago
  60. 22d61ac MAINTAINERS: Add linux-clk patchwork URL by Stephen Boyd · 8 years ago
  61. 904e6ea clk: migrate ref counts when orphans are reunited by Michael Turquette · 8 years ago
  62. e0cb1b8 clk: renesas: r8a7795: Fix SD clocks by Yoshihiro Shimoda · 8 years ago
  63. ed0ab11 clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock by Chen-Yu Tsai · 8 years ago
  64. b51d527 clk: renesas: r8a7796: Add watchdog module clock by Geert Uytterhoeven · 8 years ago
  65. 2570d40 clk: renesas: r8a7796: Add watchdog core clocks by Geert Uytterhoeven · 8 years ago
  66. 29b4817 Linux 4.8-rc1 by Linus Torvalds · 8 years ago
  67. 857953d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  68. 635a4ba Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  69. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  70. 31c64f7 target: iblock_execute_sync_cache() should use bio_set_op_attrs() by Jens Axboe · 8 years ago
  71. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 8 years ago
  72. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  73. 52ddb7e Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  74. e9d488c Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc by Linus Torvalds · 8 years ago
  75. 337684a fs: return EPERM on immutable inode by Eryu Guan · 8 years ago
  76. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. 0cbbc42 Merge tag 'xfs-rmap-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  78. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  79. ce804bf Merge tag 'media/v4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  80. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  81. 80fac0f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  82. 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  83. db82627 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. c98f582 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  86. 194d6ad Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  87. a157b3a Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  88. 32199ec Merge tag 'ntb-4.8' of git://github.com/jonmason/ntb by Linus Torvalds · 8 years ago
  89. a02040d Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  90. 0603006 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  91. d268675 Merge tag 'dm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  92. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  93. 62e6e9b Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  94. 0524b42 Merge tag 'acpi-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  95. 11d8ec4 Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. 39fada5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  97. f72035f Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  98. e976e56 ramoops: use persistent_ram_free() instead of kfree() for freeing prz by Hiraku Toyooka · 8 years ago
  99. 529182e ramoops: use DT reserved-memory bindings by Kees Cook · 8 years ago
  100. 95f1464 NTB: ntb_hw_intel: use local variable pdev by Allen Hubbe · 8 years ago