summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'omap-for-v4.7-dts-fixes1' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2016-06-0313-26/+139
| |\ \ \ \ \ \
| | * | | | | | ARM: dts: igep0020: Add SD card write-protect pin.Enric Balletbo i Serra2016-05-121-0/+11
| | * | | | | | ARM: dts: igep00x0: Add SD card-detect.Enric Balletbo i Serra2016-05-121-0/+1
| | * | | | | | ARM: dts: am57xx-idk-common: Fix input supply namesNishanth Menon2016-05-121-15/+17
| | * | | | | | ARM: dts: dra7: Add gpmc dma channelFranklin S Cooper Jr2016-05-121-0/+2
| | * | | | | | ARM: dts: disable mmc by default and enable when needed for dm814xNicolas Chauvet2016-05-122-0/+16
| | * | | | | | ARM: dts: Add non-removable to hsmmc on hp-t410Nicolas Chauvet2016-05-121-0/+1
| | * | | | | | ARM: dts: Fix ldo7 source for HDMI on igepv5Tony Lindgren2016-05-121-0/+16
| | * | | | | | ARM: dts: Fix uart wakeirq on omap5 by removing WAKEUP_EN for omapsTony Lindgren2016-05-125-10/+10
| | * | | | | | ARM: dts: Fix igepv5 audiopwon-gpioTony Lindgren2016-05-123-1/+22
| | * | | | | | ARM: dts: omap5-board-common: Describe the voltage supply mapping accuratelyNishanth Menon2016-05-051-0/+43
| * | | | | | | Merge tag 'omap-for-v4.7/fixes-v2' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2016-06-033-5/+54
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: OMAP2+: AM43XX: Enable fixes for Cortex-A9 errataDave Gerlach2016-05-121-0/+2
| | * | | | | | | ARM: OMAP5 / DRA7: Introduce workaround for 801819Nishanth Menon2016-05-123-5/+52
| * | | | | | | | ARM: dts: sunxi: Add OLinuXino Lime2 eMMC to the MakefileOlliver Schinagl2016-06-031-0/+1
| * | | | | | | | Merge tag 'samsung-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2016-06-034-2/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: exynos: don't select keyboard driverArnd Bergmann2016-05-183-1/+2
| | * | | | | | | | ARM: samsung: improve static dma_mask definitionArnd Bergmann2016-05-181-1/+1
| * | | | | | | | | arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2Masahiro Yamada2016-06-032-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-06-183-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper2016-06-091-2/+2
| * | | | | | | | | ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon2016-06-093-1/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-06-1842-447/+573
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | usbip: rate limit get_frame_number messageGreg Kroah-Hartman2016-06-171-1/+1
| * | | | | | | | | usb: musb: sunxi: Remove bogus "Frees glue" commentHans de Goede2016-06-141-1/+1
| * | | | | | | | | usb: musb: sunxi: Fix NULL ptr deref when gadget is registered before musbHans de Goede2016-06-141-6/+9
| * | | | | | | | | Merge tag 'phy-for-4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-06-102-5/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | phy: ti-pipe3: Program the DPLL even if it was already lockedRoger Quadros2016-06-031-4/+11
| | * | | | | | | | | phy: exynos-mipi-video: avoid uninitialized variable useArnd Bergmann2016-05-301-1/+5
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla2016-06-071-0/+9
| * | | | | | | | | usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross2016-06-071-2/+12
| * | | | | | | | | MAINTAINERS: Add file patterns for usb device tree bindingsGeert Uytterhoeven2016-06-071-0/+1
| * | | | | | | | | usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding2016-06-071-3/+13
| * | | | | | | | | usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding2016-06-071-1/+1
| * | | | | | | | | USB: mos7720: delete parportSudip Mukherjee2016-06-071-0/+1
| * | | | | | | | | USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichaƂ Pecio2016-06-071-1/+2
| * | | | | | | | | usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody2016-06-011-1/+7
| * | | | | | | | | usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody2016-06-011-7/+6
| * | | | | | | | | usb: musb: host: correct cppi dma channel for isoch transferBin Liu2016-06-011-1/+1
| * | | | | | | | | usb: musb: only restore devctl when session was set in backupBin Liu2016-06-011-1/+2
| * | | | | | | | | usb: phy: Check initial state for twl6030Tony Lindgren2016-06-011-2/+15
| * | | | | | | | | usb: musb: Use normal module_init for 2430 glueTony Lindgren2016-06-011-12/+2
| * | | | | | | | | usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren2016-06-011-6/+0
| * | | | | | | | | usb: musb: Remove extra PM runtime calls from 2430 glue layerTony Lindgren2016-06-011-24/+4
| * | | | | | | | | usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-016-16/+32
| * | | | | | | | | usb: musb: Don't set d+ high before enable for 2430 glue layerTony Lindgren2016-06-011-11/+0
| * | | | | | | | | usb: musb: Remove try_idle for 2430 glue layerTony Lindgren2016-06-011-91/+0
| * | | | | | | | | usb: musb: Improve PM runtime and phy handling for 2430 glue layerTony Lindgren2016-06-011-11/+19
| * | | | | | | | | usb: musb: Handle cable status better for 2430 glue layerTony Lindgren2016-06-011-8/+60
| * | | | | | | | | usb: musb: Use delayed for musb_gadget_pullupTony Lindgren2016-06-012-6/+19