packaging: fix gummiboot missing args
[platform/kernel/linux-stable.git] / sound / soc / sh / rcar /
2015-02-04 Lars-Peter ClausenASoC: rcar: Use && instead of & for boolean expressions
2015-02-04 Kuninori MorimotoASoC: rsnd: enable Mute control on DVC
2015-02-04 Kuninori MorimotoASoC: rsnd: tidyup DVC control method
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behavior
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup pcm_new callback method
2015-02-04 Kuninori MorimotoASoC: rsnd: add missing dev_dbg() in rsnd_bset()
2015-02-04 Kuninori MorimotoASoC: rsnd: care audio local bus data format consistency
2015-02-04 Kuninori MorimotoASoC: rsnd: care detail of SRC_BSDSR
2015-02-04 Kuninori MorimotoASoC: rsnd: use regmap_mmio instead of original regmap bus
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup dai remove callback operation
2015-02-04 Kuninori MorimotoASoC: rsnd: add missing src/dst_addr_width for DMAEngine
2015-02-04 Kuninori MorimotoASoC: rsnd: add DT support to DVC
2015-02-04 Kuninori MorimotoASoC: rsnd: DMA start address is properly used for...
2015-02-04 Kuninori MorimotoASoC: rsnd: DMA cleanup for flexible SSI/SRC selection
2015-02-04 Kuninori MorimotoASoC: rsnd: enable DVC when capture
2015-02-04 Kuninori MorimotoASoC: rsnd: use dmaengine_prep_dma_cyclic() instead...
2015-02-04 Kuninori MorimotoASoC: rsnd: SSI + DMA can select BUSIF
2015-02-04 Lars-Peter ClausenASoC: rcar: Fix dma direction type
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup loop exit timing of dma name search
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup index of src/dst mod when capture
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addr
2015-02-04 Kuninori MorimotoASoC: rsnd: care DMA slave channel name for DT
2015-02-04 Kuninori MorimotoASoC: rsnd: module name is unified
2015-02-04 Kuninori MorimotoASoC: rsnd: remove rsnd_src_non_ops
2015-02-04 Kuninori MorimotoASoC: rsnd: save platform_device instead of device
2015-02-04 Kuninori MorimotoASoC: rsnd: DT node clean up by using the of_node_put()
2015-02-04 Laurent PinchartASoC: rsnd: Fix warnings due to improper printk formats
2015-02-04 Kuninori MorimotoASoC: rsnd: add DVC support
2015-02-04 Kuninori MorimotoASoC: rsnd: enable to use multi parameter on rsnd_dai_c...
2015-02-04 Kuninori MorimotoASoC: rsnd: remove duplicate parameter from rsnd_mod_ops
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_get_adinr()
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_path_parse() macro
2015-02-04 Kuninori MorimotoASoC: rsnd: remove compatibility code
2015-02-04 Kuninori MorimotoASoC: rsnd: remove old clock style support
2015-02-04 Kuninori MorimotoASoC: rsnd: call rsnd_dai_pointer_update() from outside...
2015-02-04 Ben DooksASoC: rsnd: fix clock prepare/unprepare
2015-02-04 Kuninori MorimotoASoC: rcar: bugfix: it cares about the non-src case
2015-02-04 Kuninori MorimotoASoC: rsnd: add DeviceTree support
2015-02-04 Kuninori MorimotoASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flags
2015-02-04 Kuninori MorimotoASoC: rsnd: rename scu to src
2015-02-04 Kuninori MorimotoASoC: rsnd: remove all rsnd_xxx_remove()
2015-02-04 Kuninori MorimotoASoC: rsnd: nothing to do on rsnd_dai_remove()
2015-02-04 Kuninori MorimotoASoC: rsnd: use mod probe method on SSI
2015-02-04 Kuninori MorimotoASoC: rsnd: use mod probe method on SCU
2015-02-04 Kuninori MorimotoASoC: rsnd: add probe/remove callback on rsnd_mod_ops
2015-02-04 Kuninori MorimotoASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_scu_enable_ssi_irq()
2015-02-04 Kuninori MorimotoASoC: rsnd: Get correct SCU ID
2015-02-04 Kuninori MorimotoASoC: rsnd: add struct rsnd_dai_platform_info
2015-02-04 Kuninori MorimotoASoC: rsnd: share reg_field and reduce memory
2015-02-04 Kuninori MorimotoASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter
2015-02-04 Kuninori MorimotoASoC: rsnd: remove unused SSI_CONTROL
2015-02-04 Kuninori MorimotoASoC: rsnd: use function pointer for each probe
2015-02-04 Kuninori MorimotoASoC: rsnd: use devm_clk_get() instead of clk_get()
2015-02-04 Kuninori MorimotoASoC: rsnd: get ssi/scu from rsnd_dai_stream
2015-02-04 Kuninori MorimotoASoC: rsnd: use mod array instead of list on rdai
2015-02-04 Kuninori MorimotoASoC: rsnd: run rsnd_path_init() when probe() timing
2015-02-04 Kuninori MorimotoASoC: rsnd: unify rdai naming
2015-02-04 Kuninori MorimotoASoC: rsnd: remove verbose debug message from scu/ssi
2015-02-04 Kuninori MorimotoASoC: rsnd: remove verbose function parameter
2015-02-04 Kuninori MorimotoASoC: rsnd: move rsnd_mod_call() macro
2015-02-04 Kuninori MorimotoASoC: rsnd: move priv member settings to upper side
2015-02-04 Kuninori MorimotoASoC: rsnd: print error if there is SRC settings mismatch
2015-02-04 Kuninori MorimotoASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert...
2015-02-04 Kuninori MorimotoASoC: rsnd: tidyup original for_each_rsnd_xxx macro
2015-02-04 Kuninori MorimotoASoC: rsnd: use device dependency clock
2015-02-04 Kuninori MorimotoASoC: rsnd: add Gen2 SRC and DMAEngine support
2015-02-04 Kuninori MorimotoASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_s...
2015-02-04 Kuninori MorimotoASoC: rsnd: remove SSI dependent DMAEngine callback
2015-02-04 Kuninori MorimotoASoC: rsnd: extracts Gen1/Gen2 common parts
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_ssi_is_play()
2015-02-04 Kuninori MorimotoASoC: rsnd: merge SRC clock timing/setting
2015-02-04 Kuninori MorimotoASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro
2015-02-04 Kuninori MorimotoASoC: rsnd: Merge macros in scu.c
2015-02-04 Kuninori MorimotoASoC: rsnd: clarify scu.c area
2015-02-04 Kuninori MorimotoASoC: rsnd: SCU should be called before SSI
2015-02-04 Kuninori MorimotoASoC: rsnd: don't use schedule_work() when rsnd_dma_start()
2015-02-04 Kuninori MorimotoASoC: rsnd: fixup Gen2 module naming
2015-02-04 Kuninori MorimotoASoC: rsnd: non 0 is error on probe
2015-02-04 Kuninori MorimotoASoC: rsnd: remove duplicate *priv from rsnd_dma
2015-02-04 Kuninori MorimotoASoC: rsnd: explain SRC bypass mode settings in comment
2015-02-04 Kuninori MorimotoASoC: rsnd: rename rsnd_scu_convert_rate_ctrl()
2015-02-04 Kuninori MorimotoASoC: rsnd: remove ssiu from ssi.c
2015-02-04 Kuninori MorimotoASoC: rsnd: SSI_MODE0/1 settings goes to scu.c
2015-02-04 Kuninori MorimotoASoC: rsnd: remove pin sync option
2015-02-04 Kuninori MorimotoASoC: rsnd: rsnd_dai_is_clk_master() can be shared
2015-02-04 Kuninori MorimotoASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_tr...
2015-02-04 Kuninori MorimotoASoC: rsnd: remove meaningless function parameter
2015-02-04 Kuninori MorimotoASoC: rsnd: add rsnd_scu_init(), and separate init...
2015-02-04 Kuninori MorimotoASoC: rsnd: control SCU ops in probe timing
2015-02-04 Kuninori MorimotoASoC: rsnd: remove meaningless rsnd_ssi_non()
2015-02-04 Kuninori MorimotoASoC: rsnd: cleanup debug information method
2015-02-04 Kuninori MorimotoASoC: rsnd: tidyup register naming of BUSIF_MODE
2014-12-06 Kuninori MorimotoASoC: rsnd: remove unsupported PAUSE flag
2014-03-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-03-07 Linus TorvaldsMerge tag 'stable/for-linus-3.14-rc5-tag' of git:/...
2014-03-07 Linus TorvaldsMerge tag 'for-linus' of git://linux-c6x.org/git/projec...
2014-03-06 Dave AirlieMerge branch 'drm-armada-fixes' of git://ftp.arm.linux...
next