summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/randfixes'Sascha Hauer2019-12-1043-93/+135
|\
| * pinctrl: at91pio4 depends on OFDEVICELucas Stach2019-12-021-0/+1
| * pinctrl: tegra: mark drvdata as maybe unusedLucas Stach2019-12-021-2/+2
| * nvme: correct symbol export name for nvme_submit_sync_cmdLucas Stach2019-12-021-1/+1
| * ARM: mvebu: correct DTB rule for MARVELL_ARMADA_XP_DBLucas Stach2019-12-021-1/+2
| * net: designware-eqos: depend on COMMON_CLKLucas Stach2019-12-021-1/+2
| * ARM: omap: pfc200: NAND support requires CONFIG_OMAP_GPMCLucas Stach2019-12-021-2/+2
| * ARM: davinci: virt2real: select OFTREE and OFDEVICELucas Stach2019-12-021-0/+2
| * ubootvarfs: depend on OFTREELucas Stach2019-12-021-0/+1
| * ARM: layerscape: ppa: use sync_for_execution instead of a manual cache flushLucas Stach2019-12-021-2/+2
| * pinctrl: at91pio4: move to correct location in KconfigLucas Stach2019-12-022-10/+10
| * usb: dwc3: dual role mode needs gadget supportLucas Stach2019-12-021-0/+1
| * ARM: layerscape: select OFTREE and OFDEVICELucas Stach2019-12-021-0/+2
| * ARM: ARM_SMCCC is only available on >= ARMv7Lucas Stach2019-12-021-0/+2
| * ARM: PBL break is not available on ARMv4Lucas Stach2019-12-021-1/+1
| * ARM: layerscape: add missing selects for TQMLS1046ALucas Stach2019-12-021-0/+3
| * input: select POLLERLucas Stach2019-12-021-0/+1
| * clocksource: ARMv8 timer can only be built on ARMv8Lucas Stach2019-12-021-1/+1
| * pstore: ramoops: use correct format specifier for size_t variablesLucas Stach2019-12-021-4/+4
| * firmware: zynqmp-fpga: fix comparison between pointer and integerLucas Stach2019-12-021-1/+1
| * pstore: don't try to grab non-existent logbufLucas Stach2019-12-021-0/+3
| * usb: usb251xb: depend on OFDEVICELucas Stach2019-12-021-0/+1
| * i2c: always walk down into i2c/busses MakefileLucas Stach2019-12-022-2/+3
| * mci: MCI_IMX_ESDHC_PBL has no dependency on MCILucas Stach2019-12-022-4/+4
| * mfd: da9063: don't try to register gpiochip when GPIOLIB isn't builtLucas Stach2019-12-021-7/+9
| * mtd: nand: don't call BBT functions if BBT support isn't builtLucas Stach2019-12-021-2/+2
| * usb: dwc3: depend on OFDEVICELucas Stach2019-12-021-0/+1
| * ARM: mxs: bcb: declare locally used functions as staticLucas Stach2019-12-021-1/+1
| * ARM: psci: declare locally used functions as staticLucas Stach2019-12-021-1/+1
| * mfd: superio: add missing semicolon after EXPORT_SYMBOLLucas Stach2019-12-021-2/+2
| * spi: fix symbol export for spi_register_controllerLucas Stach2019-12-021-1/+1
| * reset_source: add stub for reset_source_set_deviceLucas Stach2019-12-021-0/+5
| * gui: picopng: declare locally used functions as staticLucas Stach2019-12-021-30/+30
| * commands: keystore: use correct type for s_lenLucas Stach2019-12-021-1/+1
| * common: provide stubs for ctrlc_* functionsLucas Stach2019-12-023-11/+10
| * lib: zstd: declare locally used functions as staticLucas Stach2019-12-021-5/+5
| * ARM: implement CONFIG_PBL_BREAK for ARM64Lucas Stach2019-12-022-0/+8
| * ARM: move into ARM32 specific optee kernel start into lib32 dirLucas Stach2019-12-023-1/+1
| * ratp: add more build dependenciesLucas Stach2019-12-022-0/+6
* | Merge branch 'for-next/pci'Sascha Hauer2019-12-1021-138/+6112
|\ \
| * | serial: add support for PCI NS16550 UARTsAhmad Fatoum2019-12-093-0/+5320
| * | efi: turn set of defines into enumerationsAhmad Fatoum2019-12-091-19/+23
| * | PCI: copy over some Linux PCI helpersAhmad Fatoum2019-12-092-0/+60
| * | PCI: add driver_data member to struct pci_device_idAhmad Fatoum2019-12-091-0/+1
| * | x86: efi: lds: don't discard any relocation sectionsAhmad Fatoum2019-12-091-6/+1
| * | efi: fix off-by-one in mem_malloc_init(..., end)Ahmad Fatoum2019-12-091-1/+1
| * | driver: add missing parentheses around macro argumentAhmad Fatoum2019-12-091-2/+2
| * | efi: add and use new efi_device_has_guid helperAhmad Fatoum2019-12-093-18/+16
| * | PCI: Add layerscape PCIe driverSascha Hauer2019-11-274-0/+493
| * | PCI: dwc: Return directly when num-lanes is not foundSascha Hauer2019-11-271-2/+4