platform/adaptation/renesas_rcar/renesas_kernel.git
2014-12-05 Sergei Shtylyovsh_eth: use ETH_ZLEN instead of home-grown #define
2014-12-05 Geert Uytterhoevendrivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SH...
2014-12-05 Laurent Pinchartsh: intc: Enable driver compilation with COMPILE_TEST
2014-12-05 Geert Uytterhoevenspi: rspi: Add runtime PM support, using spi core auto_...
2014-12-05 Geert Uytterhoevenspi: rspi: Fix loopback mode for Dual/Quad SPI Transfers
2014-12-05 Geert Uytterhoevenspi: rspi: Remove empty rspi_cleanup()
2014-12-05 Geert Uytterhoevenspi: rspi: Only enable interrupts when there's a need...
2014-12-05 Shimoda, Yoshihirospi: rspi: fix build error when CONFIG_OF is not set
2014-12-05 Geert Uytterhoevenspi: rspi: Add support for Quad and Dual SPI Transfers...
2014-12-05 Geert Uytterhoevenspi: rspi: Add DT support
2014-12-05 Geert Uytterhoevenspi: rspi: Use NULL as the clock ID
2014-12-05 Geert Uytterhoevenspi: rspi: Convert to clk_prepare_enable/disable_unprepare
2014-12-05 Geert Uytterhoevenspi: rspi: Add support for loopback mode
2014-12-05 Geert Uytterhoevenspi: rspi: Add support for RSPI on RZ/A1H
2014-12-05 Geert Uytterhoevenspi: rspi: Add support for more than one interrupt
2014-12-05 Geert Uytterhoevenspi: rspi: Merge qspi_send_pio() and qspi_receive_pio()
2014-12-05 Geert Uytterhoevenspi: rspi: Merge rspi_send_pio() and rspi_receive_pio()
2014-12-05 Geert Uytterhoevenspi: rspi: Abstract transfer_one() for RSPI and QSPI
2014-12-05 Geert Uytterhoevenspi: rspi: Add rspi_data_{out,in,out_in}() helpers
2014-12-05 Geert Uytterhoevenspi: rspi: Abstract 8/16-bit Data Register access
2014-12-05 Geert Uytterhoevenspi: rspi: Use core message handling
2014-12-05 Geert Uytterhoevenspi: rspi: Remove unused mesg parameter from {send...
2014-12-05 Patrick Titianothermal: rcar-thermal: update thermal zone only when...
2014-12-05 Patrick Titianothermal: rcar-thermal: fix same mask applied twice
2014-12-05 Kuninori MorimotoASoC: rsnd: call rsnd_dai_pointer_update() from outside...
2014-12-05 Ben DooksASoC: rsnd: fix clock prepare/unprepare
2014-12-05 Kuninori MorimotoASoC: rcar: bugfix: it cares about the non-src case
2014-12-05 Kuninori MorimotoASoC: rsnd: add DeviceTree support
2014-12-05 Kuninori MorimotoASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flags
2014-12-05 Kuninori MorimotoASoC: rsnd: rename scu to src
2014-12-05 Kuninori MorimotoASoC: rsnd: remove all rsnd_xxx_remove()
2014-12-05 Kuninori MorimotoASoC: rsnd: nothing to do on rsnd_dai_remove()
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod probe method on SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod probe method on SCU
2014-12-05 Kuninori MorimotoASoC: rsnd: add probe/remove callback on rsnd_mod_ops
2014-12-05 Kuninori MorimotoASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_scu_enable_ssi_irq()
2014-12-05 Kuninori MorimotoASoC: rsnd: Get correct SCU ID
2014-12-05 Kuninori MorimotoASoC: rsnd: add struct rsnd_dai_platform_info
2014-12-05 Kuninori MorimotoASoC: rsnd: share reg_field and reduce memory
2014-12-05 Kuninori MorimotoASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: remove unused SSI_CONTROL
2014-12-05 Kuninori MorimotoASoC: rsnd: use function pointer for each probe
2014-12-05 Kuninori MorimotoASoC: rsnd: use devm_clk_get() instead of clk_get()
2014-12-05 Kuninori MorimotoASoC: rsnd: get ssi/scu from rsnd_dai_stream
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod array instead of list on rdai
2014-12-05 Kuninori MorimotoASoC: rsnd: run rsnd_path_init() when probe() timing
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup RSND_SSI_xxx flags
2014-12-05 Kuninori MorimotoASoC: rsnd: unify rdai naming
2014-12-05 Kuninori MorimotoASoC: rsnd: remove verbose debug message from scu/ssi
2014-12-05 Kuninori MorimotoASoC: rsnd: remove verbose function parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: move rsnd_mod_call() macro
2014-12-05 Kuninori MorimotoASoC: rsnd: move priv member settings to upper side
2014-12-05 Kuninori MorimotoASoC: rsnd: print error if there is SRC settings mismatch
2014-12-05 Kuninori MorimotoASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert...
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup original for_each_rsnd_xxx macro
2014-12-05 Kuninori MorimotoASoC: rsnd: use device dependency clock
2014-12-05 Kuninori MorimotoASoC: rsnd: add Gen2 SRC and DMAEngine support
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_s...
2014-12-05 Kuninori MorimotoASoC: rsnd: remove SSI dependent DMAEngine callback
2014-12-05 Kuninori MorimotoASoC: rsnd: extracts Gen1/Gen2 common parts
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_ssi_is_play()
2014-12-05 Kuninori MorimotoASoC: rsnd: merge SRC clock timing/setting
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro
2014-12-05 Kuninori MorimotoASoC: rsnd: Merge macros in scu.c
2014-12-05 Kuninori MorimotoASoC: rsnd: clarify scu.c area
2014-12-05 Kuninori MorimotoASoC: rsnd: SCU should be called before SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: don't use schedule_work() when rsnd_dma_start()
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup Gen2 module naming
2014-12-05 Kuninori MorimotoASoC: rsnd: non 0 is error on probe
2014-12-05 Kuninori MorimotoASoC: rsnd: remove duplicate *priv from rsnd_dma
2014-12-05 Kuninori MorimotoASoC: rsnd: explain SRC bypass mode settings in comment
2014-12-05 Kuninori MorimotoASoC: rsnd: rename rsnd_scu_convert_rate_ctrl()
2014-12-05 Kuninori MorimotoASoC: rsnd: remove ssiu from ssi.c
2014-12-05 Kuninori MorimotoASoC: rsnd: SSI_MODE0/1 settings goes to scu.c
2014-12-05 Kuninori MorimotoASoC: rsnd: remove pin sync option
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_dai_is_clk_master() can be shared
2014-12-05 Kuninori MorimotoASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_tr...
2014-12-05 Kuninori MorimotoASoC: rsnd: remove meaningless function parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_scu_init(), and separate init...
2014-12-05 Kuninori MorimotoASoC: rsnd: control SCU ops in probe timing
2014-12-05 Kuninori MorimotoASoC: rsnd: remove meaningless rsnd_ssi_non()
2014-12-05 Kuninori MorimotoASoC: rsnd: cleanup debug information method
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup register naming of BUSIF_MODE
2014-12-05 Laurent Pinchartdrm/rcar-du: Handle encoder initialization failures
2014-12-05 Mark Brownpinctrl: Quiet logging about missing DT nodes when...
2014-12-05 Brian Norrismtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash
2014-12-05 Kuninori Morimotomtd: m25p80: add support for the Spansion s25fl008k...
2014-12-05 Axel Linmtd: m25p80: Use positive logic to check JEDEC ID
2014-12-05 Paul Gortmakermtd: delete non-required instances of include <linux...
2014-12-05 Geert Uytterhoevenmtd: m25p80: Enable Dual SPI read transfers for s25fl25...
2014-12-05 Geert Uytterhoevenmtd: m25p80: Add dual read support
2014-12-05 Geert Uytterhoevengpio: rcar: Add helper variable dev = &pdev->dev
2014-12-05 Ben Dooksclk: shmobile: clk-mstp: change to using clock-indices
2014-12-05 Ben Dooksclk: shmobile: fix setting paretn clock rate
2014-12-05 Ben Dooksclk: shmobile: rcar-gen2: fix lb/sd0/sd1/sdh clock...
2014-12-05 Wolfram Sangclk: shmobile: add CPG driver for rz-platforms
2014-12-05 Wolfram Sangclk: shmobile: div6: use proper description in kernel doc
2014-12-05 Guennadi LiakhovetskiARM: shmobile: wait for MSTP clock status to toggle...
2014-12-05 Laurent Pinchartv4l: vsp1: Update copyright notice
next