summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: module name is unifiedKuninori Morimoto2014-05-263-9/+49
* ASoC: rsnd: remove rsnd_src_non_opsKuninori Morimoto2014-05-261-10/+10
* ASoC: rsnd: save platform_device instead of deviceKuninori Morimoto2014-05-262-3/+4
* ASoC: rsnd: DT node clean up by using the of_node_put()Kuninori Morimoto2014-05-262-4/+10
* ASoC: rsnd: Fix warnings due to improper printk formatsLaurent Pinchart2014-05-151-7/+7
* ASoC: rsnd: add DVC supportKuninori Morimoto2014-05-138-2/+376
* ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_callKuninori Morimoto2014-05-131-13/+13
* ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto2014-05-134-94/+65
* ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto2014-05-133-23/+30
* ASoC: rsnd: add rsnd_path_parse() macroKuninori Morimoto2014-05-131-21/+22
* ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-085-163/+36
* ASoC: rsnd: remove old clock style supportKuninori Morimoto2014-05-081-36/+3
*-. Merge tags 'renesas-clock-for-v3.16' and 'renesas-boards-for-v3.16' of git://...Mark Brown2014-05-0815-169/+223
|\ \
| | * ARM: shmobile: lager legacy: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-6/+6
| | * ARM: shmobile: koelsch legacy: Enable Quad SPI transfers for the SPI FLASHGeert Uytterhoeven2014-04-151-1/+1
| | * ARM: shmobile: lager: switch to use dai info for R-Car soundKuninori Morimoto2014-04-141-5/+12
| | * ARM: shmobile: bockw: switch to use dai info for R-Car soundKuninori Morimoto2014-04-141-18/+35
| | * ARM: shmobile: bockw: remove old style audio clockKuninori Morimoto2014-04-141-4/+6
| | * ARM: shmobile: Add Koelsch clock workarounds for SDHIMagnus Damm2014-04-141-0/+3
| | * ARM: shmobile: Add Lager clock workarounds for SDHI and MMCIFMagnus Damm2014-04-141-0/+3
| | * ARM: shmobile: lager-reference: Work around core clock issuesSimon Horman2014-04-141-0/+11
| | * ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: koelsch-reference: Work around core clock issuesGeert Uytterhoeven2014-04-141-0/+12
| | * ARM: shmobile: lager: Annotate clk_names with __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: koelsch: Annotate clk_names with __initconstSimon Horman2014-04-141-1/+1
| | * ARM: shmobile: Use shmobile_clk_workaround() on KoelschMagnus Damm2014-04-141-43/+28
| | * ARM: shmobile: Use shmobile_clk_workaround() on LagerMagnus Damm2014-04-141-40/+25
| * | ARM: shmobile: r8a7790: remove old style audio clockKuninori Morimoto2014-04-141-14/+10
| * | ARM: shmobile: r8a7778: remove old style audio clockKuninori Morimoto2014-04-141-13/+9
| |/
| * ARM: shmobile: r8a7791: Rename VSP1_SY clocks to VSP1_SLaurent Pinchart2014-04-142-2/+2
| * ARM: shmobile: r8a7790: Rename VSP1_(SY|RT) clocks to VSP1_(S|R)Laurent Pinchart2014-04-142-3/+3
| * ARM: shmobile: r8a7791: Fix the I2C clocks parents in legacy codeLaurent Pinchart2014-04-141-6/+6
| * ARM: shmobile: r8a7790: Fix the I2C clocks parents in legacy codeLaurent Pinchart2014-04-141-4/+4
| * ARM: shmobile: Introduce shmobile_clk_workaround()Magnus Damm2014-04-143-1/+45
| * ARM: shmobile: r8a7791: Use rcar_gen2_read_mode_pins() helperGeert Uytterhoeven2014-04-141-9/+2
|/
* Linux 3.15-rc1v3.15-rc1Linus Torvalds2014-04-131-2/+2
* mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven2014-04-131-1/+1
* cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-04-135-84/+128
|\
| * mm: slab/slub: use page->list consistently instead of page->lruDave Hansen2014-04-113-8/+9
| * mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan2014-04-011-34/+32
| * slab: fix wrongly used macroJoonsoo Kim2014-04-011-11/+11
| * slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim2014-03-271-2/+3
| * slab: Make allocations with GFP_ZERO slightly more efficientJoe Perches2014-02-081-8/+8
| * slab: make more slab management structure off the slabJoonsoo Kim2014-02-081-1/+1
| * slab: introduce byte sized index for the freelist of a slabJoonsoo Kim2014-02-081-9/+9
| * slab: restrict the number of objects in a slabJoonsoo Kim2014-02-082-0/+32
| * slab: introduce helper functions to get/set free objectJoonsoo Kim2014-02-081-7/+13
| * slab: factor out calculate nr objects in cache_estimateJoonsoo Kim2014-02-081-21/+27
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-04-126-120/+196
|\ \