summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-163-7/+3
| * | PCI: Drop "name" from struct pci_busAndrey Smirnov2019-01-161-2/+0
| * | PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-162-2/+0
| * | PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-162-2/+3
| * | PCI: Remove unused variables/codeAndrey Smirnov2019-01-161-5/+0
| * | PCI: Store and reuse BAR offsetsAndrey Smirnov2019-01-161-8/+8
| * | PCI: Simplify resource setup code in setup_device()Andrey Smirnov2019-01-161-57/+43
| * | PCI: Remove superfluous parens in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Replace magic number in setup_device()Andrey Smirnov2019-01-161-1/+1
| * | PCI: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-161-8/+8
* | | Merge branch 'for-next/nfs'Sascha Hauer2019-02-131-58/+86
|\ \ \
| * | | fs/nfs: stop using a global variable for nfs packet payloadUwe Kleine-König2019-01-221-58/+64
| * | | fs/nfs: copy data from rpc replies to local storageUwe Kleine-König2019-01-221-5/+26
| * | | fs/nfs: don't try to set nfs error code from mount rpc callUwe Kleine-König2019-01-221-2/+3
* | | | Merge branch 'for-next/mmc-esdhc'Sascha Hauer2019-02-1312-165/+190
|\ \ \ \
| * | | | mci: imx-esdhc: Add layerscape supportSascha Hauer2019-02-122-1/+15
| * | | | mci: imx-esdhc: Add bigendian register access supportSascha Hauer2019-02-071-6/+15
| * | | | mci: imx-esdhc: implement static inline io wrappersSascha Hauer2019-02-072-64/+83
| * | | | mci: imx-esdhc: remove unnecessary includeSascha Hauer2019-02-061-1/+0
| * | | | mci: imx-esdhc: make clkidx configurableSascha Hauer2019-02-061-1/+7
| * | | | mci: imx-esdhc: move platform_dataSascha Hauer2019-02-063-2/+2
| * | | | mci: imx-esdhc: use dev_idSascha Hauer2019-02-069-53/+44
| * | | | mci: imx-esdhc: Do not reset twiceSascha Hauer2019-02-061-47/+34
| | |_|/ | |/| |
* | | | Merge branch 'for-next/misc'Sascha Hauer2019-02-1361-953/+425
|\ \ \ \
| * | | | nvmem: eeprom_93xx46: fix whitespacesAntony Pavlov2019-02-121-4/+1
| * | | | net: phy: micrel: backport ksz9031 125MHz ref-clk workaroundMarco Felsch2019-02-121-0/+32
| * | | | memory: of_fixup: adapt to new memory layoutMarco Felsch2019-02-121-18/+57
| * | | | common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+3
| * | | | common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-1/+1
| * | | | common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-0/+4
| * | | | common: state: harmonize code with dt-utilsUlrich Ölmann2019-02-111-2/+8
| * | | | common: state: fix formatting of "uint32_t" variablesUlrich Ölmann2019-02-111-3/+3
| * | | | common: state: fix formatting of "off_t" variablesUlrich Ölmann2019-02-112-26/+26
| * | | | common: state: fix compiler warnings about wrong type conversion in messagesUlrich Ölmann2019-02-111-7/+7
| * | | | state: Documentation: fix typoUlrich Ölmann2019-02-071-1/+1
| * | | | common: state: fix typoUlrich Ölmann2019-02-073-4/+4
| * | | | net: Phy: Update phy interface modes from LinuxSascha Hauer2019-02-062-1/+14
| * | | | net: designware: drop bad RX framesIan Abbott2019-02-051-9/+33
| * | | | readline: add ctrl-u (unix-line-discard)Robert Karszniewicz2019-02-051-0/+1
| * | | | ARM: omap: Wago PFC200: Initialize switch registersSascha Hauer2019-01-281-0/+45
| * | | | usb: fastboot: ubiformat: Fix bad block handlingSascha Hauer2019-01-281-12/+28
| * | | | mtd: peb: Add function to skip bad blocksSascha Hauer2019-01-282-0/+28
| * | | | i2c_probe: Use a quick write transfer instead of writing a zeroUwe Kleine-König2019-01-281-8/+8
| * | | | i2c_probe: limit slave addresses to [0x04, 0x77]Uwe Kleine-König2019-01-281-4/+6
| * | | | gen-dtb-s: annotate magic values with their meaningUwe Kleine-König2019-01-281-2/+2
| * | | | lib: image-sparse: Mark sparse_seek() as staticAndrey Smirnov2019-01-281-1/+1
| * | | | unlink_recursive: Drop struct dataAndrey Smirnov2019-01-241-20/+7
| * | | | ls: Adjust amount of space allocated for filesizeAndrey Smirnov2019-01-241-1/+11
| * | | | block: Move shared code in get_chunk() out of if statementAndrey Smirnov2019-01-221-3/+2