summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: imx: Do not disable VBUS on ehci_register()'s successAndrey Smirnov2019-02-271-3/+3
* Merge branch 'for-next/rpi'Sascha Hauer2019-02-132-28/+56
|\
| * mci: bcm2835: make locally used functions staticRoland Hieber2019-02-051-5/+5
| * serial_ns16550: add raspberry pi compatible and initRouven Czerwinski2019-02-051-0/+28
| * serial_ns16550: handle default reg-io-widthRouven Czerwinski2019-02-051-23/+23
* | Merge branch 'for-next/pci'Sascha Hauer2019-02-135-114/+74
|\ \
| * | PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-163-4/+4
| * | PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-161-2/+4
| * | PCI: Assume 1:1 mapping if .res_start callback is NULLAndrey Smirnov2019-01-163-13/+5
| * | PCI: Simplify alloc_pci_dev()Andrey Smirnov2019-01-161-7/+1
| * | PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-161-7/+0
| * | PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-162-5/+3
| * | PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * | PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-161-1/+0
| * | PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-161-1/+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/mmc-esdhc'Sascha Hauer2019-02-133-125/+164
|\ \ \
| * | | 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-061-1/+1
| * | | mci: imx-esdhc: use dev_idSascha Hauer2019-02-061-14/+19
| * | | mci: imx-esdhc: Do not reset twiceSascha Hauer2019-02-061-47/+34
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2019-02-139-18/+109
|\ \ \
| * | | nvmem: eeprom_93xx46: fix whitespacesAntony Pavlov2019-02-121-4/+1
| * | | net: phy: micrel: backport ksz9031 125MHz ref-clk workaroundMarco Felsch2019-02-121-0/+32
| * | | net: Phy: Update phy interface modes from LinuxSascha Hauer2019-02-061-1/+11
| * | | net: designware: drop bad RX framesIan Abbott2019-02-051-9/+33
| * | | mtd: peb: Add function to skip bad blocksSascha Hauer2019-01-281-0/+27
| * | | ubi: prevent null pointer referenceRoland Hieber2019-01-221-1/+2
| * | | treewide: Remove trailing whitespaces and tabsAlexander Shiyan2019-01-213-3/+3
| | |/ | |/|
* | | Merge branch 'for-next/lseek'Sascha Hauer2019-02-1326-29/+82
|\ \ \
| * | | misc: fix /dev/mem sizeSascha Hauer2019-02-061-3/+32
| * | | fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-042-6/+5
| * | | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-2921-22/+0
| * | | nvmem: Do not use DEVFS_IS_CHARACTER_DEVAndrey Smirnov2019-01-291-1/+0
| * | | commands: Move /dev/mem driver to drivers/miscAndrey Smirnov2019-01-293-0/+48
* | | | Merge branch 'for-next/imx'Sascha Hauer2019-02-1326-114/+1813
|\ \ \ \
| * | | | PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-112-10/+88
| * | | | PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flagAndrey Smirnov2019-02-111-3/+7
| * | | | PCI: imx6: Mark PHY functions as i.MX6 specificAndrey Smirnov2019-02-111-0/+8
| * | | | PCI: imx6: Introduce drvdataAndrey Smirnov2019-02-111-14/+29
| * | | | reset: imx7: Add support for i.MX8MQ IP block variantAndrey Smirnov2019-02-111-0/+122