summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/net'Sascha Hauer2019-01-1512-22/+401
|\
| * 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
| * defaultenv: resolve global.net.server before using itSascha Hauer2019-01-072-1/+8
| * defaultenv: defaultenv uses ip_route_getSascha Hauer2019-01-041-0/+1
| * net: ip_route_get: resolv hostnamesSascha Hauer2019-01-041-1/+1
| * net: Allow hostnames for global.net.serverSascha Hauer2019-01-043-9/+18
| * defaultenv: Pass serverip to nfsroot stringSascha Hauer2019-01-041-1/+1
| * net: dns: Allow to set variable with the resolved hostSascha Hauer2019-01-041-4/+10
| * net: dns: leave host command with error on failureSascha Hauer2019-01-041-4/+9
| * net: ip_route_get: Hook help text to commandSascha Hauer2019-01-041-0/+1
| * net: ip_route_get: Fix error messageSascha Hauer2019-01-041-2/+2
* | Merge branch 'for-next/mtd'Sascha Hauer2019-01-1511-334/+426
|\ \
| * | 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-172-11/+21
| * | mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-175-33/+17
| * | 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-142-2/+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-143-37/+3
| * | mtd: nand: simplify nand_bch_init() usageLadislav Michl2018-12-143-22/+21
| * | mtd: atmel_nand: Add per board ECC setupLadislav Michl2018-12-142-0/+5
| * | mtd: nand: Request strength instead of bytes for soft BCHLadislav Michl2018-12-141-7/+8
| * | mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-143-31/+6
| * | mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-143-66/+115
| * | 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-1510-17/+14
|\ \ \ \
| * | | | 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: add missing includesSascha Hauer2018-12-142-0/+2
| * | | | ARM: AT91: pit: Make locally used function staticSascha Hauer2018-12-141-1/+1
| * | | | ARM: omap: fix missing prototypes warningsSascha Hauer2018-12-142-1/+3
| * | | | ARM: AT91: remove unused functionSascha Hauer2018-12-141-11/+0
| * | | | ARM: AT91: at91rm9200 clocksource: Make locally used function staticSascha Hauer2018-12-141-1/+1