summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-31bus: uniphier: allow only built-in driverArnd Bergmann1-1/+1
2015-12-31ARM: bcm2835: clarify RASPBERRYPI_FIRMWARE dependencyArnd Bergmann1-1/+1
2015-12-31Merge tag 'bcm2835-drivers-next-2015-12-28' of http://github.com/anholt/linux...Arnd Bergmann5-0/+259
2015-12-31Merge branch 'depends/usb-fixes' into next/driversArnd Bergmann7-35/+76
2015-12-22Merge tag 'omap-for-v4.5/wakeup-m3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-0/+519
2015-12-22Merge tag 'v4.4-next-soc' of https://github.com/mbgg/linux-mediatek into next...Olof Johansson1-3/+29
2015-12-22Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson8-1/+1710
2015-12-22Merge tag 'tegra-for-4.5-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-0/+1
2015-12-22bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada3-0/+290
2015-12-21ARM: bcm2835: add rpi power domain driverAlexander Aring5-0/+259
2015-12-18drivers/soc: make mediatek/mtk-scpsys.c explicitly non-modularPaul Gortmaker1-3/+2
2015-12-18soc: mediatek: SCPSYS: Add regulator supportSascha Hauer1-0/+27
2015-12-14soc: qcom: smd-rpm: Add existing platform supportAndy Gross1-0/+2
2015-12-14memory/tegra: Add number of TLB lines for Tegra124Vince Hsu1-0/+1
2015-12-12reset: hi6220: fix modular buildArnd Bergmann1-0/+1
2015-12-12Merge tag 'reset-for-4.5-2' of git://git.pengutronix.de/git/pza/linux into ne...Arnd Bergmann7-9/+146
2015-12-10Merge tag 'reset-for-4.5' of git://git.pengutronix.de/git/pza/linux into next...Arnd Bergmann8-27/+73
2015-12-08soc: qcom: Introduce WCNSS_CTRL SMD clientBjorn Andersson3-0/+280
2015-12-08ARM: qcom: select ARM_CPU_SUSPEND for power managementArnd Bergmann1-0/+1
2015-12-08soc: qcom: enable smsm/smp2p modular buildArnd Bergmann1-2/+2
2015-12-08serial: msm_serial: Make config tristateStephen Boyd1-1/+1
2015-12-08soc: qcom: smp2p: Qualcomm Shared Memory Point to PointBjorn Andersson3-0/+587
2015-12-08soc: qcom: smsm: Add driver for Qualcomm SMSMBjorn Andersson3-0/+634
2015-12-08soc: qcom: Introduce common SMEM state machine codeBjorn Andersson3-0/+205
2015-12-03soc: ti: Add wkup_m3_ipc driverDave Gerlach3-0/+519
2015-11-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds27-993/+1093
2015-11-29Merge tag 'rtc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds1-36/+8
2015-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds9-30/+52
2015-11-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds6-150/+311
2015-11-28target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-28target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-28qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2-10/+17
2015-11-28iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-28iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-28target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-28target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-28Merge tag 'pci-v4.4-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-6/+6
2015-11-27Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds6-8/+11
2015-11-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+6
2015-11-27Merge tag 'pm+acpi-4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+10
2015-11-28Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie16-917/+948
2015-11-27Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki1-1/+2
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-19/+111
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel1-16/+107
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky1-1/+1
2015-11-26rtc: ds1307: fix alarm reading at probe timeSimon Guinot1-5/+7
2015-11-26Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-76/+145