summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-1/+1
|\
| * commands: dmesg: support aborting dmesg output with ctrl-cAhmad Fatoum2024-03-081-1/+1
* | Merge branch 'for-next/imx'Sascha Hauer2024-03-152-7/+47
|\ \
| * | net: phy: micrel: update id table from Linux kernelMarc Kleine-Budde2024-03-131-7/+42
| * | nvmem: add nvmem_device_get_device()Sascha Hauer2024-03-131-0/+5
| |/
* | Merge branch 'for-next/hwrng'Sascha Hauer2024-03-152-0/+39
|\ \
| * | hw_random: add OMAP RNG driverAhmad Fatoum2024-03-151-0/+33
| * | hw_random: add BCM2835 RNG driverAhmad Fatoum2024-03-151-0/+5
| * | hw_random: add struct hwrng::priv memberAhmad Fatoum2024-03-151-0/+1
| |/
* | Merge branch 'for-next/bus-probe'Sascha Hauer2024-03-151-0/+4
|\ \
| * | usb: print number of skipped OTG controllers when scanningAhmad Fatoum2024-02-291-0/+2
| * | usb: otg: maintain list of USB OTG controllersAhmad Fatoum2024-02-291-0/+2
| |/
* | lib: string: import Linux strreplace helperAhmad Fatoum2024-03-051-0/+1
* | common: add PE/COFF loaderAhmad Fatoum2024-03-052-0/+483
* | pbl: introduce CONFIG_PBL_FULLY_PICAhmad Fatoum2024-03-052-1/+20
* | fs: drop unused LOOKUP_ flagsAhmad Fatoum2024-03-051-13/+0
|/
* Merge branch 'for-next/zstd'Sascha Hauer2024-02-213-8/+19
|\
| * bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-061-0/+11
| * decompress: change length arguments to longSascha Hauer2024-02-062-8/+8
* | Merge branch 'for-next/partitions'Sascha Hauer2024-02-211-0/+12
|\ \
| * | linux/sizes.h: add more definesSascha Hauer2024-02-201-0/+12
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2024-02-211-0/+39
|\ \
| * | Port SoC framework from LinuxMarco Felsch2024-01-291-0/+39
| |/
* | clk: at91: sync drivers with LinuxAhmad Fatoum2024-02-162-0/+75
* | clk: define empty stub for clk_hw_unregisterAhmad Fatoum2024-02-161-0/+4
* | clk: add dummy definitions for CLK_SET_RATE_GATE, CLK_SET_PARENT_GATEAhmad Fatoum2024-02-161-0/+5
|/
* Merge branch 'for-next/net'Sascha Hauer2024-01-241-4/+51
|\
| * net/phy: sync phy_interface_t types with LinuxSascha Hauer2024-01-051-4/+51
* | Merge branch 'for-next/pci'Sascha Hauer2024-01-242-5/+51
|\ \
| * | pci: implement function level resetSascha Hauer2024-01-021-0/+2
| * | pci: implement Enhanced Allocation supportSascha Hauer2024-01-021-1/+48
| * | pci: fix __pci_bus_find_cap_startSascha Hauer2024-01-021-0/+1
| * | pci: remove duplicate definition of pci_resource_startSascha Hauer2024-01-021-4/+0
* | | Merge branch 'for-next/misc'Sascha Hauer2024-01-236-19/+41
|\ \ \
| * | | lib: add optional linked list debuggingAhmad Fatoum2024-01-111-0/+17
| * | | list: rename debugging hooksAhmad Fatoum2024-01-111-10/+10
| * | | treewide: mark linker list elements with __ll_elemAhmad Fatoum2024-01-113-9/+8
| * | | compiler: define __ll_elem for linker list elementsAhmad Fatoum2024-01-111-0/+6
| |/ /
* | | clk: define aliases for clk_bulk_prepare_enable/disable_unprepareAhmad Fatoum2024-01-221-0/+3
* | | regmap: include missing header from linux/regmap.hAhmad Fatoum2024-01-221-0/+1
* | | include: linux/device.h: implement dev_platform_ioremap_resourceAhmad Fatoum2024-01-221-0/+12
* | | clk: fix of_clk_hw_simple_get stub definitionAhmad Fatoum2024-01-191-1/+1
* | | regmap: clarify struct regmap::max_register value some moreAhmad Fatoum2024-01-111-0/+3
| |/ |/|
* | ARM: kasan: reserve shadow memory regionAhmad Fatoum2024-01-041-2/+2
|/
* clk: add STM32MP13 clock and reset driversAhmad Fatoum2023-12-052-0/+31
* clk: implement clk_hw_reparentAhmad Fatoum2023-12-051-0/+5
* clk: add struct clk_init_data::parent_hwsAhmad Fatoum2023-12-051-0/+3
* clk: implement clk clk_hw_get_parent_by_indexAhmad Fatoum2023-12-051-0/+1
* clk: divider: implement divider_[ro_]round_rate_parentAhmad Fatoum2023-12-051-0/+21
* clk: divider: implement CLK_DIVIDER_ALLOW_ZEROAhmad Fatoum2023-12-051-0/+1