summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge tag 'sound-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-02-2119-145/+130
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | ALSA: hda - Enable front audio jacks on one HP desktop modelHui Wang2014-02-201-0/+13
| * | | | | | | Merge tag 'asoc-v3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2014-02-20738-4119/+9334
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linusMark Brown2014-02-191-1/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | ASoC: wm8993: drop regulator_bulk_free of devm_ allocated dataWei Yongjun2013-09-271-1/+0
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *---------------. \ \ \ \ \ \ \ Merge remote-tracking branches 'asoc/fix/blackfin', 'asoc/fix/da9055', 'asoc/...Mark Brown2014-02-1914-83/+99
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | ASoC: txx9aclc_ac97: Fix kernel crash on probeAlexander Shiyan2014-02-161-3/+5
| | | | | | | | | | | | |_|_|_|_|/ | | | | | | | | | | | |/| | | | |
| | | | | | | | | | * | | | | | | ASoC: samsung: Fix trivial typoSachin Kamat2014-01-301-2/+2
| | | | | | | | | | * | | | | | | ASoC: samsung: Remove invalid dependenciesSachin Kamat2014-01-301-1/+1
| | | | | | | | | * | | | | | | | ASoC: rt5640: Add ACPI ID for Intel BaytrailJarkko Nikula2014-02-071-0/+1
| | | | | | | | | | |/ / / / / / | | | | | | | | | |/| | | | | |
| | | | | | | | * | | | | | | | ASoC: max98090: make REVISION_ID readableStephen Warren2014-02-161-0/+1
| | | | | | | | * | | | | | | | ASoC: max98090: sync regcache on entering STANDBYDylan Reid2014-02-121-10/+10
| | | | | | | | |/ / / / / / /
| | | | | | | * / / / / / / / ASoC: fsl-esai: fix ESAI TDM slot settingXiubo Li2014-02-102-3/+3
| | | | | | | |/ / / / / / /
| | | | | | * / / / / / / / ASoC: fsl: fix pm support of machine driversShawn Guo2014-02-103-9/+13
| | | | | | |/ / / / / / /
| | | | | * | | | | | | | ASoC: davinci-evm: Add pm callbacks to platform driverPeter Ujfalusi2014-01-311-0/+1
| | | | | * | | | | | | | ASoC: davinci-mcasp: Consolidate pm_runtime_get/put() use in the driverPeter Ujfalusi2014-01-311-14/+9
| | | | | * | | | | | | | ASoC: davinci-mcasp: Configure xxTDM, xxFMT and xxFMCT registers synchronouslyPeter Ujfalusi2014-01-311-29/+27
| | | | | * | | | | | | | ASoC: davinci-mcasp: Harmonize the sub hw_params function namesPeter Ujfalusi2014-01-311-6/+6
| | | | * | | | | | | | | ASoC: da9055: Fix device registration of PMIC and CODEC devicesAdam Thomson2014-02-102-4/+19
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * / | | | | | | | ASoC: blackfin: Fix machine driver Kconfig dependenciesLars-Peter Clausen2014-02-121-6/+5
| | | |/ / / / / / / /
| * | | | | | | | | | ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao2014-02-191-3/+1
| * | | | | | | | | | ALSA: hda/ca0132 - setup/cleanup streamsHsin-Yu Chao2014-02-191-59/+7
| * | | | | | | | | | ALSA: hda - add headset mic detect quirks for two Dell laptopsHui Wang2014-02-181-0/+2
| * | | | | | | | | | ALSA: usb-audio: work around KEF X300A firmware bugClemens Ladisch2014-02-171-0/+9
* | | | | | | | | | | Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-206-22/+152
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ahci: Fix broken fallback to single MSI modeAlexander Gordeev2014-02-141-1/+3
| * | | | | | | | | | | PCI: Enable INTx if BIOS left them disabledBjorn Helgaas2014-02-141-0/+10
| * | | | | | | | | | | PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()Alexander Gordeev2014-02-132-2/+104
| * | | | | | | | | | | PCI/MSI: Fix cut-and-paste errors in documentationAlexander Gordeev2014-02-131-6/+6
| * | | | | | | | | | | PCI/MSI: Add pci_enable_msi() documentation backAlexander Gordeev2014-02-131-3/+20
| * | | | | | | | | | | PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida2014-02-131-1/+0
| * | | | | | | | | | | PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman2014-02-131-0/+1
| * | | | | | | | | | | PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman2014-02-131-1/+7
| * | | | | | | | | | | PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn2014-02-121-9/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-206-8/+35
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa2014-02-181-0/+14
| * | | | | | | | | | | ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia2014-02-161-2/+7
| * | | | | | | | | | | sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYNTejun Heo2014-02-031-0/+1
| * | | | | | | | | | | ata: enable quirk from jmicron JMB350 for JMB394Denis V. Lunev2014-01-311-2/+5
| * | | | | | | | | | | ATA: SATA_MV: Add missing Kconfig select statememntAndrew Lunn2014-01-291-0/+1
| * | | | | | | | | | | ata: pata_imx: Check the return value from clk_prepare_enable()Fabio Estevam2014-01-291-2/+6
* | | | | | | | | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-207-28/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo2014-02-181-0/+5
| * | | | | | | | | | | | Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo2014-02-121-6/+2
| * | | | | | | | | | | | cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-112-16/+20
| * | | | | | | | | | | | cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2
| * | | | | | | | | | | | cgroup: fix error return from cgroup_create()Tejun Heo2014-02-081-3/+7
| * | | | | | | | | | | | cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-081-3/+3
| * | | | | | | | | | | | cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-071-2/+6
| * | | | | | | | | | | | nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo2014-02-031-0/+1