summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/usb'Sascha Hauer2023-04-1926-18/+3873
|\
| * Add dev_WARN_ONCE()Sascha Hauer2023-03-241-0/+13
| * usb: gadget: update composite.c from Linux-6.3-rc2Sascha Hauer2023-03-242-24/+253
| * usb: gadget: Add super-speed-plus descriptorsSascha Hauer2023-03-242-1/+3
| * uuid.h: sync with Linux-6.3-rc2Sascha Hauer2023-03-241-18/+35
| * usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-241-454/+373
| * phy: Add mode setting supportSascha Hauer2023-03-201-0/+41
| * usb: ch9: Update from Linux KernelSascha Hauer2023-03-201-1007/+16
| * usb: move include files to place where Linux has themSascha Hauer2023-03-2022-0/+4625
* | Merge branch 'for-next/rockchip'Sascha Hauer2023-04-191-0/+3
|\ \
| * | ARM: Rockchip: implement memory read out from controllerAhmad Fatoum2023-04-031-0/+3
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2023-04-191-5/+0
|\ \
| * | firmware: Add request/release_firmware() callsPhilipp Zabel2023-04-051-5/+0
| |/
* | Merge branch 'for-next/clk-of-overlay'Sascha Hauer2023-04-191-3/+2
|\ \
| * | clk: of: drop arguments from of_clk_init()Sascha Hauer2023-03-231-3/+2
| |/
* | net: linux/mdio.h: add missing init.h headerAhmad Fatoum2023-04-111-0/+1
|/
* lib: string: remove duplicated functionDenis Orlov2023-03-161-3/+0
* treewide: Rename remaining struct device_d -> deviceSascha Hauer2023-02-231-6/+6
* Merge branch 'for-next/nvmem'Sascha Hauer2023-02-231-0/+15
|\
| * nvmem: regmap: allow to register with post processingLucas Stach2023-02-061-0/+9
| * nvmem: add support for post processingLucas Stach2023-02-061-0/+6
* | Merge branch 'for-next/misc'Sascha Hauer2023-02-232-4/+1
|\ \ | |/ |/|
| * treewide: rename leftover device_dAhmad Fatoum2023-02-211-1/+1
| * fs: remove unused members of struct statAhmad Fatoum2023-02-031-3/+0
* | include: linux/printk: implement pr_*_once macrosAhmad Fatoum2023-02-031-0/+20
|/
* net: dsa: add Realtek (rtl8365mb/rtl8366rb) switch supportAhmad Fatoum2023-01-232-0/+10
* Merge branch 'for-next/misc-struct-rename'Sascha Hauer2023-01-201-0/+2
|\
| * mtd: consult CONFIG_OFDEVICE in mtd_get_of_nodeAhmad Fatoum2023-01-121-0/+2
* | Merge branch 'for-next/misc'Sascha Hauer2023-01-201-2/+2
|\ \
| * | include: linux/iopoll.h: silence warning when timeout_us contains *Ahmad Fatoum2023-01-111-2/+2
* | | mtd: nand: atmel: import Linux NAND controller driverAhmad Fatoum2023-01-181-0/+2
* | | memory: add Atmel EBI driverAhmad Fatoum2023-01-181-0/+112
* | | Merge branch 'for-next/kernelcode-helpers' into HEADSascha Hauer2023-01-173-0/+16
|\ \ \
| * | | barebox-wrapper: define MODULE_DEVICE_TABLEAhmad Fatoum2023-01-101-0/+1
| * | | include: linux/slab.h: define krealloc/kstrdupAhmad Fatoum2023-01-101-0/+13
| * | | clk: add prepare/unprepare helpersAhmad Fatoum2023-01-101-0/+2
| | |/ | |/|
* | | mfd: add atmel-smc driverAhmad Fatoum2023-01-171-0/+119
* | | lib: provide stub Linux "generic" allocator APIAhmad Fatoum2023-01-161-0/+36
* | | mtd: nand: provide Linux' struct nand_ecc_ctrl::engine_typeAhmad Fatoum2023-01-161-0/+18
* | | mtd: nand: define nand_interface_is_sdrAhmad Fatoum2023-01-161-1/+10
* | | mtd: nand: define nand_get_(small|large)_page_ooblayoutAhmad Fatoum2023-01-161-2/+2
* | | mtd: nand: rename nand_device::eccreq to Linux' ecc.requirementsAhmad Fatoum2023-01-161-4/+23
* | | mtd: nand: prefix enum nand_ecc_algo constants with NAND_ECC_ALGO_Ahmad Fatoum2023-01-161-4/+4
* | | mtd: nand: base: implement nand_gpio_waitrdyAhmad Fatoum2023-01-161-0/+2
|/ /
* | Rename struct driver_d to driverSascha Hauer2023-01-106-7/+7
* | Rename struct device_d to deviceSascha Hauer2023-01-1024-160/+186
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-4/+4
|/
* mfd: axp20x: support AXP313A PMICJohannes Zink2022-12-021-0/+28
* Merge branch 'for-next/misc'Sascha Hauer2022-11-143-2/+23
|\
| * bitops: implement assign_bit()Sascha Hauer2022-11-081-0/+14