aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: ARM: Add new MMC requirements for DRA7/K2GKishon Vijay Abraham I2018-05-031-0/+4
* ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt nodeKishon Vijay Abraham I2018-05-031-0/+5
* ARM: dts: dra7: Use sdhci-omap programming modelKishon Vijay Abraham I2018-05-037-22/+19
* ARM: dts: dra76-evm: Add wilink8 wlan supportVishal Mahaveer2018-05-031-0/+31
* ARM: dts: dra7-evm: Add wilink8 wlan supportHari Nagalla2018-05-032-0/+40
* ARM: dts: dra7-evm: Model EVM_3V6 regulatorKishon Vijay Abraham I2018-05-031-0/+42
* ARM: dts: dra72-evm-common: Add wilink8 wlan supportHari Nagalla2018-05-032-0/+53
* ARM: dts: am57xx-beagle-x15/am57xx-idk: Fix pinctrl-namesKishon Vijay Abraham I2018-05-034-4/+4
* ARM: dts: am574x-idk: Add pinmux configuration for MMCSekhar Nori2018-05-031-0/+20
* ARM: dts: dra71-evm: Use pinctrl group from dra7-mmc-iodelay.dtsi to select p...Kishon Vijay Abraham I2018-05-031-14/+2
* ARM: dts: am57xx-idk: Use pinctrl group from dra7-mmc-iodelay.dtsi to select ...Kishon Vijay Abraham I2018-05-033-13/+4
* ARM: dts: dra7-mmc-iodelay: Add a new pinctrl group for clk line without pullupKishon Vijay Abraham I2018-05-031-0/+19
* ARM: dts: dra71-evm: Add "vqmmc-supply" property for mmc2Kishon Vijay Abraham I2018-05-031-0/+1
* ARM: dts: dra72-evm-common: Remove mmc specific pinmuxKishon Vijay Abraham I2018-05-031-27/+0
* mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I2018-05-031-1/+8
* dt-bindings: sdhci-omap: Add pinctrl bindingsKishon Vijay Abraham I2018-05-031-0/+5
* mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I2018-05-031-0/+19
* mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I2018-05-031-0/+5
* dt-bindings: sdhci-omap: Add K2G specific bindingKishon Vijay Abraham I2018-05-031-0/+2
* mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I2018-05-031-1/+2
* mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2018-05-032-7/+55
* mmc: sdhci: Factor out target_timeout calculationAdrian Hunter2018-05-031-18/+30
* mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2018-05-032-4/+39
* mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-032-0/+14
* mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I2018-05-031-0/+1
* mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I2018-05-031-1/+34
* mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I2018-05-031-3/+0
* mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I2018-05-031-5/+12
* Linux v4.17-rc3Linus Torvalds2018-04-291-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-2912-19/+93
|\
| * x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann2018-04-272-0/+73
| * x86/setup: Do not reserve a crash kernel region if booted on Xen PVPetr Tesarik2018-04-271-0/+6
| * x86/cpu/intel: Add missing TLB cpuid valuesjacek.tomaka@poczta.fm2018-04-261-0/+3
| * x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam2018-04-261-0/+2
| * x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina2018-04-261-4/+4
| * x86/vector: Remove the unused macro FPU_IRQDou Liyang2018-04-261-2/+0
| * x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang2018-04-261-5/+0
| * x86/cpufeatures: Enumerate cldemote instructionFenghua Yu2018-04-261-0/+1
| * x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2
| * x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
| * x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-232-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-297-34/+99
|\ \
| * | x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-272-18/+25
| * | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-253-1/+19
| * | x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
| * | x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
| * | x86/pti: Fix boot warning from Global-bit settingDave Hansen2018-04-251-10/+30
| * | x86/pti: Fix boot problems from Global-bit settingDave Hansen2018-04-251-2/+2
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-2915-109/+119
|\ \
| * | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-2615-104/+114