summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-12-04Merge patch series "Add support for SM3 secure hash"Tom Rini
2025-12-04lib: Import rol32 function from LinuxHeiko Schocher
2025-11-18mtd: spinand: add support for FudanMicro FM25S01ATianling Shen
2025-10-28mtd: Add function prototype for mtd_read_oob_bf(...)Tom Rini
2025-10-17clk: at91: remove default values for PMC_PLL_ACRManikandan Muralidharan
2025-10-10include: completion.h: Convert the rest of the dummy functions to macrosTom Rini
2025-10-10Merge branch 'uboot-05102025' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2025-10-05mtd: spinand: Sync core code and device support with Linux 6.17-rc1Mikhail Kshevetskiy
2025-10-05mtd: spinand: Add a ->configure_chip() hookMiquel Raynal
2025-10-05mtd: spinand: add OTP supportMikhail Kshevetskiy
2025-10-05mtd: spinand: Add read retry supportCheng Ming Lin
2025-10-05mtd: spinand: add support of continuous reading modeMikhail Kshevetskiy
2025-10-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano
2025-10-05mtd: spinand: Add support for setting plane select bitsCheng Ming Lin
2025-10-05mtd: spinand: Sync core code and device support with Linux 6.10Mikhail Kshevetskiy
2025-10-05mtd: spinand: Extend spinand_wait() to match Linux kernel implementationMikhail Kshevetskiy
2025-10-05mtd: nand: Add a NAND page I/O request typeMiquel Raynal
2025-10-05mtd: spinand: Use the spi-mem dirmap APIMikhail Kshevetskiy
2025-10-03linux/kernel.h: Update upper_NN_bits() and lower_NN_bits() macrosMarek Vasut
2025-09-18ioport: Add resource check helpersPatrice Chotard
2025-08-06i3c: master: dw-i3c-master: Fix OD_TIMING for spike filterDinesh Maniyam
2025-08-06drivers: 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