summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley1-0/+84
2022-11-02list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes1-28/+25
2022-10-26memory: Add TI GPMC driverRoger Quadros1-0/+3
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano1-0/+5
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo1-0/+18
2022-08-25Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...Tom Rini1-7/+6
2022-08-23arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocationPali Rohár1-12/+1
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi1-2/+2
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi1-3/+2
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi1-4/+4
2022-08-21powerpc: remove support for kmtergr1 and MPC8309Holger Brunck1-1/+1
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi1-20/+1
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi1-0/+2
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-0/+3
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-2/+1
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-0/+30
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-0/+15
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka1-3/+3
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao1-0/+1
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao1-0/+10
2022-07-12usb: common: move urb code to commonRui Miguel Silva1-0/+114
2022-06-29usb: xhci-fsl: Remove non-DM codeTom Rini1-17/+0
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere2-0/+30
2022-06-23smccc: define generic IDs for feature discoveryEtienne Carriere1-0/+4
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-05-20usb: xhci-dwc3: Support role switch default roleMark Kettenis1-0/+10
2022-05-05lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka1-3/+0
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-0/+3
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár1-0/+29
2022-04-13Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+6
2022-04-12iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro1-6/+6
2022-04-12include/linux/byteorder: fix cpu_to_be32_array()Heinrich Schuchardt1-2/+2
2022-04-12linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini1-0/+1
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard1-0/+1
2022-03-30clk: ccf: Add some helper functions for clock opsSean Anderson1-0/+8
2022-03-09lib: div64: Add support for round up of div64_u64Ashok Reddy Soma1-0/+3
2022-02-11mailbox: apple: Add driver for Apple IOP mailboxMark Kettenis1-0/+19
2022-02-09kconfig: Add support for conditional valuesSimon Glass1-0/+40
2022-02-09kconfig: Update IS_ENABLED() internalsSimon Glass1-7/+5
2022-02-08linux: bitmap.h: Add find_next_zero_area functionKeerthy1-0/+26
2022-01-19doc: replace @return by Return:Heinrich Schuchardt3-9/+9
2022-01-13stddef: Avoid warning with clang with offsetof()Simon Glass1-1/+7
2021-12-19include/linux/byteorder: Fix compilation of __constant_cpu_to_be32()Pali Rohár1-0/+4
2021-11-23include: import if_vlan.h from LinuxVladimir Oltean1-0/+26