summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2022.04.0v2022.04.0Sascha Hauer2022-04-211-1/+1
* ARM: omap: xload: read from unpartitioned deviceSascha Hauer2022-04-211-53/+33
* mtd: peb: Add mtd_peb_read_file()Sascha Hauer2022-04-212-0/+47
* crypto: Followup to crypto symbol renaming for algo registrationUwe Kleine-König2022-03-283-10/+10
* usb: gadget: multi: free UMS instance at multi_unbind timeAhmad Fatoum2022-03-281-0/+5
* usb: gadget: multi: fix broken handling of USB function bind errorAhmad Fatoum2022-03-281-6/+13
* usb: gadget: mass-storage: reference count allocations used in bthreadAhmad Fatoum2022-03-282-9/+44
* usb: gadget: mass-storage: fix clean up of file descriptorsAhmad Fatoum2022-03-281-4/+8
* usb: gadget: don't register UMS with empty functionAhmad Fatoum2022-03-281-1/+1
* usb: gadget: implement and use system_partitions_get_nullAhmad Fatoum2022-03-283-6/+10
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-1468-509/+6761
|\
| * ARM: stm32: add support for PHYTEC phyCORE stm32mp1Steffen Trumtrar2022-03-0810-0/+465
| * ARM: stm32mp: ddrctl: add STM32MP131 RAM size querying supportAhmad Fatoum2022-03-081-1/+2
| * ARM: stm32mp: add board support for STM32MP135F-DKAhmad Fatoum2022-03-089-0/+59
| * 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/of-deep-probe'Sascha Hauer2022-03-1422-35/+128
|\ \
| * | of: platform: Ensure timers are probed earlySascha Hauer2022-03-082-0/+27
| * | 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-082-0/+58
| * | of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-0822-41/+41
| * | of: platform: return early when deep probe is not supportedSascha Hauer2022-03-081-0/+9
* | | Merge branch 'for-next/misc'Sascha Hauer2022-03-1443-186/+486
|\ \ \
| * | | net: designware: rockchip: improve support for multiple gmac instancesMichael Riesch2022-03-101-2/+16
| * | | compiler: add support for fallthrough attributeAhmad Fatoum2022-03-081-0/+21
| * | | 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
| * | | RISC-V: virt: riscvemu: add interactive tutorialAhmad Fatoum2022-03-0830-0/+244