summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
4 daysi3c: master: dw-i3c-master: Fix OD_TIMING for spike filterDinesh Maniyam
4 daysdrivers: i3c: Add driver for MIPI DWI3CDinesh Maniyam
2025-07-14Merge patch series "integer limit macro consolidation"Tom Rini
2025-07-14limits.h: provide all limit macros for standard [u]intNN_t typesRasmus Villemoes
2025-07-14move limits for sNN/uNN types from kernel.h to limits.hRasmus Villemoes
2025-07-14move more limits from kernel.h to limits.h and standardize their definitionsRasmus Villemoes
2025-06-18Merge patch series "Print version of the DM firmware"Tom Rini
2025-06-18ti_sci_* : Add capability to access DM firmware's metadataMoteen Shah
2025-06-18ti_sci_*: Add utility to access tisci firmware and SOC capabilityMoteen Shah
2025-06-18Merge patch series "list.h/treewide: get rid of no-op prefetch()"Tom Rini
2025-06-18linux/list.h: drop fallback definition of prefetch()Rasmus Villemoes
2025-06-18linux/list.h: drop use of prefetch()Rasmus Villemoes
2025-06-14Merge patch series "linux/bitfield.h: sync <linux/bitfield.h> from Linux 6.15...Tom Rini
2025-06-14linux/bitfield.h: sync <linux/bitfield.h> from Linux 6.15Christian Marangi
2025-06-11clk: add CONFIG_CLK_AUTO_IDPatrick Delaunay
2025-06-03linux/sizes.h: sync from kernelEmanuele Ghidoli
2025-04-29mtd: spi-nor: Use CONFIG_IS_ENABLED for CONFIG_SPI_FLASH_BAR definesBernhard Messerklinger
2025-04-28clk: imx: Pass CCM udevice into clk_register_composite()Marek Vasut
2025-04-23usb: gadget: introduce 'enabled' flag in struct usb_epStephan Gerhold
2025-04-22arm: socfpga: soc64: Update reset manager registers for F2S bridgeAlif Zakuan Yuslaimi
2025-04-16spi: drop unneeded spi.h header include from spinand.hChristian Marangi
2025-04-14firmware: ti_sci: Scan all device instances when releasing exclusive devicesNishanth Menon
2025-04-02Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"Tom Rini
2025-04-02linux: Add generic struct stat {}Marek Vasut
2025-03-24clk: clk-fixed-factor: Use struct udevice instead of struct deviceMarek Vasut
2025-03-24clk: clk-divider: Use struct udevice instead of struct deviceMarek Vasut
2025-03-24clk: clk-composite: Use struct udevice instead of struct deviceMarek Vasut
2025-03-24clk: clk-gate: Use struct udevice instead of struct deviceMarek Vasut
2025-03-24clk: clk-mux: Use struct udevice instead of struct deviceMarek Vasut
2025-03-15drivers: mtd: nand: base: Add support for Hardware ECC for check bad blockDinesh Maniyam
2025-03-15drivers: mtd: nand: Add driver for Cadence NandDinesh Maniyam
2025-02-12lib: implement strnstr()Heinrich Schuchardt
2024-11-25mtd: Drop superfluous const qualifierAndy Shevchenko
2024-10-31mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLELMarek Vasut
2024-10-18mtd: spi-nor: Move SR3 WPS bit definition in the correct locationMarek Vasut
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11kconfig: binman: Check for SPL instead of XPLSimon Glass
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10mtd: spi-nor: Clear Winbond SR3 WPS bit on bootMarek Vasut
2024-10-09mtd: spi-nor: Add parallel and stacked memories supportVenkatesh Yadav Abbarapu
2024-09-02Merge tag 'u-boot-amlogic-next-20240902' of https://source.denx.de/u-boot/cus...Tom Rini
2024-08-28mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flagArseniy Krasnov
2024-08-20Merge tag 'u-boot-dfu-next-20240820' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15compiler: Ensure __builtin_*_overflow() supportRichard Weinberger
2024-08-08drivers: introduce mtdblock abstractionAlexey Romanov
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI