summaryrefslogtreecommitdiffstats
path: root/fs/configfs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-30clk: lmk04832: Fix spelling mistakes in dev_err messages and commentsColin Ian King1-4/+4
2021-06-30clk: lmk04832: fix return value check in lmk04832_probe()Wang Hai1-6/+6
2021-06-30clk: stm32mp1: fix missing spin_lock_init()Wang Hai1-0/+1
2021-06-29clk: zynqmp: Handle divider specific read only flagRajan Vaja1-1/+9
2021-06-29clk: zynqmp: Use firmware specific mux clock flagsRajan Vaja2-1/+30
2021-06-29clk: zynqmp: Use firmware specific divider clock flagsRajan Vaja2-1/+33
2021-06-29clk: zynqmp: Use firmware specific common clock flagsRajan Vaja6-6/+52
2021-06-29clk: lmk04832: Use of match tableStephen Boyd1-2/+4
2021-06-29clk: lmk04832: Depend on SPIStephen Boyd1-0/+1
2021-06-29clk: stm32mp1: new compatible for secure RCC supportGabriel Fernandez2-1/+110
2021-06-29dt-bindings: clock: stm32mp1 new compatible for secure rccGabriel Fernandez1-2/+4
2021-06-29dt-bindings: reset: add MCU HOLD BOOT ID for SCMI reset domains on stm32mp15Gabriel Fernandez1-0/+2
2021-06-29dt-bindings: reset: add IDs for SCMI reset domains on stm32mp15Gabriel Fernandez1-0/+13
2021-06-29dt-bindings: clock: add IDs for SCMI clocks on stm32mp15Gabriel Fernandez1-0/+27
2021-06-29reset: stm32mp1: remove stm32mp1 resetGabriel Fernandez3-122/+0
2021-06-28clk: hisilicon: Add clock driver for hi3559A SoCDongjiu Geng5-2/+856
2021-06-28dt-bindings: Document the hi3559a clock bindingsDongjiu Geng2-0/+224
2021-06-28clk: si5341: Add sysfs properties to allow checking/resetting device faultsRobert Hancock1-0/+96
2021-06-28clk: si5341: Add silabs,iovdd-33 propertyRobert Hancock1-1/+9
2021-06-28clk: si5341: Add silabs,xaxb-ext-clk propertyRobert Hancock1-2/+7
2021-06-28clk: si5341: Allow different output VDD_SEL valuesRobert Hancock1-26/+110
2021-06-28clk: si5341: Update initialization magicRobert Hancock1-1/+3
2021-06-28clk: si5341: Check for input clock presence and PLL lock on startupRobert Hancock1-0/+26
2021-06-28clk: si5341: Avoid divide errors due to bogus register contentsRobert Hancock1-2/+13
2021-06-28clk: si5341: Wait for DEVICE_READY on startupRobert Hancock1-0/+32
2021-06-28dt-bindings: clock: clk-si5341: Add new attributesRobert Hancock1-6/+10
2021-06-28drivers: ti: remove redundant error message in adpll.cYu Jiahua1-4/+1
2021-06-28dt-bindings: clock: st: clkgen-fsyn: add new introduced compatibleAlain Volmat1-0/+3
2021-06-28clk: st: clkgen-fsyn: embed soc clock outputs within compatible dataAlain Volmat1-12/+101
2021-06-28dt-bindings: clock: st: clkgen-pll: add new introduced compatibleAlain Volmat1-0/+3
2021-06-28clk: st: clkgen-pll: embed soc clock outputs within compatible dataAlain Volmat1-14/+106
2021-06-28dt-bindings: clock: st: flexgen: add new introduced compatibleAlain Volmat1-0/+10
2021-06-28clk: st: flexgen: embed soc clock outputs within compatible dataAlain Volmat1-14/+353
2021-06-28clk: st: clkgen-pll: remove unused variable of struct clkgen_pllAlain Volmat1-1/+0
2021-06-28clk: ingenic: Add support for the JZ4760Paul Cercueil5-0/+495
2021-06-28clk: ingenic: Support overriding PLLs M/N/OD calc algorithmPaul Cercueil2-13/+30
2021-06-28clk: ingenic: Remove pll_info.no_bypass_bitPaul Cercueil3-8/+6
2021-06-28clk: ingenic: Read bypass register only when there is onePaul Cercueil1-8/+11
2021-06-28clk: Support bypassing dividersPaul Cercueil5-29/+42
2021-06-28dt-bindings: clock: ingenic: Add ingenic,jz4760{,b}-cgu compatiblesPaul Cercueil1-0/+4
2021-06-28clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepareJonathan Marek1-1/+1
2021-06-28clk: actions: Add NIC and ETHERNET clock support for Actions S500 SoCCristian Ciocaltea1-1/+16
2021-06-28dt-bindings: clock: Add NIC and ETHERNET bindings for Actions S500 SoCCristian Ciocaltea1-2/+4
2021-06-28clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoCCristian Ciocaltea1-8/+11
2021-06-28clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoCCristian Ciocaltea1-15/+29
2021-06-28clk: actions: Fix SD clocks factor table on Owl S500 SoCCristian Ciocaltea1-4/+2
2021-06-28clk: actions: Fix UART clock dividers on Owl S500 SoCCristian Ciocaltea1-6/+6
2021-06-28clk: bd718xx: Drop BD70528 supportMatti Vaittinen2-12/+5
2021-06-28clk: stm32mp1: move RCC reset controller into RCC clock driverGabriel Fernandez1-13/+144
2021-06-28clk: stm32mp1: convert to module driverGabriel Fernandez1-43/+78