summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-05-2311-52/+297
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-05-229-43/+279
| |\
| | * Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2011-05-202-2/+2
| | |\
| | | * ASoC: tpa6130a2: Update e-mail addressPeter Ujfalusi2011-05-111-1/+1
| | | * ASoC: tlv320dac33: Update e-mail addressPeter Ujfalusi2011-05-111-1/+1
| | * | ASoC: Asahi Kasei AK4641 codec driverDmitry Artamonow2011-05-191-0/+26
| | * | ASoC: core - allow ASoC more flexible machine nameLiam Girdwood2011-05-121-0/+2
| | |/
| | * Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2011-05-041-1/+1
| | |\
| | | * ASoC: Declare const properly for enum textsTakashi Iwai2011-05-031-1/+1
| | * | ASoC: Store a list of widgets in a DAPM mux/mixer kcontrolStephen Warren2011-05-031-0/+6
| | * | ASoC: Add w->kcontrols, and populate itStephen Warren2011-05-031-0/+1
| | * | ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren2011-05-031-34/+34
| | * | ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen2011-05-031-1/+2
| | |/
| | * ASoC: Work around allmodconfig failureMark Brown2011-04-281-0/+3
| | * ASoC: Define constants for WM8962 GPIO functionsMark Brown2011-04-261-0/+22
| | * ASoC: Add EQ and filter to max98095 CODEC driverPeter Hsiang2011-04-201-0/+28
| | * ASoC: simple style fixLu Guanqun2011-04-201-1/+1
| | * ASoC: Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-18163-249/+312
| | |\
| | * | ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes constLars-Peter Clausen2011-04-131-2/+2
| | * | ASoC: Add WM8915 CODEC driverMark Brown2011-04-111-0/+55
| | * | ASoC: Add data based control initialisation for CODECs and cardsMark Brown2011-04-081-1/+6
| | * | ASoC: Add max98095 CODEC driverPeter Hsiang2011-04-061-0/+26
| | * | Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-04-03559-3886/+15991
| | |\ \
| | | * \ Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-04-031-8/+8
| | | |\ \
| | * | | | ASoC: Add snd_soc_codec_{readable,writable}_register()Dimitris Papastamos2011-03-261-0/+4
| | * | | | ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos2011-03-261-0/+4
| | * | | | ASoC: Add control_type in snd_soc_codecDimitris Papastamos2011-03-261-1/+2
| | * | | | ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos2011-03-261-0/+3
| | * | | | Merge branch 'for-2.6.39' into for-2.6.40Mark Brown2011-03-261-8/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | ASoC: Add WM8958 enhanced EQ supportMark Brown2011-03-221-0/+15
| | * | | | ASoC: Add WM8958 VSS supportMark Brown2011-03-221-0/+34
| * | | | | Merge branch 'topic/misc' into for-linusTakashi Iwai2011-05-222-9/+18
| |\ \ \ \ \
| | * | | | | ALSA: tea575x: use better card and bus namesOndrej Zary2011-05-131-0/+2
| | * | | | | ALSA: tea575x: remove unused card from structOndrej Zary2011-05-131-1/+0
| | * | | | | ALSA: tea575x: remove freq_fixup from structOndrej Zary2011-05-131-1/+2
| | * | | | | ALSA: tea575x: unify read/write functionsOndrej Zary2011-05-101-4/+9
| | * | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-28490-3517/+14502
| | |\ \ \ \ \
| | * | | | | | ALSA: Add snd_ctl_replace() to dynamically replace a controlDimitris Papastamos2011-03-221-0/+1
| | * | | | | | ALSA: tea575x-tuner: remove dev_nrOndrej Zary2011-03-211-1/+0
| | * | | | | | ALSA: tea575x-tuner: various improvementsOndrej Zary2011-03-211-2/+4
* | | | | | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-232-6/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: make guest mode entry to be rcu quiescent stateGleb Natapov2011-05-221-0/+9
| * | | | | | | | Merge commit '29ce831000081dd757d3116bf774aafffc4b6b20' into nextAvi Kivity2011-05-225-4/+91
| |\ \ \ \ \ \ \ \
| * | | | | | | | | KVM: PPC: booke: add sregs supportScott Wood2011-05-221-0/+1
| * | | | | | | | | KVM: Fix off by one in kvm_for_each_vcpu iterationJeff Mahoney2011-05-111-3/+4
| * | | | | | | | | KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel2011-05-111-0/+5
| * | | | | | | | | KVM: 16-byte mmio supportAvi Kivity2011-05-111-1/+6
| * | | | | | | | | Revert "KVM: Fix race between nmi injection and enabling nmi window"Marcelo Tosatti2011-05-111-1/+0
| * | | | | | | | | KVM: cleanup memslot_id functionXiao Guangrong2011-05-111-1/+5
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-234-20/+28
|\ \ \ \ \ \ \ \ \ \