summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: stm32mp: ddrctl: add STM32MP131 RAM size querying supportAhmad Fatoum2022-03-082-7/+27
* ARM: stm32mp: enable more config optionsAhmad Fatoum2022-03-081-1/+7
* ARM: dts: stm32mp: remove regulator-name override in stm32mp151.dtsiAhmad Fatoum2022-03-081-4/+0
* 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-085-334/+651
* reset: add support for reset_control_statusAhmad Fatoum2022-03-084-1/+31
* clk: implement of_clk_hw_{onecell,simple}_getAhmad Fatoum2022-02-232-0/+39
* serial: stm32: bail if clock_get_rate returns zeroAhmad Fatoum2022-02-231-0/+2
* clk: accept const arguments in clk_to_clk_hw/clk_hw_to_clkAhmad Fatoum2022-02-231-4/+4
* 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-2315-0/+3155
* ARM: smccc: sync header with upstreamAhmad Fatoum2022-02-232-14/+366
* 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
* ARM: stm32mp: ddrctrl: fix wrong register field widthsAhmad Fatoum2022-02-231-5/+5
* ARM: stm32mp: build extra barebox-stm32mp-generic-bl33.imgAhmad Fatoum2022-02-234-7/+74
* scripts: add tool to adjust bl33 load address in existing FIPAhmad Fatoum2022-02-231-0/+39
* filetype: detect TF-A Firmware Image Packages (FIP)Ahmad Fatoum2022-02-232-0/+5
* ARM: stm32mp: change stm32image extension to .stm32Ahmad Fatoum2022-02-233-19/+27
* ARM: stm32mp: simplify with build_stm32mp_image macroAhmad Fatoum2022-02-231-29/+20
* pinctrl: stm32: use gpio-ranges instead of aliasAhmad Fatoum2022-02-232-24/+2
* PBL: fdt: factor reg property parsing into helperAhmad Fatoum2022-02-231-8/+15
* Merge branch 'for-next/video'Sascha Hauer2022-02-1813-1/+1901
|\
| * video: add Ilitek ILI9341 panel supportAhmad Fatoum2022-02-083-0/+553
| * video: add MIPI DBI Type C Option 3 supportAhmad Fatoum2022-02-089-0/+866
| * video: add driver for STM32 LCD-TFT Display ControllerAhmad Fatoum2022-02-074-0/+475
| * gpiolib: implement gpiod_set_valueAhmad Fatoum2022-02-071-1/+7
* | Merge branch 'for-next/ubifs'Sascha Hauer2022-02-183-0/+59
|\ \
| * | ubifs: Add zstd supportSascha Hauer2022-02-073-0/+59
* | | Merge branch 'for-next/tests'Sascha Hauer2022-02-188-10/+199
|\ \ \
| * | | test: self: add device tree manipulation testAhmad Fatoum2022-02-074-0/+148
| * | | 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-073-7/+12
| * | | test: self: printf: add tests for %*ph printsAhmad Fatoum2022-02-071-0/+18
| * | | test: self: printf: log skipped testsAhmad Fatoum2022-02-071-2/+8
| | |/ | |/|
* | | Merge branch 'for-next/stm32'Sascha Hauer2022-02-1832-42/+2683
|\ \ \
| * | | 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-015-0/+1917
| * | | ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-0111-11/+18
| * | | clk: gate: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+11
| * | | clk: implement of_clk_add_hw_providerAhmad Fatoum2022-02-012-9/+47
| * | | clk: mux: export clk_mux_round_rateAhmad Fatoum2022-02-012-2/+6
| * | | clk: mux: add clk_hw registration functionsAhmad Fatoum2022-02-012-1/+108
| * | | clk: define clk_hw_registerAhmad Fatoum2022-02-011-0/+5
| * | | clk: clk-fixed: add clk_hw registration functionsAhmad Fatoum2022-02-012-0/+12
| * | | clk: fixed-factor: add clk_hw registration functionsAhmad Fatoum2022-02-012-0/+13
| * | | clk: divider: add clk_hw registration functionsAhmad Fatoum2022-02-012-0/+32