summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-1432-405/+4839
|\
| * regulator: core: fall back to node name if no regulator-name propertyAhmad Fatoum2022-03-081-0/+2
| * clk: stm32mp1: sync with Linux v5.17-rc1Ahmad Fatoum2022-03-083-334/+630
| * reset: add support for reset_control_statusAhmad Fatoum2022-03-082-1/+23
| * clk: implement of_clk_hw_{onecell,simple}_getAhmad Fatoum2022-02-231-0/+22
| * serial: stm32: bail if clock_get_rate returns zeroAhmad Fatoum2022-02-231-0/+2
| * regulator: add SCMI regulator driverAhmad Fatoum2022-02-237-1/+783
| * clk: add SCMI clock driverAhmad Fatoum2022-02-237-1/+581
| * reset: add SCMI supportAhmad Fatoum2022-02-237-1/+375
| * firmware: import Linux v5.13 SCMI supportAhmad Fatoum2022-02-2310-0/+2387
| * reset: move stm32 reset code to drivers/power/resetAhmad Fatoum2022-02-235-7/+7
| * reset: stm32: drop stm32mp1_reset_ops indirectionAhmad Fatoum2022-02-231-60/+37
| * pinctrl: stm32: use gpio-ranges instead of aliasAhmad Fatoum2022-02-231-12/+2
* | Merge branch 'for-next/of-deep-probe'Sascha Hauer2022-03-147-12/+84
|\ \
| * | of: platform: Ensure timers are probed earlySascha Hauer2022-03-081-0/+26
| * | of: platform: Change of_devices_ensure_probed_by_property() return valueSascha Hauer2022-03-081-4/+3
| * | of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+38
| * | of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-087-10/+10
| * | of: platform: return early when deep probe is not supportedSascha Hauer2022-03-081-0/+9
* | | Merge branch 'for-next/misc'Sascha Hauer2022-03-146-38/+56
|\ \ \
| * | | net: designware: rockchip: improve support for multiple gmac instancesMichael Riesch2022-03-101-2/+16
| * | | watchdog: wdat: fix mixed spaces/tabs in alignmentAhmad Fatoum2022-03-081-18/+18
| * | | of: deep-probe: replace BUG() with more verbose panic()Ahmad Fatoum2022-03-081-1/+3
| * | | usb: host: ehci: reorder code in ehci_probe()Denis Orlov2022-03-081-14/+14
| * | | driver: mtd: spi-nor: Add Micron MT25QU256A 1V8 SPI flashJoacim Zetterling2022-03-021-0/+1
| * | | regulator: fix memory leak #2Sascha Hauer2022-03-011-2/+2
| * | | regulator: fix memory leakAndrej Picej2022-03-011-1/+2
| | |/ | |/|
* | | Merge branch 'for-next/imx'Sascha Hauer2022-03-144-9/+1100
|\ \ \ | |_|/ |/| |
| * | clk: imx6: do pfd workaround unconditionallySascha Hauer2022-03-081-4/+4
| * | clk: imx6: fix cko1_selsSascha Hauer2022-03-081-2/+2
| * | clk: imx6: emi_sel clock muxingSascha Hauer2022-03-081-1/+8
| * | clk: imx6: Fix periph_clk2_sel and periph2_clk2_sel clocksSascha Hauer2022-03-081-1/+8
| * | clk: imx6: fix axi_selsSascha Hauer2022-03-081-0/+1
| * | clk: imx6: Add hdmi_isfr clkSascha Hauer2022-03-081-1/+5
| * | ARM: imx: spi: Add NXP IMX8 Flex SPI/QSPI supportJoacim Zetterling2022-03-033-0/+1072
| |/
* | clk: composite: fix possible NULL pointer dereferenceAhmad Fatoum2022-03-081-3/+7
* | regulator: fix enabling of always-on regulatorsAhmad Fatoum2022-03-011-1/+1
|/
* Merge branch 'for-next/video'Sascha Hauer2022-02-186-0/+1499
|\
| * video: add Ilitek ILI9341 panel supportAhmad Fatoum2022-02-083-0/+553
| * video: add MIPI DBI Type C Option 3 supportAhmad Fatoum2022-02-083-0/+471
| * video: add driver for STM32 LCD-TFT Display ControllerAhmad Fatoum2022-02-074-0/+475
* | Merge branch 'for-next/tests'Sascha Hauer2022-02-181-4/+23
|\ \
| * | of: silence of_diff output for negative indentsAhmad Fatoum2022-02-071-2/+14
| * | of: report whether of_diff found differences in return codeAhmad Fatoum2022-02-071-3/+10
| |/
* | Merge branch 'for-next/stm32'Sascha Hauer2022-02-1827-38/+2529
|\ \
| * | clocksource: add STM32 Timer driverAhmad Fatoum2022-02-013-0/+127
| * | clocksource: add ARMv7-M SysTick driverAhmad Fatoum2022-02-013-0/+93
| * | clk: add clock driver for stm32f4 and stm32f7Ahmad Fatoum2022-02-013-0/+1908
| * | ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-0110-11/+11
| * | clk: implement of_clk_add_hw_providerAhmad Fatoum2022-02-011-9/+34