summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/net'Sascha Hauer2019-01-155-4/+354
|\
| * macb: disable second priority queue for zynqmp gem supportThomas Hämmerle2019-01-092-0/+23
| * macb: fix memory leakage due to double allocation of rx_bufferThomas Hämmerle2019-01-091-2/+0
| * macb: fix check if hw is gemThomas Hämmerle2019-01-091-1/+1
| * macb: fix format specifiers for debug outputThomas Hämmerle2019-01-091-1/+1
| * dp83867: port from linuxThomas Hämmerle2019-01-093-0/+329
* | Merge branch 'for-next/mtd'Sascha Hauer2019-01-157-315/+418
|\ \
| * | mtd: core: Fix erase area alignment for non power of 2 erasesizeLadislav Michl2019-01-141-6/+19
| * | mtd: nand: nand_base: Fix compile warning if CONFIG_MTD_WRITE is not enabledTeresa Remmet2018-12-181-1/+1
| * | mtd: nand: detect OOB size for Toshiba 24nm raw SLCLadislav Michl2018-12-171-0/+14
| * | mtd: nand: Kill cellinfoLadislav Michl2018-12-171-9/+20
| * | mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-174-29/+16
| * | mtd: nand_bbt: scan for next free bbt block if writing bbt failsLadislav Michl2018-12-141-6/+45
| * | mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Ladislav Michl2018-12-141-36/+74
| * | mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Ladislav Michl2018-12-141-7/+12
| * | mtd: nand_bbt: make nand_scan_bbt() staticLadislav Michl2018-12-141-1/+1
| * | mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Ladislav Michl2018-12-141-2/+6
| * | mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESLadislav Michl2018-12-142-35/+3
| * | mtd: nand: simplify nand_bch_init() usageLadislav Michl2018-12-142-16/+19
| * | mtd: atmel_nand: Add per board ECC setupLadislav Michl2018-12-141-0/+3
| * | mtd: nand: Request strength instead of bytes for soft BCHLadislav Michl2018-12-141-7/+8
| * | mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-142-29/+6
| * | mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-142-64/+113
| * | mtd: nand: remove multiplied-by-2 block logicLadislav Michl2018-12-141-48/+35
| * | mtd: nand: refactor chip->block_markbad interfaceLadislav Michl2018-12-141-35/+52
| |/
* | Merge branch 'for-next/mmc'Sascha Hauer2019-01-156-22/+5
|\ \
| * | mci: mxs: Drop explicit devname setup codeAndrey Smirnov2018-12-101-6/+0
| * | mci: imx-esdhc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-4/+0
| * | mci: omap_hsmmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-6/+0
| * | mci: dw_mmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-3/+0
| * | mci: tegra-sdmmc: Drop explicit devname setup codeAndrey Smirnov2018-12-101-3/+0
| * | mci: core: Use alias as a devname by defaultAndrey Smirnov2018-12-101-0/+5
| |/
* | Merge branch 'for-next/missing-prototypes'Sascha Hauer2019-01-154-4/+4
|\ \
| * | net: ks8851_mll: fix "no previous prototype for 'ks_enable_qmu'" warningAntony Pavlov2019-01-101-1/+1
| * | serial: amba-pl011: fix "no previous prototype for 'pl011_init_port'" warningAntony Pavlov2019-01-101-1/+1
| * | w1: fix "no previous prototype for 'w1_found'" warningAntony Pavlov2019-01-101-1/+1
| * | ARM: AT91: pit: Make locally used function staticSascha Hauer2018-12-141-1/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-01-159-44/+36
|\ \
| * | usbgadget: dfu: remove useless break in the switch statementLadislav Michl2019-01-101-5/+0
| * | mfd: syscon: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-091-1/+1
| * | video: mtl017: fix driver name variableSam Ravnborg2019-01-041-2/+2
| * | mci: skip of_partitions_register_fixup for boot partitionsAhmad Fatoum2019-01-031-1/+6
| * | net: fec_imx: fix timeout off by *1000 errorAhmad Fatoum2018-12-171-5/+5
| * | video: mtl017: Make sure errno is not used as a regulator pointerAndrey Smirnov2018-12-171-0/+3
| * | mci: Rely on NULL being a dummy regulatorAndrey Smirnov2018-12-171-10/+9
| * | serial: amba-pl011: Fix regulator_get() return checkAndrey Smirnov2018-12-171-1/+1
| * | nvmem: ocotp: Make use of postcore_platform_driver macroAndrey Smirnov2018-12-101-8/+1
| * | led: core: Make use of ARRAY_AND_SIZEAndrey Smirnov2018-12-101-2/+2
| * | led: core: Initialize blink_next_event with 0Andrey Smirnov2018-12-101-1/+1
| * | led: core: Don't call get_time_us() twiceAndrey Smirnov2018-12-101-2/+3