summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-22ASoC: rsnd: no more SSI restart when unusual situationKuninori Morimoto
2015-03-22ASoC: rsnd: constify of_device_id arrayFabian Frederick
2015-03-11ASoC: rsnd: add regmap_config::name for debugfsKuninori Morimoto
2015-03-11ASoC: rsnd: recover PIO mode for new dma interfaceKuninori Morimoto
2015-03-11ASoC: rsnd: Use %pad to print dma_addr_t in rsnd_dmapp_init()Geert Uytterhoeven
2015-03-07ASoC: rsnd: add sample code of reg-namesKuninori Morimoto
2015-03-07ASoC: rsnd: add sample code of dma entryKuninori Morimoto
2015-03-07ASoC: rsnd: add sample code of missing clocksKuninori Morimoto
2015-03-07ASoC: rsnd: add sample code of rcar_sound,src irqKuninori Morimoto
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto
2015-03-07ASoC: rsnd: dvc: add rsnd_dvc_of_node()Kuninori Morimoto
2015-03-07ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto
2015-03-07ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto
2015-03-07ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto
2015-03-07ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto
2015-03-07ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto
2015-03-07ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto
2015-03-07ASoC: rsnd: add dma.c for Audio DMAC / Audio DMAC peri periKuninori Morimoto
2015-03-07ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto
2015-03-07ASoC: rsnd: enable to get resource by nameKuninori Morimoto
2015-03-07ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove SH-DMA-BASE specific implementationKuninori Morimoto
2015-03-07dmaengine: export symbol of of_dma_request_slave_channel()Kuninori Morimoto
2015-02-22Linux 4.0-rc1Linus Torvalds
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells
2015-02-22VFS: Add a whiteout dentry typeDavid Howells
2015-02-22VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells