index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
aoa
/
soundbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: aoa: Replace with __packed attribute
Takashi Iwai
2023-10-26
1
-1
/
+1
*
ALSA: aoa: Replace asm/prom.h with explicit includes
Rob Herring
2023-10-06
5
-3
/
+4
*
ALSA: aoa: Fix typos in PCM fix patch
Takashi Iwai
2023-08-18
1
-2
/
+2
*
ALSA: pcm: Don't embed device
Takashi Iwai
2023-08-17
1
-2
/
+2
*
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-3
/
+3
|
\
|
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-3
/
+3
*
|
ALSA: aoa: make remove callback of soundbus driver void returned
Dawei Li
2023-01-25
1
-1
/
+1
|
/
*
ALSA: aoa: Fix I2S device accounting
Takashi Iwai
2022-10-27
1
-1
/
+2
*
ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
Yang Yingliang
2022-10-27
1
-0
/
+4
*
ALSA: aoa: Replace sprintf() with sysfs_emit()
Takashi Iwai
2022-08-02
1
-14
/
+8
*
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
*
ALSA: aoa: remove unnecessary oom message
Zhen Lei
2021-06-17
1
-3
/
+1
*
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2021-01-08
1
-1
/
+1
*
ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macro
Pierre-Louis Bossart
2020-09-03
1
-2
/
+1
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
ALSA: aoa: More constifications
Takashi Iwai
2020-01-05
1
-1
/
+1
*
ALSA: aoa: Drop superfluous ioctl PCM ops
Takashi Iwai
2019-12-11
1
-2
/
+0
*
ALSA: aoa: Use managed buffer allocation
Takashi Iwai
2019-12-11
1
-10
/
+1
*
ALSA: aoa: Avoid non-standard macro usage
Takashi Iwai
2019-11-06
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250
Thomas Gleixner
2019-06-19
7
-14
/
+7
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
3
-0
/
+3
*
Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2019-02-08
1
-2
/
+2
|
\
|
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-2
/
+2
*
|
ALSA: aoa: Remove superfluous snd_pcm_suspend*() calls
Takashi Iwai
2019-01-15
1
-4
/
+0
|
/
*
ALSA: aoa: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-06
1
-3
/
+3
*
ALSA: aoa: Remove direct OF name and type accesses
Rob Herring
2018-12-06
2
-14
/
+22
*
ALSA: aoa: Use device_type helpers to access the node type
Rob Herring
2018-11-19
1
-1
/
+1
*
ALSA: aoa: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-03
1
-7
/
+8
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
ALSA: aoa: constify snd_pcm_ops structures
Arvind Yadav
2017-08-19
1
-2
/
+2
*
ALSA: snd-aoa: enable sound on PowerBook G4 12"
Aaro Koskinen
2016-08-25
1
-1
/
+1
*
ALSA: aoa-soundbus: Switch to dev_pm_ops
Lars-Peter Clausen
2015-08-05
2
-30
/
+0
*
ALSA: aoa: convert bus code to use dev_groups
Quentin Lambert
2015-06-12
3
-7
/
+12
*
ALSA: aoa: constify of_device_id array
Fabian Frederick
2015-03-19
1
-1
/
+1
*
Merge branch 'topic/snd-device' into for-next
Takashi Iwai
2015-02-03
1
-1
/
+4
|
\
|
*
ALSA: pcm: Embed struct device
Takashi Iwai
2015-02-02
1
-1
/
+4
*
|
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
2015-01-28
2
-2
/
+2
*
|
ALSA: Deletion of checks before the function call "iounmap"
Markus Elfring
2015-01-04
1
-7
/
+6
*
|
ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_susp...
Markus Elfring
2015-01-04
1
-4
/
+2
|
/
*
ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas...
Markus Elfring
2014-12-03
1
-4
/
+2
*
ALSA: Use dma_zalloc_coherent
Joe Perches
2014-06-16
1
-8
/
+4
*
drivers: clean-up prom.h implicit includes
Rob Herring
2013-10-09
1
-0
/
+2
*
ALSA: snd-aoa: Add a layout entry for PowerBook6,5
Michael Ellerman
2013-05-16
1
-1
/
+2
*
ALSA: pcm_format_to_bits strong-typed conversion
Eldad Zack
2013-04-29
1
-1
/
+1
*
sound: Add module.h to the previously silent sound users
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-10
1
-5
/
+4
*
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-06
3
-3
/
+3
*
powerpc/macio: Fix probing of macio devices by using the right of match table
Benjamin Herrenschmidt
2010-06-02
1
-3
/
+5
*
arch/powerpc: Move dma_mask from of_device into pdev_archdata
Grant Likely
2010-05-22
1
-2
/
+2
*
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-05-18
4
-9
/
+9
[next]