summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-109-766/+2592
* mtd: Add ecc_step_sizeSascha Hauer2020-11-091-0/+3
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-43/+53
* lib: Add match_string()Sascha Hauer2020-11-091-0/+2
* mtd: rename master to parentSascha Hauer2020-11-091-1/+7
* mtd: rename class_dev to devSascha Hauer2020-11-091-1/+1
* mtd: Use classdev->parentSascha Hauer2020-11-091-1/+0
* mtd: Add underscore prefix to mtd hooksSascha Hauer2020-11-061-23/+23
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-063-58/+59
* mtd: nand: drop unused errstat hookSascha Hauer2020-11-061-5/+0
* mtd: nand: drop unused erase_cmd hookSascha Hauer2020-11-061-3/+0
* mtd: Drop asynchronous erase supportSascha Hauer2020-11-061-25/+0
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-253-0/+12
|\
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-241-0/+6
| * common: console_common: add of_console_get_by_alias() helperOleksij Rempel2020-08-241-0/+1
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-241-0/+5
* | Merge branch 'for-next/net' into masterSascha Hauer2020-09-2510-25/+170
|\ \
| * | workqueues: Add support for delayed workSascha Hauer2020-09-141-0/+13
| * | fs: Warn when filesystem operations are called from a pollerSascha Hauer2020-08-191-0/+10
| * | Add WARN_ONCE() macroSascha Hauer2020-08-191-0/+13
| * | fastboot net: implement fastboot over UDPEdmund Henniges2020-08-192-0/+15
| * | fastboot: Add fastboot_abort()Sascha Hauer2020-08-191-0/+2
| * | fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-191-0/+15
| * | globalvar: Add helper for deprecated variable namesSascha Hauer2020-08-191-0/+5
| * | usb: Add a slice to usb host controllersSascha Hauer2020-08-191-1/+7
| * | net: mdiobus: Add sliceSascha Hauer2020-08-191-23/+15
| * | net: Add a slice to struct eth_deviceSascha Hauer2020-08-191-0/+10
| * | ratp: Switch to workqueuesSascha Hauer2020-08-131-1/+0
| * | Add workqueuesSascha Hauer2020-08-132-0/+34
| * | Introduce slicesSascha Hauer2020-08-131-0/+31
* | | Merge branch 'for-next/mmc' into masterSascha Hauer2020-09-252-1/+3
|\ \ \
| * | | globalvar: add globalvar_set functionRouven Czerwinski2020-09-151-0/+1
| * | | mci: fix wrong sd/mmc/emmc card size computation for arch where char is signedYann Sionneau2020-09-151-1/+1
| * | | mci: mci-core: add GPP supportJuergen Borleis2020-09-141-0/+1
| | |/ | |/|
* | | Merge branch 'for-next/misc' into masterSascha Hauer2020-09-258-8/+72
|\ \ \
| * | | clk: Add clk_bulk_[get|put]_all()Sascha Hauer2020-09-241-0/+46
| * | | clk_dump command: Allow printing a single clockSascha Hauer2020-09-231-0/+1
| * | | globalvar: allow running actions on set with globalvar_add_bool()Ahmad Fatoum2020-09-181-3/+11
| * | | commands: setenv: allow use with hush shellAhmad Fatoum2020-09-181-0/+1
| * | | regulator: provide regulator_get_name() stub for !CONFIG_REGULATORAhmad Fatoum2020-09-151-0/+5
| * | | commands: reset: allow specifying reset by nameAhmad Fatoum2020-09-151-0/+2
| * | | restart: give all restart handlers a descriptive nameAhmad Fatoum2020-09-151-1/+2
| * | | common: restart: number unnamed restart handlersAhmad Fatoum2020-09-151-1/+0
| * | | lib: string: retire deprecated strtok() in favor of reentrant strsep()Ahmad Fatoum2020-09-141-2/+0
| * | | sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-141-0/+1
| * | | treewide: s/filed/field/Sascha Hauer2020-08-241-1/+1
| * | | bootm: add global.bootm.root_dev env var for booting via PARTUUIDRobert Karszniewicz2020-08-201-0/+2
* | | | Add KASan supportSascha Hauer2020-09-221-0/+89
* | | | string: Add nokasan variants of default memcpy/memsetSascha Hauer2020-09-211-0/+4
* | | | Add constructor supportSascha Hauer2020-09-182-0/+15