summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i2c: i.MX: remove unnecessary ifdefSascha Hauer2019-02-271-8/+0
| * | | | i2c: i.MX: Fix FSL_I2C_DFSRR register offsetSascha Hauer2019-02-271-1/+1
| * | | | i2c: i.MX: remove unnecessary ifdefSascha Hauer2019-02-271-2/+0
| * | | | i2c: i.MX: remove unnecesary defineSascha Hauer2019-02-271-4/+1
| * | | | i2c: i.MX: fix variable nameSascha Hauer2019-02-271-14/+14
| * | | | i2c: i.MX: consolidate codeSascha Hauer2019-02-271-33/+21
| * | | | i2c: i.MX: Track stopped status in I2CR_MSTA bitSascha Hauer2019-02-271-28/+15
| * | | | i2c: i.MX: move disabling of controller out of i2c_fsl_stopSascha Hauer2019-02-271-4/+4
| * | | | i2c: i.MX: Do not call i2c_fsl_bus_busy twiceSascha Hauer2019-02-271-4/+0
| | |/ / | |/| |
* | | | Merge branch 'for-next/imx'Sascha Hauer2019-03-076-9/+434
|\ \ \ \
| * | | | esdhc-xload: check for PRSSTAT_BREN only after each blockSascha Hauer2019-03-051-9/+16
| * | | | esdhc-xload: Add bigendian supportSascha Hauer2019-03-051-3/+10
| * | | | esdhc-xload: Use static inline io wrappersSascha Hauer2019-03-051-27/+33
| * | | | esdhc-xload: move some register defines to header fileSascha Hauer2019-03-053-10/+8
| * | | | esdhc-xload: Move to drivers/mciSascha Hauer2019-03-053-0/+391
| * | | | PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-02-271-0/+16
| | |/ / | |/| |
* | | | Merge branch 'for-next/efi'Sascha Hauer2019-03-077-5/+76
|\ \ \ \ | |_|_|/ |/| | |
| * | | watchdog: add (U)EFI driverOleksij Rempel2019-02-183-0/+71
| * | | efi: cleanupsOleksij Rempel2019-02-184-5/+5
| |/ /
* | | i.MX habv3: add missing includes and make locally used function staticMichael Olbrich2019-03-041-1/+3
* | | Merge branch 'for-next/at91-pmc-clk'Sascha Hauer2019-02-2724-971/+3143
|\ \ \ | |_|/ |/| |
| * | clk: at91: update to PMC bindingsSam Ravnborg2019-02-2516-970/+567
| * | clk: at91: add dt-compat to PMC bindingsAhmad Fatoum2019-02-251-0/+961
| * | clk: at91: add sama5d4Sam Ravnborg2019-02-251-0/+270
| * | clk: at91: add sama5d2Sam Ravnborg2019-02-251-0/+342
| * | clk: at91: add at91sam9x5Sam Ravnborg2019-02-251-0/+315
| * | clk: at91: add at91sam9rlSam Ravnborg2019-02-251-0/+177
| * | clk: at91: add at91sam9260Sam Ravnborg2019-02-251-0/+497
| * | clocksource: Do not mix depends and select for ATMEL_PITSam Ravnborg2019-02-251-1/+0
| * | regmap: Implement syscon_regmap_lookup_by_compatible()Ahmad Fatoum2019-02-251-0/+14
| |/
* / 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