| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 12 | -37/+37 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 12 | -37/+37 |
| 2025-10-06 | Merge branch 'clk-determine-rate' into clk-next | Stephen Boyd | 9 | -125/+101 |
| 2025-09-19 | clk: ti: am33xx: keep WKUP_DEBUGSS_CLKCTRL enabled | Matthias Schiffer | 1 | -0/+2 |
| 2025-09-08 | clk: ti: fapll: convert from round_rate() to determine_rate() | Brian Masney | 1 | -21/+27 |
| 2025-09-08 | clk: ti: dra7-atl: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: ti: divider: convert from round_rate() to determine_rate() | Brian Masney | 1 | -5/+7 |
| 2025-09-08 | clk: ti: composite: convert from round_rate() to determine_rate() | Brian Masney | 1 | -3/+3 |
| 2025-09-08 | clk: ti: dpll: convert from round_rate() to determine_rate() | Brian Masney | 5 | -81/+53 |
| 2025-09-08 | clk: ti: dpll: change error return from ~0 to -EINVAL | Brian Masney | 1 | -4/+4 |
| 2025-09-08 | clk: ti: dpll: remove round_rate() in favor of determine_rate() | Brian Masney | 1 | -6/+0 |
| 2025-07-26 | clk: Fix typos | Bjorn Helgaas | 3 | -3/+3 |
| 2025-06-21 | clk: ti: Simplify ti_find_clock_provider() | Rob Herring (Arm) | 1 | -21/+6 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+1 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 1 | -4/+1 |
| 2025-01-06 | clk: ti: use kcalloc() instead of kzalloc() | Ethan Carter Edwards | 1 | -1/+1 |
| 2024-09-21 | clk: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-28 | clk: ti: dra7-atl: Fix leak of of_nodes | David Lechner | 1 | -0/+1 |
| 2024-04-05 | clk: ti: dpll: fix incorrect #ifdef checks | Arnd Bergmann | 1 | -6/+4 |
| 2024-03-19 | Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 7 | -37/+70 |
| 2024-02-28 | clk: ti: dpll3xxx: use correct function names in kernel-doc | Randy Dunlap | 1 | -2/+2 |
| 2024-02-26 | clk: ti: Improve clksel clock bit parsing for reg property | Tony Lindgren | 7 | -33/+60 |
| 2024-02-26 | clk: ti: Handle possible address in the node name | Tony Lindgren | 1 | -4/+10 |
| 2023-10-31 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -17/+5 |
| 2023-10-23 | clk: Use device_get_match_data() | Rob Herring | 1 | -10/+4 |
| 2023-10-18 | clk: ti: fix double free in of_ti_divider_clk_setup() | Dan Carpenter | 1 | -7/+1 |
| 2023-10-13 | clk: ti: Fix missing omap5 mcbsp functional clock and aliases | Tony Lindgren | 1 | -0/+4 |
| 2023-10-13 | clk: ti: Fix missing omap4 mcbsp functional clock and aliases | Tony Lindgren | 1 | -0/+5 |
| 2023-08-30 | Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ... | Stephen Boyd | 2 | -6/+7 |
| 2023-08-22 | clk: ti: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -6/+2 |
| 2023-08-04 | clk: ti: Replace kstrdup() + strreplace() with kstrdup_and_replace() | Andy Shevchenko | 2 | -6/+7 |
| 2023-06-16 | clk: ti: clkctrl: check return value of kasprintf() | Claudiu Beznea | 1 | -0/+7 |
| 2023-04-25 | Merge branches 'clk-xilinx', 'clk-broadcom' and 'clk-platform' into clk-next | Stephen Boyd | 1 | -4/+2 |
| 2023-03-28 | clk: ti: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-27 | clk: ti: Use of_address_to_resource() | Rob Herring | 1 | -3/+3 |
| 2022-11-22 | clk: ti: fix typo in ti_clk_retry_init() code comment | Dario Binacchi | 1 | -1/+1 |
| 2022-11-22 | clk: ti: dra7-atl: don't allocate `parent_names' variable | Dario Binacchi | 1 | -12/+2 |
| 2022-11-22 | clk: ti: change ti_clk_register[_omap_hw]() API | Dario Binacchi | 12 | -42/+41 |
| 2022-10-08 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -5/+9 |
| 2022-10-04 | Merge branches 'clk-ofnode', 'clk-bindings', 'clk-cleanup', 'clk-zynq' and 'c... | Stephen Boyd | 2 | -5/+9 |
| 2022-09-30 | clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe | Miaoqian Lin | 1 | -3/+6 |
| 2022-09-30 | clk: ti: Balance of_node_get() calls for of_find_node_by_name() | Liang He | 1 | -2/+3 |
| 2022-08-19 | clk: ti: Fix missing of_node_get() ti_find_clock_provider() | Tony Lindgren | 1 | -0/+1 |
| 2022-08-04 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 3 | -189/+185 |
| 2022-06-16 | clk: ti: Stop using legacy clkctrl names for omap4 and 5 | Tony Lindgren | 3 | -189/+185 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE | Thomas Gleixner | 14 | -126/+14 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 8 | -75/+8 |
| 2022-05-20 | clk: ti: clkctrl: replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -7/+6 |
| 2022-05-20 | clk: ti: composite: Prefer kcalloc over open coded arithmetic | Len Baker | 1 | -1/+1 |
| 2022-03-29 | Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in... | Stephen Boyd | 22 | -1345/+159 |
| 2022-03-15 | clk: ti: clkctrl: fix typos in comments | Julia Lawall | 1 | -1/+1 |
| 2022-03-15 | clk: ti: Drop legacy compatibility clocks for dra7 | Tony Lindgren | 4 | -832/+5 |
| 2022-03-15 | clk: ti: Drop legacy compatibility clocks for am4 | Tony Lindgren | 5 | -246/+6 |
| 2022-03-15 | clk: ti: Drop legacy compatibility clocks for am3 | Tony Lindgren | 4 | -230/+4 |
| 2022-03-10 | clk: ti: Update component clocks to use ti_dt_clk_name() | Tony Lindgren | 8 | -11/+23 |
| 2022-03-10 | clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name() | Tony Lindgren | 4 | -12/+22 |
| 2022-03-10 | clk: ti: Add ti_dt_clk_name() helper to use clock-output-names | Tony Lindgren | 2 | -1/+20 |
| 2022-03-10 | clk: ti: Use clock-output-names for clkctrl | Tony Lindgren | 1 | -2/+20 |
| 2022-03-10 | clk: ti: Add ti_find_clock_provider() to use clock-output-names | Tony Lindgren | 1 | -2/+41 |
| 2022-03-10 | clk: ti: Optionally parse IO address from parent clock node | Tony Lindgren | 1 | -2/+8 |
| 2022-03-10 | clk: ti: Preserve node in ti_dt_clocks_register() | Tony Lindgren | 1 | -5/+8 |
| 2022-03-10 | clk: ti: Constify clkctrl_name | Tony Lindgren | 1 | -1/+1 |
| 2021-12-09 | clk/ti/adpll: Make const pointer error a static const array | Colin Ian King | 1 | -1/+1 |
| 2021-10-20 | clk: ti: am43xx: Add clkctrl data for am43xx ADC1 | Miquel Raynal | 1 | -0/+1 |
| 2021-06-27 | drivers: ti: remove redundant error message in adpll.c | Yu Jiahua | 1 | -4/+1 |
| 2021-06-08 | clk: ti: add am33xx/am43xx spread spectrum clock support | Dario Binacchi | 2 | -0/+124 |
| 2021-06-08 | clk: ti: fix typo in routine description | Dario Binacchi | 1 | -1/+1 |
| 2021-03-10 | clk: ti: omap5: Add missing gpmc and ocmc clkctrl | Tony Lindgren | 1 | -0/+2 |
| 2021-02-11 | clk: ti: gate: Fix possible doc-rot in 'omap36xx_gate_clk_enable_with_hsdiv_r... | Lee Jones | 1 | -1/+1 |
| 2021-02-11 | clk: ti: dpll: Fix misnaming of '_register_dpll()'s 'user' parameter | Lee Jones | 1 | -1/+1 |
| 2021-02-11 | clk: ti: clockdomain: Fix description for 'omap2_init_clk_clkdm's hw param | Lee Jones | 1 | -1/+1 |
| 2021-02-11 | clk: ti: dpll44xx: Fix some potential doc-rot | Lee Jones | 1 | -2/+4 |
| 2021-02-10 | clk: ti: dpll3xxx: Fix some kernel-doc headers and promote other worthy ones | Lee Jones | 1 | -9/+11 |
| 2021-02-10 | clk: ti: clkt_dpll: Fix some kernel-doc misdemeanours | Lee Jones | 1 | -1/+2 |
| 2020-12-21 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -3/+20 |
| 2020-12-17 | clk: ti: omap5: Fix reboot DPLL lock failure when using ABE TIMERs | David Shah | 1 | -1/+11 |
| 2020-12-17 | clk: ti: Fix memleak in ti_fapll_synth_setup | Zhang Qilong | 1 | -2/+9 |
| 2020-11-19 | clk: ti: dra7: Drop idlest polling from IVA clkctrl clocks | Tony Lindgren | 1 | -0/+7 |
| 2020-11-19 | clk: ti: omap4: Drop idlest polling from IVA clkctrl clocks | Tony Lindgren | 1 | -1/+1 |
| 2020-11-16 | clk: ti: am437x: Keep am4 l3 main clock always on for genpd | Tony Lindgren | 1 | -0/+8 |
| 2020-11-16 | clk: ti: am33xx: Keep am3 l3 main clock always on for genpd | Tony Lindgren | 1 | -0/+2 |
| 2020-09-22 | clk: ti: dra7: add missing clkctrl register for SHA2 instance | Tero Kristo | 1 | -0/+1 |
| 2020-09-22 | clk: ti: clockdomain: fix static checker warning | Tero Kristo | 1 | -0/+2 |
| 2020-09-22 | clk: ti: autoidle: add checks against NULL pointer reference | Tero Kristo | 1 | -2/+12 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-06-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 4 | -26/+18 |
| 2020-06-04 | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -0/+1 |
| 2020-05-26 | clk: ti: dra7: remove two unused symbols | Jason Yan | 1 | -9/+0 |
| 2020-05-19 | clk: ti: dm816: enable sysclk6_ck on init | Tony Lindgren | 1 | -0/+1 |
| 2020-05-14 | clk: ti: dra7xx: fix RNG clock parent | Tero Kristo | 1 | -1/+1 |
| 2020-05-14 | clk: ti: dra7xx: mark MCAN clock as DRA76x only | Tero Kristo | 1 | -1/+1 |
| 2020-05-14 | clk: ti: dra7xx: fix gpu clkctrl parent | Tero Kristo | 1 | -1/+1 |
| 2020-05-14 | clk: ti: omap5: Add proper parent clocks for l4-secure clocks | Tero Kristo | 1 | -7/+7 |
| 2020-05-14 | clk: ti: omap4: Add proper parent clocks for l4-secure clocks | Tero Kristo | 1 | -7/+7 |
| 2020-05-14 | clk: ti: composite: fix memory leak | Tero Kristo | 1 | -0/+1 |
| 2020-05-12 | clk: ti: clkctrl: convert subclocks to use proper names also | Tero Kristo | 1 | -50/+48 |
| 2020-05-12 | clk: ti: am33xx: fix RTC clock parent | Tero Kristo | 1 | -1/+1 |
| 2020-05-12 | clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name | Tero Kristo | 1 | -1/+0 |
| 2020-04-03 | Merge tag 'arm-dt-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -1/+6 |
| 2020-03-17 | clk: ti: Fix dm814x clkctrl for ethernet | Tony Lindgren | 1 | -1/+6 |
| 2020-03-16 | clk: ti: am43xx: Fix clock parent for RTC clock | Tony Lindgren | 1 | -1/+1 |
| 2020-02-08 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2 | -0/+26 |
| 2020-02-03 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 6 | -17/+170 |
| 2020-01-31 | Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '... | Stephen Boyd | 4 | -13/+164 |
| 2020-01-23 | ARM: dts: Add missing omap5 secure clocks | Tony Lindgren | 1 | -0/+13 |
| 2020-01-23 | ARM: dts: Add missing omap4 secure clocks | Tony Lindgren | 1 | -0/+13 |
| 2020-01-20 | clk: ti: clkctrl: Fix hidden dependency to node name | Tony Lindgren | 2 | -12/+88 |
| 2020-01-20 | clk: ti: add clkctrl data dra7 sgx | Tony Lindgren | 1 | -0/+35 |
| 2020-01-20 | clk: ti: omap5: Add missing AESS clock | Tony Lindgren | 1 | -0/+15 |
| 2020-01-20 | clk: ti: dra7: fix parent for gmac_clkctrl | Grygorii Strashko | 1 | -1/+1 |
| 2020-01-20 | clk: ti: dra7: add vpe clkctrl data | Benoit Parrot | 1 | -0/+6 |
| 2020-01-20 | clk: ti: dra7: add cam clkctrl data | Benoit Parrot | 1 | -0/+19 |
| 2020-01-05 | clk: ti: dra7-atl: Remove pm_runtime_irq_safe() | Peter Ujfalusi | 1 | -1/+0 |
| 2019-12-23 | clk: let init callback return an error code | Jerome Brunet | 2 | -4/+6 |
| 2019-12-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 9 | -198/+178 |
| 2019-11-08 | clk/ti/adpll: allocate room for terminating null | Stephen Kitt | 1 | -9/+2 |
| 2019-11-08 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -8/+3 |
| 2019-11-04 | clk: ti: clkctrl: Fix failed to enable error with double udelay timeout | Tony Lindgren | 1 | -2/+3 |
| 2019-11-04 | clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call | Peter Ujfalusi | 1 | -6/+0 |
| 2019-10-31 | clk: ti: divider: convert to use min,max,mask instead of width | Tero Kristo | 2 | -91/+74 |
| 2019-10-31 | clk: ti: divider: cleanup ti_clk_parse_divider_data API | Tero Kristo | 3 | -14/+9 |
| 2019-10-31 | clk: ti: divider: cleanup _register_divider and ti_clk_get_div_table | Tero Kristo | 1 | -72/+41 |
| 2019-10-31 | clk: ti: am43xx: drop idlest polling from gfx clock | Tero Kristo | 1 | -1/+1 |
| 2019-10-31 | clk: ti: am33xx: drop idlest polling from gfx clock | Tero Kristo | 1 | -1/+1 |
| 2019-10-31 | clk: ti: am33xx: drop idlest polling from pruss clkctrl clock | Tero Kristo | 1 | -1/+1 |
| 2019-10-31 | clk: ti: am43xx: drop idlest polling from pruss clkctrl clock | Tero Kristo | 1 | -1/+1 |
| 2019-10-31 | clk: ti: omap5: Drop idlest polling from IPU & DSP clkctrl clocks | Suman Anna | 1 | -2/+2 |
| 2019-10-31 | clk: ti: omap4: Drop idlest polling from IPU & DSP clkctrl clocks | Suman Anna | 1 | -2/+2 |
| 2019-10-31 | clk: ti: dra7xx: Drop idlest polling from IPU & DSP clkctrl clocks | Tero Kristo | 1 | -4/+4 |
| 2019-10-31 | clk: ti: omap5: add IVA subsystem clkctrl data | Tero Kristo | 1 | -0/+7 |
| 2019-10-31 | clk: ti: clkctrl: add new exported API for checking standby info | Tero Kristo | 1 | -0/+33 |
| 2019-10-31 | clk: ti: clkctrl: convert to use bit helper macros instead of bitops | Tero Kristo | 1 | -4/+4 |
| 2019-10-31 | clk: ti: clkctrl: fix setting up clkctrl clocks | Tero Kristo | 1 | -1/+1 |
| 2019-10-03 | Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/pub/scm/li... | Olof Johansson | 1 | -3/+3 |
| 2019-09-23 | clk: ti: dra7: Fix mcasp8 clock bits | Tony Lindgren | 1 | -3/+3 |
| 2019-09-20 | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -0/+34 |
| 2019-09-19 | Merge branches 'clk-renesas', 'clk-rockchip', 'clk-const' and 'clk-simplify' ... | Stephen Boyd | 1 | -3/+1 |
| 2019-09-19 | Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i... | Stephen Boyd | 2 | -8/+10 |
| 2019-09-06 | clk/ti: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -3/+1 |
| 2019-08-26 | clk: ti: add clkctrl data omap5 sgx | Tony Lindgren | 1 | -0/+34 |
| 2019-08-16 | clk: ti: Don't reference clk_init_data after registration | Stephen Boyd | 2 | -8/+10 |
| 2019-08-07 | clk: ti: dm814x: Add of_node_put() to prevent memory leak | Nishka Dasgupta | 1 | -0/+1 |
| 2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 3 | -146/+0 |
| 2019-06-28 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+5 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 8 | -32/+8 |
| 2019-06-07 | clk: ti: Remove unused functions | YueHaibing | 3 | -146/+0 |
| 2019-06-06 | clk: ti: clkctrl: Fix returning uninitialized data | Tony Lindgren | 1 | -2/+5 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-30 | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2019-05-21 | clk: ti: clkctrl: Fix clkdm_clk handling | Tony Lindgren | 1 | -4/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 3 | -0/+3 |
| 2019-04-25 | clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devices | Tero Kristo | 4 | -8/+12 |
| 2019-04-25 | clk: ti: dra7x: prevent non-existing clkctrl clocks from registering | Tero Kristo | 4 | -2/+22 |
| 2019-04-25 | clk: ti: export the omap2_clk_is_hw_omap call | Tero Kristo | 1 | -1/+0 |
| 2019-03-14 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 13 | -62/+159 |
| 2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
| 2019-03-08 | clk: ti: clkctrl: Fix clkdm_name regression for TI_CLK_CLKCTRL_COMPAT | Tony Lindgren | 1 | -1/+1 |
| 2019-03-08 | Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'c... | Stephen Boyd | 13 | -59/+152 |
| 2019-03-08 | Merge branches 'clk-of-refcount', 'clk-mmio-fixed-clock', 'clk-remove-clps', ... | Stephen Boyd | 1 | -2/+6 |
| 2019-02-15 | clk: ti: check clock type before doing autoidle ops | Andreas Kemnade | 1 | -4/+16 |
| 2019-02-15 | clk: ti: add a usecount for autoidle | Andreas Kemnade | 1 | -4/+28 |
| 2019-02-15 | clk: ti: generalize the init sequence of clk_hw_omap clocks | Tero Kristo | 6 | -24/+31 |
| 2019-02-15 | clk: ti: remove usage of CLK_IS_BASIC | Tero Kristo | 6 | -6/+6 |
| 2019-02-15 | clk: ti: add new API for checking if a provided clock is an OMAP clock | Tero Kristo | 2 | -0/+20 |
| 2019-02-15 | clk: ti: move clk_hw_omap list handling under generic part of the driver | Tero Kristo | 3 | -39/+69 |
| 2019-01-24 | clk: ti: Fix error handling in ti_clk_parse_divider_data() | Dan Carpenter | 1 | -1/+10 |
| 2018-12-28 | clk: ti: fix refcount leak in ti_dt_clocks_register() | Yangtao Li | 1 | -2/+6 |
| 2018-12-14 | clk: Use of_node_name_eq for node name comparisons | Rob Herring | 2 | -2/+2 |
| 2018-10-31 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 21 | -526/+2230 |
| 2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 1 | -1/+1 |
| 2018-10-18 | Merge branch 'clk-ti' into clk-next | Stephen Boyd | 15 | -480/+2181 |
| 2018-10-18 | Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-next | Stephen Boyd | 12 | -53/+56 |
| 2018-10-16 | clk: ti: Prepare for remove of OF node name | Stephen Boyd | 1 | -6/+3 |
| 2018-10-03 | clk: ti: Add functions to save/restore clk context | Russ Dill | 6 | -0/+200 |
| 2018-10-03 | clk: ti: dra7: add new clkctrl data | Tero Kristo | 3 | -3/+874 |
| 2018-10-03 | clk: ti: dra7xx: rename existing clkctrl data as compat data | Tero Kristo | 5 | -804/+829 |
| 2018-10-03 | clk: ti: am43xx: add new clkctrl data for am43xx | Tero Kristo | 3 | -5/+268 |
| 2018-10-03 | clk: ti: am43xx: rename existing clkctrl data as compat data | Tero Kristo | 5 | -207/+233 |
| 2018-10-03 | clk: ti: am33xx: add new clkctrl data for am33xx | Tero Kristo | 3 | -3/+250 |
| 2018-10-03 | clk: ti: am33xx: rename existing clkctrl data as compat data | Tero Kristo | 5 | -198/+224 |
| 2018-10-03 | clk: ti: clkctrl: replace dashes from clkdm name with underscore | Tero Kristo | 1 | -0/+10 |
| 2018-10-03 | clk: ti: clkctrl: support multiple clkctrl nodes under a cm node | Tero Kristo | 3 | -18/+52 |
| 2018-08-30 | clk: ti: fix OF child-node lookup | Johan Hovold | 1 | -4/+9 |
| 2018-08-30 | clk: Convert to using %pOFn instead of device_node.name | Rob Herring | 12 | -49/+47 |
| 2018-07-09 | clk: ti: dra7: Add clkctrl clock data for the mcan clocks | Faiz Abbas | 1 | -0/+1 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+4 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 3 | -4/+4 |
| 2018-04-13 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 4 | -13/+77 |
| 2018-04-06 | Merge branches 'clk-davinci', 'clk-si544', 'clk-rockchip', 'clk-uniphier' and... | Stephen Boyd | 2 | -4/+7 |
| 2018-04-05 | clk: ti: fix flag space conflict with clkctrl clocks | Tero Kristo | 1 | -4/+5 |
| 2018-03-08 | clk: ti: am43xx: add set-rate-parent support for display clkctrl clock | Tero Kristo | 1 | -1/+1 |
| 2018-03-08 | clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flag | Tero Kristo | 1 | -0/+2 |
| 2018-03-08 | clk: ti: am33xx: add set-rate-parent support for display clkctrl clock | Tero Kristo | 1 | -1/+1 |
| 2018-03-08 | clk: ti: add support for clock latching to mux clocks | Tero Kristo | 2 | -3/+11 |
| 2018-03-08 | clk: ti: add support for clock latching to divider clocks | Tero Kristo | 2 | -6/+21 |
| 2018-03-08 | clk: ti: add generic support for clock latching | Tero Kristo | 2 | -0/+16 |
| 2018-03-08 | clk: ti: add support for register read-modify-write low-level operation | Tero Kristo | 1 | -0/+24 |