aboutsummaryrefslogtreecommitdiff
path: root/sound/ppc
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+1
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidGravatar Uwe Kleine-König 1-2/+1
2020-12-04ALSA: ppc: drop if block with always false conditionGravatar Uwe Kleine-König 1-2/+0
2020-11-28ALSA: ppc: remove redundant checks in PS3 driver probeGravatar Leonard Goehrs 1-5/+0
2020-11-28ALSA: ppc: drop if block with always false conditionGravatar Uwe Kleine-König 1-2/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-07-20ALSA: Replace the word "slave" in vmaster APIGravatar Takashi Iwai 1-6/+6
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Gravatar Christophe Leroy 1-1/+1
2020-05-07ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flagsGravatar Samuel Zou 1-2/+2
2020-03-27ALSA: ppc: keywest: convert to use i2c_new_client_device()Gravatar Wolfram Sang 1-3/+6
2020-01-05ALSA: ppc: More constificationsGravatar Takashi Iwai 5-22/+22
2020-01-03ALSA: ppc: Constify snd_kcontrol_new itemsGravatar Takashi Iwai 6-40/+40
2020-01-03ALSA: ppc: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-12-11ALSA: ppc: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 2-3/+0
2019-12-11ALSA: ps3: Use managed buffer allocationGravatar Takashi Iwai 1-23/+5
2019-12-11ALSA: pmac: Use managed buffer allocationGravatar Takashi Iwai 1-25/+3
2019-07-10ALSA: ps3: Remove Unneeded variable: "ret"Gravatar Hariprasad Kelam 1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 277Gravatar Thomas Gleixner 2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 11-155/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-17ALSA: ps3: Remove set but not used variables 'start_vaddr' and 'pcm_index'Gravatar YueHaibing 1-4/+0
2019-02-19ALSA: ppc: Fix of-node refcount unbalanceGravatar Takashi Iwai 1-0/+1
2019-02-06ALSA: ppc: Drop superfluous PCM preallocation error checksGravatar Takashi Iwai 1-5/+1
2019-01-15ALSA: ppc: Remove superfluous snd_pcm_suspend*() callsGravatar Takashi Iwai 1-1/+0
2018-12-06ALSA: aoa: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 2-4/+4
2018-07-20powerpc/ps3: Set driver coherent_dma_maskGravatar Geoff Levand 1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-19ALSA: ppc: constify snd_pcm_ops structuresGravatar Arvind Yadav 2-3/+3
2017-08-17ALSA: ppc: make snd_pcm_hardware constGravatar Bhumika Goyal 1-2/+2
2017-05-30ALSA: declare snd_kcontrol_new structures as constGravatar Bhumika Goyal 3-7/+7
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-4/+4
2016-09-20powerpc: Remove all usages of NO_IRQGravatar Michael Ellerman 1-4/+4
2016-09-07ALSA: squash lines for simple wrapper functionsGravatar Masahiro Yamada 1-3/+1
2016-07-05ALSA: ppc/awacs: shut up maybe-uninitialized warningGravatar Arnd Bergmann 1-0/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hGravatar Bjorn Helgaas 1-1/+0
2015-08-25ALSA: ppc: Add missing inclusion of linux/module.hGravatar Takashi Iwai 1-0/+1
2015-08-25ALSA: ppc: keywest: Export I2C module alias informationGravatar Javier Martinez Canillas 1-0/+1
2015-05-29ALSA: ppc: keywest: check if DEQ was already instantiatedGravatar Wolfram Sang 1-1/+12
2015-05-18ALSA: ppc: keywest: drop using attach adapterGravatar Wolfram Sang 1-4/+19
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersGravatar David Gibson 1-29/+29
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 5-5/+5
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Gravatar Markus Elfring 1-10/+5
2015-01-02ALSA: ps3: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Gravatar Lars-Peter Clausen 1-3/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-17ALSA: powermac: Deletion of an unnecessary check before the function call "pc...Gravatar Markus Elfring 1-2/+1
2014-10-21ALSA: ppc: Use snd_ctl_enum_info()Gravatar Takashi Iwai 1-8/+3
2014-10-20ALSA: ppc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0