Age | Commit message (Expand) | Author | Files | Lines |
2018-12-06 | ALSA: aoa: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -2/+2 |
2017-08-19 | ALSA: ppc: constify snd_pcm_ops structures | Arvind Yadav | 1 | -2/+2 |
2017-08-17 | ALSA: ppc: make snd_pcm_hardware const | Bhumika Goyal | 1 | -2/+2 |
2016-02-06 | PCI: Remove includes of asm/pci-bridge.h | Bjorn Helgaas | 1 | -1/+0 |
2015-03-23 | powerpc: Move Power Macintosh drivers to generic byteswappers | David Gibson | 1 | -29/+29 |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 1 | -1/+1 |
2015-01-04 | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring | 1 | -10/+5 |
2014-11-17 | ALSA: powermac: Deletion of an unnecessary check before the function call "pc... | Markus Elfring | 1 | -2/+1 |
2014-06-26 | of: Migrate of_find_node_by_name() users to for_each_node_by_name() | Grant Likely | 1 | -3/+3 |
2013-10-10 | drivers: clean-up prom.h implicit includes | Rob Herring | 1 | -0/+2 |
2012-12-07 | ALSA: ppc: remove __dev* attributes | Bill Pemberton | 1 | -6/+6 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -6/+3 |
2011-02-28 | ALSA: powermac - Allow input from microphone on Tumbler | Risto Suominen | 1 | -1/+5 |
2010-11-22 | ALSA: sound/ppc: Use printf extension %pR for struct resource | Joe Perches | 1 | -8/+4 |
2010-02-09 | of: add 'of_' prefix to machine_is_compatible() | Grant Likely | 1 | -9/+9 |
2009-06-03 | ALSA: powermac - Replace the rest of __init* | Takashi Iwai | 1 | -2/+2 |
2009-06-03 | ALSA: sound/ppc: update annotations of serveral functions | Stephen Rothwell | 1 | -4/+4 |
2009-03-09 | ALSA: powermac - Add missing KERN_* prefix to printk | Takashi Iwai | 1 | -4/+4 |
2009-03-09 | ALSA: powermac - Allow input from mic in iBook G3 Dual-USB | Risto Suominen | 1 | -1/+2 |
2008-11-18 | ALSA: snd-powermac: enable mic on iMac G4 | Risto Suominen | 1 | -1/+1 |
2008-04-24 | [ALSA] snd-powermac: style pmac.c | Risto Suominen | 1 | -2/+2 |
2008-04-24 | [ALSA] snd-powermac: enable headphone detection | Risto Suominen | 1 | -3/+3 |
2008-01-31 | [ALSA] snd-powermac: handle dead DMA transfers | T. H. Huth | 1 | -5/+102 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 1 | -1/+0 |
2008-01-31 | [ALSA] powermac - Check value range in ctl callbacks | Takashi Iwai | 1 | -1/+1 |
2007-10-16 | [ALSA] pcm: add snd_pcm_rate_to_rate_bit() helper | Clemens Ladisch | 1 | -26/+5 |
2007-10-16 | [ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy... | Clemens Ladisch | 1 | -3/+0 |
2007-10-16 | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 1 | -23/+0 |
2007-06-19 | [POWERPC] Fix snd-powermac refcounting bugs | Benjamin Herrenschmidt | 1 | -3/+5 |
2007-05-07 | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 1 | -7/+7 |
2007-04-24 | [POWERPC] Remove old interface find_devices | Stephen Rothwell | 1 | -10/+17 |
2007-04-12 | [POWERPC] Rename get_property to of_get_property: sound | Stephen Rothwell | 1 | -7/+7 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -3/+3 |
2006-07-03 | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 1 | -19/+14 |
2006-07-02 | [PATCH] powermac: Fix some 64b resource damage | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in sound drivers | Greg Kroah-Hartman | 1 | -6/+8 |
2006-06-22 | [ALSA] snd-powermac: no longer handle anything with a layout-id property | Johannes Berg | 1 | -36/+8 |
2006-03-28 | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-02-08 | [PATCH] powerpc: Fix sound driver use of i2c | Benjamin Herrenschmidt | 1 | -1/+2 |
2006-02-01 | [PATCH] sound/ppc/pmac.c typo | Benjamin Herrenschmidt | 1 | -1/+1 |
2006-01-09 | [PATCH] powerpc: Remove device_node addrs/n_addr | Benjamin Herrenschmidt | 1 | -37/+63 |
2006-01-03 | [ALSA] powermac - Revert the last addition for 17' powerbook | Takashi Iwai | 1 | -1/+0 |
2006-01-03 | [ALSA] snd_powermac: Add ID for Spring 2005 17' Powerbook | Kyle Moffett | 1 | -4/+5 |
2006-01-03 | [ALSA] powermac - Use platform_device | Takashi Iwai | 1 | -73/+6 |
2006-01-03 | [ALSA] Remove xxx_t typedefs: PowerMac | Takashi Iwai | 1 | -98/+104 |
2006-01-03 | [ALSA] Remove superfluous pcm_free callbacks | Takashi Iwai | 1 | -6/+0 |
2005-11-04 | [ALSA] Remove snd_runtime_check() macro | Takashi Iwai | 1 | -6/+10 |
2005-10-07 | [ALSA] Add iBook 1.33GHz support | Takashi Iwai | 1 | -0/+1 |
2005-09-12 | [ALSA] Replace with kzalloc() - others | Takashi Iwai | 1 | -1/+1 |
2005-09-12 | [ALSA] Correct detection of iBook G4 1420Mhz soundcard | Vincent Pelletier | 1 | -0/+1 |