| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: mmp: Fix NULL vs IS_ERR() check | Charles Han | 2025-03-07 | 1 | -2/+2 |
* | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 2025-01-21 | 1 | -1/+1 |
|\ |
|
| * | clk: mmp2: call pm_genpd_init() only after genpd.name is set | Lubomir Rintel | 2025-01-08 | 1 | -1/+1 |
* | | clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check | Dan Carpenter | 2024-12-03 | 1 | -2/+2 |
* | | clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check | Dan Carpenter | 2024-12-03 | 1 | -2/+2 |
* | | clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check | Dan Carpenter | 2024-12-03 | 1 | -2/+2 |
|/ |
|
* | clk: mmp: Add Marvell PXA1908 MPMU driver | Duje Mihanović | 2024-11-14 | 2 | -1/+113 |
* | clk: mmp: Add Marvell PXA1908 APMU driver | Duje Mihanović | 2024-11-14 | 2 | -1/+122 |
* | clk: mmp: Add Marvell PXA1908 APBCP driver | Duje Mihanović | 2024-11-14 | 2 | -1/+83 |
* | clk: mmp: Add Marvell PXA1908 APBC driver | Duje Mihanović | 2024-11-14 | 2 | -1/+131 |
* | clk: mmp: Switch to use struct u32_fract instead of custom one | Andy Shevchenko | 2024-11-14 | 6 | -56/+51 |
* | clk: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2024-09-21 | 1 | -1/+1 |
* | clk: mmp: Switch to use kmemdup_array() | Andy Shevchenko | 2024-08-14 | 1 | -6/+4 |
* | clk: mmp: pxa168: Fix memory leak in pxa168_clk_init() | Kuan-Wei Chiu | 2023-12-16 | 1 | -0/+3 |
* | clk: pxa910: Move number of clocks to driver source | Duje Mihanović | 2023-08-22 | 1 | -1/+3 |
* | clk: pxa1928: Move number of clocks to driver source | Duje Mihanović | 2023-08-22 | 1 | -2/+5 |
* | clk: pxa168: Move number of clocks to driver source | Duje Mihanović | 2023-08-22 | 1 | -1/+3 |
* | clk: mmp2: Move number of clocks to driver source | Duje Mihanović | 2023-08-22 | 2 | -3/+7 |
* | clk: mmp: Remove old non-OF clock drivers | Duje Mihanović | 2023-08-22 | 4 | -1137/+0 |
* | clk: mmp: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-28 | 1 | -4/+2 |
* | clk: mmp: pxa168: control shared SDH bits with separate clock | Doug Brown | 2022-09-30 | 1 | -4/+7 |
* | clk: mmp: pxa168: add clocks for SDH2 and SDH3 | Doug Brown | 2022-09-30 | 1 | -0/+6 |
* | clk: mmp: pxa168: fix GPIO clock enable bits | Doug Brown | 2022-09-30 | 1 | -1/+1 |
* | clk: mmp: pxa168: add muxes for more peripherals | Doug Brown | 2022-09-30 | 1 | -10/+32 |
* | clk: mmp: pxa168: fix incorrect parent clocks | Doug Brown | 2022-09-30 | 1 | -6/+6 |
* | clk: mmp: pxa168: fix const-correctness | Doug Brown | 2022-09-30 | 1 | -7/+7 |
* | clk: mmp: pxa168: add new clocks for peripherals | Doug Brown | 2022-09-30 | 1 | -0/+3 |
* | clk: mmp: pxa168: fix incorrect dividers | Doug Brown | 2022-09-30 | 1 | -2/+2 |
* | clk: mmp: pxa168: add additional register defines | Doug Brown | 2022-09-30 | 1 | -7/+24 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 2022-06-10 | 12 | -48/+12 |
*-. | Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in... | Stephen Boyd | 2022-03-29 | 1 | -1/+1 |
|\ \ |
|
| | * | clk: cleanup comments | Tom Rix | 2022-03-11 | 1 | -1/+1 |
| |/ |
|
* / | clk: mmp: Declare mux tables as const u32[] | Jonathan Neuschäfer | 2022-02-25 | 1 | -2/+2 |
|/ |
|
* | clk: mmp2: fix build without CONFIG_PM | Arnd Bergmann | 2021-01-12 | 1 | -2/+4 |
*-. | Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ... | Stephen Boyd | 2020-10-20 | 1 | -2/+2 |
|\ \ |
|
| | * | clk: mmp2: Fix the display clock divider base | Lubomir Rintel | 2020-10-13 | 1 | -2/+2 |
| |/ |
|
* / | clk: mmp: pxa1928: drop unused 'clk' variable | Krzysztof Kozlowski | 2020-09-22 | 1 | -2/+1 |
|/ |
|
* | clk: mmp: avoid missing prototype warning | Arnd Bergmann | 2020-07-29 | 2 | -0/+2 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2020-06-10 | 6 | -15/+688 |
|\ |
|
| * | clk: mmp2: Add audio clock controller driver | Lubomir Rintel | 2020-05-27 | 2 | -0/+444 |
| * | clk: mmp2: Add support for power islands | Lubomir Rintel | 2020-05-27 | 4 | -1/+168 |
| * | clk: mmp2: Add the audio clock | Lubomir Rintel | 2020-05-27 | 1 | -0/+4 |
| * | clk: mmp2: Add the I2S clocks | Lubomir Rintel | 2020-05-27 | 1 | -0/+46 |
| * | clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init() | Lubomir Rintel | 2020-05-27 | 1 | -2/+2 |
| * | clk: mmp2: Move thermal register defines up a bit | Lubomir Rintel | 2020-05-27 | 1 | -4/+4 |
| * | clk: mmp: frac: Allow setting bits other than the numerator/denominator | Lubomir Rintel | 2020-05-27 | 2 | -0/+4 |
| * | clk: mmp: frac: Do not lose last 4 digits of precision | Lubomir Rintel | 2020-05-27 | 1 | -8/+16 |
* | | clk: mmp2: fix link error without mmp2 | Arnd Bergmann | 2020-04-13 | 3 | -39/+32 |
|/ |
|
* | clk: mmp2: Fix bit masks for LCDC I/O and pixel clocks | Lubomir Rintel | 2020-03-20 | 1 | -2/+2 |
* | clk: mmp2: Add clock for fifth SD HCI on MMP3 | Lubomir Rintel | 2020-03-20 | 1 | -0/+2 |