aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-28mtd: spi-nor-core: Parse xSPI Profile 1.0 tablePratyush Yadav1-0/+7
2021-06-28mtd: spi-nor-core: Add support for DTR protocolPratyush Yadav1-12/+38
2021-06-28mtd: spi-nor-core: Rework hwcaps selectionPratyush Yadav1-2/+15
2021-06-28mtd: spi-nor-core: Introduce flash-specific fixup hooksPratyush Yadav1-0/+2
2021-06-28mtd: spi-nor-core: Add a ->setup() hookPratyush Yadav1-61/+131
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún1-0/+10
2021-06-11clk: fixed_rate: add API for directly registering fixed rate clocksTero Kristo1-0/+3
2021-06-11lib: rational: copy the rational fraction lib routines from LinuxTero Kristo1-0/+20
2021-05-24compiler.h: align the __ADDRESSABLE macro with Linux' versionMarek Behún1-1/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2-5/+5
2021-05-12soc: ti: k3-navss-ringacc: Remove unused ring modesVignesh Raghavendra1-6/+1
2021-05-12soc: ti: k3-navss-ringacc: Add AM64 ringacc supportVignesh Raghavendra1-0/+15
2021-05-12firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latestVignesh Raghavendra1-0/+14
2021-04-20psci: add features/reset2 supportIgor Opaniuk1-0/+3
2021-04-20psci: add v1.0/v1.1 definitions from LinuxIgor Opaniuk1-0/+28
2021-04-12lib: string: Implement strlcatSean Anderson1-0/+3
2021-04-08arm: socfpga: smc: Add function to get usercodeSiew Chin Lim1-0/+18
2021-04-08arm: socfpga: smc: Remove unused SMC function IDSiew Chin Lim1-52/+0
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-0/+5
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt2-38/+48
2021-02-26mtd: spi-nor-core: Fix typo in documentationSean Anderson1-1/+1
2021-02-26mtd: spi-nor.h: Change spaces to tabsBin Meng1-10/+10
2021-02-22clk: remove a redundant headerDario Binacchi1-1/+0
2021-01-31usb: gadget: add super speed supportLi Jun2-0/+10
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun1-0/+57
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun1-0/+75
2021-01-31usb: gadget: OS String supportLi Jun1-0/+10
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li1-0/+3
2021-01-27smccc: fix sign bit expansionVolodymyr Babchuk1-2/+2
2021-01-15arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP servicesChee Hong Ang1-0/+573
2021-01-12clk: export generic routinesDario Binacchi1-0/+57
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini4-6/+38
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass1-1/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+2
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass1-1/+3
2021-01-05spi: Tidy up get/set of device nodeSimon Glass4-5/+35
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-02linux/compat.h: Remove debug() from spin_lock_irqsave()Andy Shevchenko1-1/+1
2020-11-05Add an assembly guard around linux/bitops.hSimon Glass1-2/+2
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun1-4/+0