summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI: designware: Check LTSSM training bit before deciding link is upAndrey Smirnov2019-01-081-2/+4
| * | PCI: designware: Add iATU Unroll featureAndrey Smirnov2019-01-082-11/+91
| * | PCI: designware: Wait for iATU enableAndrey Smirnov2019-01-081-2/+13
| * | PCI: designware: Move link wait definitions to .c fileAndrey Smirnov2019-01-082-4/+4
| * | PCI: designware: Return data directly from dw_pcie_readl_rc()Andrey Smirnov2019-01-082-11/+10
| * | PCI: designware: Remove incorrect RC memory base/limit configurationAndrey Smirnov2019-01-081-8/+0
| * | PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc()Andrey Smirnov2019-01-081-20/+20
| * | PCI: designware: Add default link up check if sub-driver doesn't overrideAndrey Smirnov2019-01-081-1/+9
| * | PCI: designware: Add generic dw_pcie_wait_for_link()Andrey Smirnov2019-01-083-29/+25
| * | PCI: imx6: Move link up check into imx6_pcie_wait_for_link()Andrey Smirnov2019-01-081-1/+19
| * | PCI: designware: Explain why we don't program ATU for some platformsAndrey Smirnov2019-01-081-0/+5
| * | PCI: designware: Make config accessor override checking symmetricAndrey Smirnov2019-01-081-7/+8
| * | PCI: designware: Simplify control flowAndrey Smirnov2019-01-081-32/+21
| * | PCI: designware: Ensure ATU is enabled before IO/conf space accessesAndrey Smirnov2019-01-081-0/+8
| * | PCI: designware: Make "num-lanes" an optional DT propertyAndrey Smirnov2019-01-081-5/+7
| * | PCI: designware: Require config accesses to be naturally alignedAndrey Smirnov2019-01-081-0/+8
| * | PCI: designware: Simplify dw_pcie_cfg_read/write() interfacesAndrey Smirnov2019-01-082-16/+15
| * | PCI: designware: Use exact access size in dw_pcie_cfg_read()Andrey Smirnov2019-01-081-6/+8
| * | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKAndrey Smirnov2019-01-081-1/+1
| * | PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMAndrey Smirnov2019-01-081-33/+46
| * | PCI: designware: Consolidate outbound iATU programming functionsAndrey Smirnov2019-01-081-78/+43
| * | PCI: desginware: Remove bogus prototypesAndrey Smirnov2019-01-081-2/+0
| |/
* | 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