index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-27
clk: ingenic: Add support for the JZ4760
Paul Cercueil
4
-0
/
+441
2021-06-27
clk: ingenic: Support overriding PLLs M/N/OD calc algorithm
Paul Cercueil
2
-13
/
+30
2021-06-27
clk: ingenic: Remove pll_info.no_bypass_bit
Paul Cercueil
3
-8
/
+6
2021-06-27
clk: ingenic: Read bypass register only when there is one
Paul Cercueil
1
-8
/
+11
2021-06-27
clk: Support bypassing dividers
Paul Cercueil
5
-29
/
+42
2021-06-27
clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare
Jonathan Marek
1
-1
/
+1
2021-06-27
clk: actions: Add NIC and ETHERNET clock support for Actions S500 SoC
Cristian Ciocaltea
1
-1
/
+16
2021-06-27
clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC
Cristian Ciocaltea
1
-8
/
+11
2021-06-27
clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC
Cristian Ciocaltea
1
-15
/
+29
2021-06-27
clk: actions: Fix SD clocks factor table on Owl S500 SoC
Cristian Ciocaltea
1
-4
/
+2
2021-06-27
clk: actions: Fix UART clock dividers on Owl S500 SoC
Cristian Ciocaltea
1
-6
/
+6
2021-06-27
clk: bd718xx: Drop BD70528 support
Matti Vaittinen
2
-12
/
+5
2021-06-27
clk: stm32mp1: move RCC reset controller into RCC clock driver
Gabriel Fernandez
1
-13
/
+144
2021-06-27
clk: stm32mp1: convert to module driver
Gabriel Fernandez
1
-43
/
+78
2021-06-27
clk: stm32mp1: remove intermediate pll clocks
Gabriel Fernandez
1
-23
/
+42
2021-06-27
clk: stm32mp1: merge 'ck_hse_rtc' and 'ck_rtc' into one clock
Gabriel Fernandez
1
-6
/
+48
2021-06-27
clk: stm32mp1: merge 'clk-hsi-div' and 'ck_hsi' into one clock
Gabriel Fernandez
1
-5
/
+5
2021-06-27
clk: lmk04832: add support for digital delay
Liam Beguin
1
-6
/
+315
2021-06-27
clk: add support for the lmk04832
Liam Beguin
3
-0
/
+1296
2021-06-27
clk: socfpga: clk-pll: Remove unused variable 'rc'
Jian Xin
1
-2
/
+1
2021-06-27
clk: qcom: Add camera clock controller driver for SM8250
Jonathan Marek
3
-0
/
+2464
2021-06-27
clk: qcom: clk-alpha-pll: add support for zonda pll
Jonathan Marek
2
-0
/
+180
2021-06-27
clk/qcom: Remove unused variables
Pu Lehui
1
-23
/
+0
2021-06-27
clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks
Bartosz Dudziak
1
-0
/
+1
2021-06-27
clk: qcom: gcc: Add support for Global Clock controller found on MSM8226
Bartosz Dudziak
1
-7
/
+162
2021-06-27
clk: qcom: Add SM6125 (TRINKET) GCC driver
Konrad Dybcio
3
-0
/
+4198
2021-06-27
clk: qcom: gcc: Add support for a new frequency for SC7280
Taniya Das
1
-0
/
+1
2021-06-27
clk: agilex/stratix10/n5x: fix how the bypass_reg is handled
Dinh Nguyen
1
-3
/
+8
2021-06-27
clk: agilex/stratix10: add support for the 2nd bypass
Dinh Nguyen
3
-2
/
+123
2021-06-27
clk: agilex/stratix10: fix bypass representation
Dinh Nguyen
2
-21
/
+91
2021-06-27
clk: agilex/stratix10: remove noc_clk
Dinh Nguyen
2
-34
/
+30
2021-06-26
mbox: add polarfire soc system controller mailbox
Conor Dooley
3
-0
/
+265
2021-06-26
mailbox: imx: Avoid using val uninitialized in imx_mu_isr()
Nathan Chancellor
1
-1
/
+3
2021-06-26
mailbox: qcom: Add MSM8939 APCS support
Shawn Guo
1
-0
/
+1
2021-06-26
mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device
Shawn Guo
1
-1
/
+1
2021-06-26
mailbox: qcom-apcs: Add SM6125 compatible
Martin Botka
1
-0
/
+5
2021-06-26
Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-10
/
+0
2021-06-26
mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush()
Dan Carpenter
1
-1
/
+1
2021-06-26
mailbox: bcm-flexrm-mailbox: Remove redundant dev_err call in flexrm_mbox_probe()
Zhihao Cheng
1
-1
/
+0
2021-06-26
mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe()
Zhihao Cheng
1
-1
/
+0
2021-06-26
mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion
Sibi Sankar
1
-0
/
+6
2021-06-26
mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_data
Chun-Kuang Hu
1
-0
/
+2
2021-06-26
mailbox: mtk-cmdq: Use mailbox rx_callback
Chun-Kuang Hu
1
-5
/
+9
2021-06-26
mailbox: mtk-cmdq: Remove cmdq_cb_status
Chun-Kuang Hu
1
-5
/
+5
2021-06-26
mailbox: imx-mailbox: support i.MX8ULP MU
Peng Fan
1
-41
/
+63
2021-06-26
mailbox: imx: add xSR/xCR register array
Peng Fan
1
-35
/
+61
2021-06-26
mailbox: imx: replace the xTR/xRR array with single register
Peng Fan
1
-14
/
+14
2021-06-26
mailbox: hisilicon: Use the correct HiSilicon copyright
Hao Fang
2
-2
/
+2
2021-06-26
mailbox: mediatek: Remove redundant error printing in cmdq_probe()
Zhen Lei
1
-3
/
+1
2021-06-26
mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()
Zhen Lei
1
-1
/
+0
[prev]
[next]