index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
mpu401
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2025-09-01
ALSA: mpu401: Use guard() for spin locks
Takashi Iwai
-30
/
+11
2025-07-11
ALSA: mpu401: Use safer strscpy() instead of strcpy()
Takashi Iwai
-2
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2024-08-08
ALSA: mpu401_uart: Use standard print API
Takashi Iwai
-14
/
+17
2024-08-08
ALSA: mpu401: Use standard print API
Takashi Iwai
-8
/
+8
2024-05-08
ALSA: drivers: Use *-y instead of *-objs in Makefile
Takashi Iwai
-2
/
+2
2021-07-19
ALSA: mpu401: Allocate resources with device-managed APIs
Takashi Iwai
-29
/
+5
2021-06-09
ALSA: mpu401: Fix assignment in if condition
Takashi Iwai
-9
/
+19
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
-32
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2018-08-03
ALSA: drivers: Remove empty init and exit
Takashi Iwai
-16
/
+0
2017-10-24
ALSA: drivers: Convert timers to use timer_setup()
Kees Cook
-4
/
+3
2017-08-17
ALSA: drivers: mpu401: constify pnp_device_id
Arvind Yadav
-1
/
+1
2017-08-12
ALSA: mpu401: Adjust four checks for null pointers
Markus Elfring
-4
/
+4
2017-08-12
ALSA: mpu401: Use common error handling code in snd_mpu401_uart_new()
Markus Elfring
-6
/
+9
2017-08-12
ALSA: mpu401: Delete an error message for a failed memory allocation in snd_m...
Markus Elfring
-1
/
+0
2017-04-20
Annotate hardware config module parameters in sound/drivers/
David Howells
-2
/
+2
2017-01-12
ALSA: drivers: Constify snd_rawmidi_ops
Takashi Iwai
-2
/
+2
2015-01-28
ALSA: Include linux/io.h instead of asm/io.h
Takashi Iwai
-1
/
+1
2015-01-19
ALSA: mpu401: Use setup_timer() and mod_timer()
Takashi Iwai
-7
/
+4
2014-10-20
ALSA: drivers: mpu401: drop owner assignment from platform_drivers
Wolfram Sang
-1
/
+0
2014-02-12
ALSA: drivers: Convert to snd_card_new() with a device pointer
Takashi Iwai
-6
/
+6
2013-05-23
ALSA: mpu401: Remove redundant platform_set_drvdata()
Sachin Kamat
-1
/
+0
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
-1
/
+5
2012-12-07
ALSA: drivers: remove __dev* attributes
Bill Pemberton
-9
/
+9
2012-07-25
ALSA: mpu401: Fix missing initialization of irq field
Takashi Iwai
-0
/
+1
2012-07-02
ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions
Takashi Iwai
-1
/
+2
2011-12-19
ALSA: module_param: make bool parameters really bool
Rusty Russell
-3
/
+3
2011-10-31
sound: Add module.h to the previously silent sound users
Paul Gortmaker
-0
/
+1
2011-10-31
sound: fix drivers needing module.h not moduleparam.h
Paul Gortmaker
-1
/
+1
2011-09-22
sound: irq: Remove IRQF_DISABLED
Yong Zhang
-1
/
+1
2011-09-14
ALSA: mpu401: clean up interrupt specification
Clemens Ladisch
-12
/
+11
2009-01-12
ALSA: Convert to snd_card_create() in other sound/*
Takashi Iwai
-3
/
+3
2008-04-29
[ALSA] Add MPU401_INFO_NO_ACK bitflag
Takashi Iwai
-1
/
+1
2008-04-24
[ALSA] Define MPU401 registers in sound/mpu401_uart.h
Takashi Iwai
-6
/
+4
2008-04-24
[ALSA] mpu401: reduce tx loop timeout
Clemens Ladisch
-6
/
+7
2008-01-31
[ALSA] Remove sound/driver.h
Takashi Iwai
-2
/
+0
2007-11-19
[ALSA] mpu401: fix recursive locking in timer
Clemens Ladisch
-4
/
+8
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
-5
/
+5
2007-10-16
[ALSA] mpu-401: remove MPU401_INFO_UART_ONLY flag
Clemens Ladisch
-4
/
+5
2007-10-16
[ALSA] mpu-401: do not require an ACK byte for the ENTER_UART command
Clemens Ladisch
-1
/
+1
2007-07-20
[ALSA] more section mismatches
Randy Dunlap
-1
/
+1
2007-05-11
[ALSA] mpu401 - Add MPU401_INFO_UART_ONLY bitflag
Takashi Iwai
-10
/
+20
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
-6
/
+2
2006-09-23
[ALSA] Deprecate snd_card_free_in_thread()
Takashi Iwai
-1
/
+1
2006-07-02
[PATCH] irq-flags: sound: Use the new IRQF_ constants
Thomas Gleixner
-1
/
+1
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in sound drivers
Greg Kroah-Hartman
-2
/
+3
[next]