aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-11linux/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-10mailbox: apple: Add driver for Apple IOP mailboxMark Kettenis1-0/+19
2022-02-08kconfig: Add support for conditional valuesSimon Glass1-0/+40
2022-02-08kconfig: 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
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/23Oct2021Tom Rini1-11/+0
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-11/+0
2021-10-08kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass1-3/+10
2021-10-08zstd: Create a function for use from U-BootSimon Glass1-0/+11
2021-10-08lib: Add memdup()Simon Glass1-0/+13
2021-10-06Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini1-5/+0
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk9-19/+19
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk2-3/+3
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk2-2/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-0/+2
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay1-100/+0
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer1-0/+3
2021-09-17firmware: ti_sci: Include linux/err.h in ti_sci_protocol.hSuman Anna1-1/+3
2021-07-26net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma1-0/+8
2021-07-15soc: ti: pruss: Add a platform driver for PRUSS in TI SoCsKeerthy1-0/+227
2021-07-01build_bug.h: add wrapper for _Static_assertRasmus Villemoes1-0/+19
2021-06-29mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-tTakahiro Kuwano1-0/+3
2021-06-29mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byteTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Read status by Read Any RegisterTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Add the ->ready() hookTakahiro Kuwano1-0/+2
2021-06-29mtd: spi-nor-core: Add support for volatile QE bitTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Add support for Read/Write Any RegisterTakahiro Kuwano1-0/+2
2021-06-29mtd: spi-nor: Add Cypress manufacturer IDTakahiro Kuwano1-0/+1
2021-06-28mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR modePratyush Yadav1-0/+6
2021-06-28mtd: spi-nor-core: Add support for Cypress Semper flashPratyush Yadav1-0/+13
2021-06-28mtd: spi-nor-core: Perform a Soft Reset on shutdownPratyush Yadav1-0/+17
2021-06-28mtd: spi-nor-core: Detect Soft Reset sequence support from BFPTPratyush Yadav1-0/+1
2021-06-28mtd: spi-nor-core: Enable octal DTR mode when possiblePratyush Yadav1-0/+2