summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ typeNicolas Ferre2016-01-271-1/+1
| | * | | | ARM: dts: at91: sama5d4 xplained: properly mux phy interruptAlexandre Belloni2016-01-271-0/+6
| | * | | | ARM: dts: at91: sama5d4ek: add phy address and IRQ for macb0Wenyou Yang2016-01-271-0/+11
| | * | | | ARM: dts: at91: sama5d2 xplained: add phy address and IRQ for macb0Nicolas Ferre2016-01-271-1/+11
| | * | | | ARM: dts: at91: at91sam9n12ek: fix panel compatible stringAlexandre Belloni2016-01-271-1/+1
| | * | | | ARM: dts: at91: sama5d4: fix instance id of DBGUMohamed Jamsheeth Hajanajubudeen2016-01-271-1/+1
| | | |/ / | | |/| |
| * | | | ARM64: tegra: Add chosen node for tegra132 norrinJon Hunter2016-02-011-0/+2
| * | | | ARM: realview: use "depends on" instead of "if" after promptMasahiro Yamada2016-02-011-1/+2
| * | | | ARM: tango: use "depends on" instead of "if" after promptMasahiro Yamada2016-02-011-1/+2
| * | | | ARM: tango: use const and __initconst for smp_operationsMasahiro Yamada2016-02-011-1/+1
| * | | | ARM: realview: use const and __initconst for smp_operationsMasahiro Yamada2016-02-011-1/+1
| * | | | bus: uniphier-system-bus: revive tristate promptMasahiro Yamada2016-02-011-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2016-02-082-7/+2Star
|\ \ \ \
| * | | | mailbox: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-02-021-0/+1
| * | | | mailbox: pcc: fix channel calculation in get_pcc_channel()Alexey Klimov2016-02-021-7/+1Star
* | | | | Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-0715-65/+131
|\ \ \ \ \
| * | | | | xhci: harden xhci_find_next_ext_cap against device removalJoe Lawrence2016-02-051-0/+4
| * | | | | Merge tag 'fixes-for-v4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-047-36/+43
| |\ \ \ \ \
| | * | | | | usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.Jianqiang Tang2016-02-031-0/+1
| | * | | | | MAINTAINERS: fix my email addressFelipe Balbi2016-02-031-5/+5
| | * | | | | usb: dwc2: Fix probe problem on bcm2835John Youn2016-02-031-6/+0Star
| | * | | | | Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-032-9/+7Star
| | * | | | | usb: musb: ux500: Fix NULL pointer dereference at system PMUlf Hansson2016-02-031-2/+5
| | * | | | | usb: phy: mxs: declare variable with initialized valueLi Jun2016-02-031-1/+1
| | * | | | | usb: phy: msm: fix error handling in probe.Srinivas Kandagatla2016-02-031-13/+24
| | | |/ / / | | |/| | |
| * | | | | xhci: Fix list corruption in urb dequeue at host removalMathias Nyman2016-02-031-1/+3
| * | | | | usb: host: xhci-plat: fix NULL pointer in probe for device tree caseGregory CLEMENT2016-02-031-1/+2
| * | | | | usb: xhci-mtk: fix AHB bus hang up caused by roothubs pollingChunfeng Yun2016-02-031-0/+23
| * | | | | usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TTChunfeng Yun2016-02-031-3/+13
| * | | | | usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu2016-02-031-1/+3
| * | | | | usb: xhci: set SSIC port unused only if xhci_suspend succeedsLu Baolu2016-02-031-1/+6
| * | | | | usb: xhci: add a quirk bit for ssic port unusedLu Baolu2016-02-032-34/+46
| * | | | | usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu2016-02-031-19/+29
| * | | | | Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman2016-02-031-10/+0Star
| |/ / / /
* | | | | Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-0714-14/+32
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-for-4.5b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-015-6/+9
| |\ \ \ \ \
| | * | | | | iio: dht11: Use boottimeAbhilash Jindal2016-02-011-4/+4
| | * | | | | iio: imu: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-1/+1
| | * | | | | staging: iio: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-0/+1
| | * | | | | iio: adc: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-301-0/+3
| | * | | | | iio: proximity: lidar: correct return valueMatt Ranostay2016-01-031-1/+1
| * | | | | | Merge tag 'iio-fixes-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-02-019-7/+22
| |\ \ \ \ \ \
| | * | | | | | iio: ade7753: avoid uninitialized dataArnd Bergmann2016-01-301-2/+10
| | * | | | | | iio: pressure: mpl115: fix temperature offset signAkinobu Mita2016-01-301-1/+1
| | * | | | | | iio: inkern: fix a NULL dereference on errorDan Carpenter2016-01-301-0/+2
| | * | | | | | iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron2016-01-161-1/+1
| | * | | | | | iio: light: acpi-als: Report data as processedGabriele Mazzotta2016-01-161-2/+4
| | * | | | | | iio: dac: mcp4725: set iio name property in sysfsYong Li2016-01-091-0/+1
| | * | | | | | iio: add HAS_IOMEM dependency to VF610_ADCVegard Nossum2016-01-041-0/+1
| | * | | | | | iio: add IIO_TRIGGER dependency to STK8BA50Vegard Nossum2016-01-041-0/+1