summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: phy: micrel: Add led-mode supportTrent Piepho2021-06-091-5/+29
| * | | i2c: designware: fix error message formattingAhmad Fatoum2021-06-091-5/+3
| * | | of: base: constify some property pointersTrent Piepho2021-06-021-2/+2
| * | | driver: have dev_set_name() return 0 on successAhmad Fatoum2021-06-021-3/+1
| * | | video: reunite fb devices with their hardware parentAhmad Fatoum2021-06-0212-0/+14
| * | | commands: of_dump: implement -p for printing properties onlyAhmad Fatoum2021-05-311-0/+8
| * | | usb: i.MX: warn if vbus regulator isn't availableUwe Kleine-König2021-05-251-1/+4
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2021-06-162-2/+17
|\ \ \
| * | | drivers: mci: imx-esdhc-common.c: Add missing dev_dbg define for pbl caseDavid Jander2021-05-311-0/+2
| * | | mtd: nand: Add help text for i.MX NAND controllersTrent Piepho2021-05-311-2/+15
| |/ /
* | | Merge branch 'for-next/i2c'Sascha Hauer2021-06-1615-193/+186
|\ \ \
| * | | nvmem: stm32-bsec: simplify using new nvmem_regmap_registerAhmad Fatoum2021-06-021-81/+11
| * | | nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-023-1/+84
| * | | nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-029-73/+49
| * | | mfd: stpmic1: simplify using regmap_init_i2cAhmad Fatoum2021-06-021-44/+3
| * | | regmap: implement regmap_init_i2cAhmad Fatoum2021-06-022-0/+45
| | |/ | |/|
* | | Merge branch 'for-next/compiler-warnings'Sascha Hauer2021-06-165-7/+16
|\ \ \
| * | | clk: zynqmp: Fix wrong error checkSascha Hauer2021-05-181-1/+1
| * | | aiodev: lm75: Handle unknown lm75 typesSascha Hauer2021-05-181-0/+2
| * | | pci: mvebu: Fix wrong error checkSascha Hauer2021-05-181-2/+2
| * | | mtd: cfi-flash: Fix compiler warningSascha Hauer2021-05-181-1/+8
| * | | clk: tegra: Fix -Wtype-limits compiler warningSascha Hauer2021-05-181-3/+3
* | | | include: <io.h>: define (read|write)[bwlq]_relaxedAhmad Fatoum2021-06-114-12/+1
* | | | clk: rockchip: fix rk3568 cpll clk gate bitsPeter Geis2021-06-111-5/+5
* | | | clk: sifive: Fix missing conversion to struct clk_hwSascha Hauer2021-06-112-28/+32
* | | | clk: implement clk_bulk_get_optional()Sascha Hauer2021-06-101-3/+22
* | | | net: macb: add SiFive supportAhmad Fatoum2021-06-091-0/+120
* | | | clk: bail out early when rate is already desired oneSascha Hauer2021-06-091-0/+3
* | | | clk: clk-composite: implement setting rate by reparentingSascha Hauer2021-06-091-3/+31
* | | | clk: clk-mux: implement setting rate by reparentingSascha Hauer2021-06-091-2/+80
* | | | clk: Rockchip: Add rk3568 clk supportSascha Hauer2021-06-092-0/+1707
* | | | clk: rockchip: Update to current LinuxSascha Hauer2021-06-0911-577/+2552
* | | | clk: implement set/get phaseSascha Hauer2021-06-081-0/+55
* | | | clk: implement CLK_SET_RATE_UNGATESascha Hauer2021-06-081-1/+11
* | | | clk: Rename CLK_GATE_INVERTED to CLK_GATE_SET_TO_DISABLESascha Hauer2021-06-083-12/+8
* | | | clk: Add CLK_GET_RATE_NOCACHESascha Hauer2021-06-081-1/+0
* | | | clk: Add Linux functions to register a muxSascha Hauer2021-06-071-0/+10
* | | | clk: Add Linux functions to register a gateSascha Hauer2021-06-071-0/+8
* | | | clk: Add Linux functions to register a fixed factor clockSascha Hauer2021-06-071-0/+7
* | | | clk: Add Linux functions to register a dividerSascha Hauer2021-06-071-0/+19
* | | | clk: Update fractional divider from LinuxSascha Hauer2021-06-071-33/+78
* | | | clk: move fixed_factor to include/linux/clk.hSascha Hauer2021-06-071-13/+1
* | | | clk: mux: Add ro opsSascha Hauer2021-06-071-0/+4
* | | | clk: divider: Make clk_mux_ops constSascha Hauer2021-06-071-1/+1
* | | | clk: divider: Add ro opsSascha Hauer2021-06-071-0/+4
* | | | clk: divider: Make clk_divider_ops constSascha Hauer2021-06-071-1/+1
* | | | clk: introduce clk_register()Sascha Hauer2021-06-071-0/+37
* | | | clk: introduce struct clk_hwSascha Hauer2021-06-0769-1304/+1425
* | | | clk: rename clk_register() to bclk_register()Sascha Hauer2021-06-0765-85/+85
* | | | clk: introduce clk init opSascha Hauer2021-06-071-0/+12