summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-28ASoC: rsnd: remove useless debug messageKuninori Morimoto6-70/+2
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto5-10/+76
2015-03-27ASoC: rsrc-card: add .be_hw_params_fixup support for convert rateKuninori Morimoto2-2/+26
2015-03-27ASoC: rsrc-card: add Renesas sampling rate convert sound card supportKuninori Morimoto4-1/+564
2015-03-24ASoC: rsnd: Fix duplicate const for DVC ramp ratesKrzysztof Kozlowski1-1/+1
2015-03-22ASoC: rsnd: add dai_link stream nameKuninori Morimoto2-0/+9
2015-03-22ASoC: rsnd: show debug info for sampling rate convertKuninori Morimoto1-0/+2
2015-03-22ASoC: rsnd: tidyup error message formatKuninori Morimoto1-1/+1
2015-03-22ASoC: rsnd: no more SRC restart when unusual situationKuninori Morimoto1-3/+7
2015-03-22ASoC: rsnd: no more SSI restart when unusual situationKuninori Morimoto1-3/+6
2015-03-22ASoC: rsnd: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-11ASoC: rsnd: add regmap_config::name for debugfsKuninori Morimoto1-0/+1
2015-03-11ASoC: rsnd: recover PIO mode for new dma interfaceKuninori Morimoto1-1/+18
2015-03-11ASoC: rsnd: Use %pad to print dma_addr_t in rsnd_dmapp_init()Geert Uytterhoeven1-2/+2
2015-03-07ASoC: rsnd: add sample code of reg-namesKuninori Morimoto1-1/+3
2015-03-07ASoC: rsnd: add sample code of dma entryKuninori Morimoto1-3/+57
2015-03-07ASoC: rsnd: add sample code of missing clocksKuninori Morimoto1-0/+21
2015-03-07ASoC: rsnd: add sample code of rcar_sound,src irqKuninori Morimoto1-10/+30
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto6-49/+95
2015-03-07ASoC: rsnd: dvc: add rsnd_dvc_of_node()Kuninori Morimoto1-0/+3
2015-03-07ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto1-1/+4
2015-03-07ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto1-1/+3
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto3-2/+3
2015-03-07ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto2-17/+39
2015-03-07ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto2-4/+2
2015-03-07ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto2-3/+0
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto3-2/+221
2015-03-07ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto2-25/+65
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto3-116/+117
2015-03-07ASoC: rsnd: add dma.c for Audio DMAC / Audio DMAC peri periKuninori Morimoto3-219/+232
2015-03-07ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto2-5/+12
2015-03-07ASoC: rsnd: enable to get resource by nameKuninori Morimoto1-10/+13
2015-03-07ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto1-1/+2
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto4-7/+5
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto4-10/+0
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto4-19/+5
2015-03-07ASoC: rsnd: remove SH-DMA-BASE specific implementationKuninori Morimoto2-2/+0
2015-03-07dmaengine: export symbol of of_dma_request_slave_channel()Kuninori Morimoto1-0/+1
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1