Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c22f42a30f348c163931a6bf541921d2d2a51190
/
sound
/
aoa
07021b4
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
ef24ba7
powerpc: Remove all usages of NO_IRQ
by Michael Ellerman
· 8 years ago
44cc4a0
ALSA: squash lines for simple wrapper functions
by Masahiro Yamada
· 8 years ago
34b64e5
ALSA: snd-aoa: enable sound on PowerBook G4 12"
by Aaro Koskinen
· 8 years ago
f6af5df
ALSA: aoa-soundbus: Switch to dev_pm_ops
by Lars-Peter Clausen
· 9 years ago
3ce095c
ALSA: aoa: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 9 years ago
a038b97
ALSA: aoa: convert bus code to use dev_groups
by Quentin Lambert
· 9 years ago
b24062b
ALSA: aoa: constify of_device_id array
by Fabian Frederick
· 10 years ago
3fe9cf3
Merge branch 'topic/snd-device' into for-next
by Takashi Iwai
· 10 years ago
ef46c7a
ALSA: pcm: Embed struct device
by Takashi Iwai
· 10 years ago
6cbbfe1
ALSA: Include linux/io.h instead of asm/io.h
by Takashi Iwai
· 10 years ago
ff6defa
ALSA: Deletion of checks before the function call "iounmap"
by Markus Elfring
· 10 years ago
aa57b93
ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_suspend_all"
by Markus Elfring
· 10 years ago
492a7ea0
ALSA: i2sbus: Deletion of unnecessary checks before the function call "release_and_free_resource"
by Markus Elfring
· 10 years ago
04eeb60
ALSA: aoa: Use snd_ctl_elem_info()
by Takashi Iwai
· 10 years ago
7f0f204
ALSA: Use dma_zalloc_coherent
by Joe Perches
· 10 years ago
00a6d7b
ALSA: sound/aoa/codecs/onyx.c: use static const for texts
by Fabian Frederick
· 10 years ago
9ce5054
ALSA: Drop __bitwise and typedefs for snd_device attributes
by Takashi Iwai
· 11 years ago
d915178
ALSA: aoa: Use SNDRV_DEV_CODEC for AOA codec objects
by Takashi Iwai
· 11 years ago
1076879
ALSA: ppc: Convert to snd_card_new() with a device pointer
by Takashi Iwai
· 11 years ago
73d75ba
Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
11b3fda
ALSA: snd-aoa: two copy and paste bugs
by Dan Carpenter
· 11 years ago
5af5073
drivers: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
0885786
ALSA: snd-aoa: Add a layout entry for PowerBook6,5
by Michael Ellerman
· 12 years ago
74c34ca
ALSA: pcm_format_to_bits strong-typed conversion
by Eldad Zack
· 12 years ago
26b0d14
sound/aoa: Adapt to new i2c probing scheme
by Andreas Schwab
· 12 years ago
98654d3
ALSA: aoa: Convert onyx and tas codec drivers to module_i2c_driver
by Axel Lin
· 13 years ago
2290c0d
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
d593b54
snd-aoa: remove commented out Kconfig entry
by Paul Bolle
· 13 years ago
0308110
Merge branch 'fix/misc' into topic/misc
by Takashi Iwai
· 13 years ago
5758960
ALSA: aoa: Remove obsolete cleanup for clientdata
by Axel Lin
· 13 years ago
de75577
ALSA: sound/aoa/fabrics/layout.c: remove unneeded kfree
by Julia Lawall
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
e9c5499
Revert wrong fixes for common misspellings
by Lucas De Marchi
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
354d14b
Merge branch 'topic/workq-update' into topic/misc
by Takashi Iwai
· 14 years ago
5b84ba2
sound: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
5144c534
ALSA: aoa: Remove wrong i2c_set_clientdata in onyx_i2c_remove()
by Axel Lin
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
c2cdf6a
powerpc/macio: Fix probing of macio devices by using the right of match table
by Benjamin Herrenschmidt
· 14 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
cb6dc51
arch/powerpc: Move dma_mask from of_device into pdev_archdata
by Grant Likely
· 15 years ago
61c7a08
of: Always use 'struct device.of_node' to get device node pointer.
by Grant Likely
· 15 years ago
6237cda
powerpc/aoa: gpio-pmf.c: 3 * redundant code
by d binderman
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6016a36
of: unify phandle name in struct device_node
by Grant Likely
· 15 years ago
18c4078
ALSA: Don't assume i2c device probing always succeeds
by Takashi Iwai
· 15 years ago
f065fab
ALSA: sound/aoa: Add kmalloc NULL tests
by Julia Lawall
· 15 years ago
ae31c1f
sound: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
cfbf1ee
ALSA: AOA: Convert onyx and tas codecs to new-style i2c drivers
by Jean Delvare
· 16 years ago
ff4fc36
Merge branch 'topic/aoa' into for-linus
by Takashi Iwai
· 16 years ago
5f17e79
ALSA: snd-aoa: handle master-amp if present
by Johannes Berg
· 16 years ago
45e513b
ALSA: snd-aoa: handle older machines
by Johannes Berg
· 16 years ago
bd7dd77
ALSA: Convert to snd_card_create() in other sound/*
by Takashi Iwai
· 16 years ago
facef86
Merge branch 'topic/aoa' into to-push
by Takashi Iwai
· 16 years ago
7aeb6d7
Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus
by Takashi Iwai
· 16 years ago
bb072bf
sound: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
bfd4e66
Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linus
by Takashi Iwai
· 16 years ago
888dcb7
ALSA: aoa: clean up file names
by Johannes Berg
· 16 years ago
9f50bba
ALSA: aoa i2sbus: don't overwrite module parameter
by Johannes Berg
· 16 years ago
6dc6472
Merge commit 'origin'
by Benjamin Herrenschmidt
· 16 years ago
c7d03bc
ALSA: aoa - Remove duplicate assignment of SNDRV_PCM_FMTBIT_S{16,24}_BE bits
by Roel Kluin
· 16 years ago
f6f1101
powerpc/drivers: Use linux/of_device.h instead of asm/of_device.h
by Stephen Rothwell
· 16 years ago
89fe511
sound: Convert to menuconfig
by Takashi Iwai
· 16 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
3d3909f
[ALSA] aoa - fix compile warning
by Takashi Iwai
· 17 years ago
df86d11
[ALSA] add number of periods constraint to snd-aoa
by Heikki Lindholm
· 17 years ago
498ade1
[ALSA] aoa - Check value range in ctl callbacks
by Takashi Iwai
· 17 years ago
a5ce889
[ALSA] Clean up with common snd_ctl_boolean_*_info callbacks
by Takashi Iwai
· 17 years ago
1f28960
[ALSA] Fix tas_suspend/resume build warning
by Stephen Rothwell
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
c28054d
[ALSA] snd-aoa-codec-onyx: fix typo
by Yoann Padioleau
· 17 years ago
e3f9678
[ALSA] snd-aoa-i2sbus: use MODULE_DEVICE_TABLE instead of plain MODULE_ALIAS
by Johannes Berg
· 18 years ago
023ff3e
[ALSA] sound: strlcpy is smart enough
by Jean Delvare
· 18 years ago
e378ad1
[ALSA] aoa: fix a sparse warning
by Johannes Berg
· 18 years ago
55b61fe
[POWERPC] Rename device_is_compatible to of_device_is_compatible
by Stephen Rothwell
· 18 years ago
49e1900
Merge branch 'linux-2.6' into for-2.6.22
by Paul Mackerras
· 18 years ago
bf62456
uevent: use add_uevent_var() instead of open coding it
by Eric Rannaud
· 18 years ago
c4f55b3
[POWERPC] Rename get_property to of_get_property: sound
by Stephen Rothwell
· 18 years ago
a7edd0e
[POWERPC] get_property returns const
by Stephen Rothwell
· 18 years ago
547ac2a
[ALSA] aoa i2sbus: Stop Apple i2s DMA gracefully
by Paul Mackerras
· 18 years ago
288e5c3
[ALSA] aoa: remove suspend/resume printks
by Johannes Berg
· 18 years ago
c684871
[ALSA] sound: aoa of_node_put and kfree cleanup
by Mariusz Kozlowski
· 18 years ago
b0148a9
[ALSA] snd-aoa: fix onyx resume
by Johannes Berg
· 18 years ago
c17d6fd
[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/
by Olaf Hering
· 18 years ago
61e7710
[ALSA] create device symlink in snd-aoa
by Olaf Hering
· 18 years ago
d595ee7
[ALSA] aoa: fix up i2sbus_attach_codec
by Johannes Berg
· 18 years ago
73e85fe
[ALSA] aoa: set device pointer in pcms
by Johannes Berg
· 18 years ago
99b5aa3
[ALSA] sound: Don't include i2c-dev.h
by Jean Delvare
· 18 years ago
bef1f40
kconfig: Standardize "depends" -> "depends on" in Kconfig files
by Robert P. J. Day
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
80b8d5d
[ALSA] Enable stereo line input for TAS codec
by Paul Mackerras
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
3071920
[ALSA] aoa: add locking to tas codec
by Johannes Berg
· 18 years ago
f24e9f5
[ALSA] Select I2C and I2C_POWERMAC in aoa/codecs/Kconfig
by Takashi Iwai
· 18 years ago
55ae922
[PATCH] aoa is pmac-only
by Al Viro
· 18 years ago
32bc6e0
Merge branch 'merge'
by Paul Mackerras
· 18 years ago
Next »