aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-04ARM: dts: fix gpio-keys wakeup-source propertybackport/v4.1.6/for-greg3backport/v4.1.6/for-gregSudeep Holla2-9/+9
2015-11-02staging: board: Migrate away from __pm_genpd_name_add_device()Geert Uytterhoeven2-2/+36
2015-11-02staging: make board support depend on OF_IRQ and CLKDEV_LOOKUPPaul Gortmaker1-1/+1
2015-11-02staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fbGeert Uytterhoeven2-1/+107
2015-11-02staging: board: Add support for devices with complex dependenciesGeert Uytterhoeven2-0/+76
2015-11-02staging: board: kzm9d: Translate hwirq numbers to virq numbersGeert Uytterhoeven1-2/+8
2015-11-02staging: board: Add support for translating hwirq to virq numbersGeert Uytterhoeven2-0/+85
2015-11-02staging: board: Initialize staging board code earlierGeert Uytterhoeven1-1/+1
2015-11-02Revert "staging: board: disable as it breaks the build"Geert Uytterhoeven1-1/+0
2015-11-02sh_eth: fix RX buffer size calculationSergei Shtylyov1-2/+2
2015-11-02sh_eth: fix RX buffer size alignmentSergei Shtylyov1-5/+5
2015-10-20i2c: rcar: enable RuntimePM before registering to the corebackport/v4.1.6/for-greg2Wolfram Sang1-3/+4
2015-10-20usb: renesas_usbhs: Add support for R-Car H3Yoshihiro Shimoda2-0/+6
2015-10-20usb: renesas_usbhs: fix build warning if 64-bit architectureYoshihiro Shimoda2-2/+2
2015-10-20usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda2-0/+5
2015-10-20usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda2-13/+5
2015-10-20spi: sh-msiof: Match renesas,rx-fifo-size in DT bindings doc with driverGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock Domain for soundGeert Uytterhoeven1-0/+1
2015-10-20ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock Domain for soundGeert Uytterhoeven1-0/+1
2015-10-20drivers: sh: Disable PM runtime for multi-platform ARM with genpdGeert Uytterhoeven1-13/+5
2015-10-20drivers: sh: Disable legacy default PM Domain on emev2Geert Uytterhoeven1-2/+1
2015-10-20PCI: rcar: Add R8A7794 supportSergei Shtylyov2-1/+3
2015-10-20pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren1-0/+3
2015-10-20pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada1-2/+1
2015-10-20irqchip/renesas-irqc: Propagate wake-up settings to parentGeert Uytterhoeven1-0/+3
2015-10-20irqchip/renesas-irqc: Use a separate lockdep classGeert Uytterhoeven1-0/+7
2015-10-20irqchip/renesas-intc-irqpin: Propagate wake-up settings to parentGeert Uytterhoeven1-0/+3
2015-10-20irqchip/renesas-intc-irqpin: Use a separate lockdep classGeert Uytterhoeven1-0/+7
2015-10-20ASoC: rsnd: Silence DMA slave ID compile warning on 64-bitGeert Uytterhoeven1-1/+1
2015-10-20ASoC: rcar ctu: Staticise local symbolsLars-Peter Clausen1-1/+1
2015-10-20ASoC: rsnd: tidyup parameter assignment positionKuninori Morimoto1-2/+5
2015-10-20ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto8-13/+333
2015-10-20ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto8-6/+236
2015-10-20ASoC: rsnd: update Audio DMA path search methodKuninori Morimoto1-35/+53
2015-10-20ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto3-24/+24
2015-10-20ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto1-3/+4
2015-10-20ASoC: rsnd: dma: add DMA name on .opsKuninori Morimoto1-1/+11
2015-10-20ASoC: rsnd: check the Gen1 at the beginning of DVC probeKuninori Morimoto1-6/+6
2015-10-20ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2-7/+8
2015-10-20ASoC: rsnd: show debug message for SSI/SRC/DVC connectionKuninori Morimoto1-0/+7
2015-10-20ASoC: rsnd: tidyup data align positionKuninori Morimoto4-15/+45
2015-10-20ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto2-0/+23
2015-10-20ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto4-6/+6
2015-10-20ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto1-11/+11
2015-10-20ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto1-4/+11
2015-10-20ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto3-31/+33
2015-10-20ASoC: rsnd: rename rsnd_path_parse/break() into add/removeKuninori Morimoto1-7/+7
2015-10-20ASoC: rsnd: enable module multi connectionKuninori Morimoto1-10/+0
2015-10-20ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto1-4/+8
2015-10-20ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto1-3/+8
2015-10-20ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2-2/+1
2015-10-20ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2-3/+1
2015-10-20ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto1-1/+1
2015-10-20ASoC: rsnd: add workaround for SRC sync convert + DVCKuninori Morimoto1-11/+32
2015-10-20ASoC: rsnd: fixup each module counter on __rsnd_mod_call()Kuninori Morimoto1-2/+2
2015-10-20ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto3-7/+6
2015-10-20ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto3-3/+3
2015-10-20ASoC: rsnd: remove unnecessary 'out of memory' message from DVCKuninori Morimoto1-3/+1
2015-10-20ASoC: rsnd: remove unnecessary 'out of memory' message from SRCKuninori Morimoto1-3/+1
2015-10-20ASoC: rsnd: remove unnecessary 'out of memory' message from SSIKuninori Morimoto1-3/+1
2015-10-20ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routingKuninori Morimoto2-4/+25
2015-10-20ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2-0/+20
2015-10-20ASoC: core: add snd_soc_of_parse_audio_prefix()Kuninori Morimoto2-0/+24
2015-10-20pinctrl: sh-pfc: r8a7794: add USB pin groupsShinobu Uehara1-0/+30
2015-10-20pinctrl: sh-pfc: Implement pinconf power-source param for voltage switchingBen Hutchings3-3/+50
2015-10-20pinctrl: sh-pfc: Remove obsolete r8a7740 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20pinctrl: sh-pfc: Remove obsolete sh73a0 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48 platform_device_id entryGeert Uytterhoeven1-1/+0
2015-10-20regmap: add regmap_write_bits()Kuninori Morimoto2-0/+32
2015-10-20regmap: add regmap_fields_force_write()Kuninori Morimoto2-0/+14
2015-10-20regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto1-8/+8
2015-10-20[media] v4l: vsp1: Don't sleep in atomic contextLaurent Pinchart2-11/+11
2015-10-20[media] v4l: vsp1: Fix plane stride and size checksLaurent Pinchart1-1/+1
2015-10-20[media] vsp1: declar vsp1_pipeline_stopped() as staticMauro Carvalho Chehab1-1/+1
2015-10-20[media] v4l: vsp1: Align crop rectangle to even boundary for YUV formatsDamian Hobson-Garcia1-0/+11
2015-10-20[media] v4l: vsp1: Fix race condition when stopping pipelineLaurent Pinchart1-3/+14
2015-10-20[media] v4l: vsp1: Fix Suspend-to-RAMSei Fumizono3-5/+83
2015-10-20[media] v4l: vsp1: Fix VI6_DPR_ROUTE_FXA_MASK macroNobuhiro Iwamatsu1-1/+1
2015-10-20[media] v4l: vsp1: Fix VI6_DPR_ROUTE_FP_MASK macroNobuhiro Iwamatsu1-1/+1
2015-10-20[media] v4l: vsp1: Fix VI6_WPF_SZCLIP_SIZE_MASK macroNobuhiro Iwamatsu1-1/+1
2015-10-20[media] media: uapi: vsp1: Use __u32 instead of u32Joe Perches1-1/+1
2015-10-20usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy1-0/+62
2015-10-20usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi1-1/+1
2015-10-20dmaengine: sort the sh MakefileVinod Koul1-2/+2
2015-10-20dmaengine: shdma: Make dummy shdma_chan_filter() always return falseGeert Uytterhoeven1-1/+4
2015-10-20pinctrl: sh-pfc: Convert to platform_get_*()Geert Uytterhoeven1-25/+21
2015-10-20pinctrl: sh-pfc: Accept standard function, pins and groups propertiesLaurent Pinchart2-18/+44
2015-10-20sh-pfc: r8a7791: remove non-existing GPIO pinsLaurent Pinchart1-2/+17
2015-10-20sh-pfc: r8a7790: remove non-existing GPIO pinsLaurent Pinchart1-2/+19
2015-10-20pinctrl: sh-pfc: r8a7794: add SDHI pin groupsShinobu Uehara1-0/+153
2015-10-20pinctrl: sh-pfc: r8a7794: add MMCIF pin groupsShinobu Uehara1-0/+46
2015-10-20pinctrl: sh-pfc: add R8A7794 PFC supportHisashi Nakamura6-0/+4022
2015-10-20pinctrl: Spelling s/reseved/reserved/Geert Uytterhoeven2-20/+20
2015-10-20pinctrl: sh-pfc: r8a7791: Add PWM pin groups and functionsYoshihiro Shimoda1-0/+125
2015-10-20pinctrl: sh-pfc: r8a7790: Add PWM pin groups and functionsYoshihiro Shimoda1-0/+101
2015-10-20pinctrl: sh-pfc: r8a73a4: Remove obsolete multi-platform checkGeert Uytterhoeven1-4/+0
2015-10-20pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentationUlrich Hecht1-1/+2
2015-10-20pinctrl: sh-pfc: Enable building of r8a7793 PFC supportUlrich Hecht2-0/+6
2015-10-20pinctrl: sh-pfc: Add r8a7793 supportUlrich Hecht3-0/+30
2015-10-20pinctrl: sh-pfc: r8a7740: Fix typo SCIFAB in commentGeert Uytterhoeven1-1/+1
2015-10-20pinctrl: sh-pfc: Remove r8a73a4 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20spi: sh-msiof: Fix FIFO size to 64 word from 256 wordKoji Matsuoka1-6/+9
2015-10-20spi: sh-msiof: Remove obsolete spi_r8a779x_msiof platform_device_id entriesGeert Uytterhoeven1-5/+0
2015-10-20mmc: tmio: Fix timeout value for command requestTakeshi Kihara1-2/+4
2015-10-20mmc: sh_mmcif: Fix suspend processKoji Matsuoka1-0/+2
2015-10-20sh_eth: propagate platform_get_irq() error upstreamSergei Shtylyov1-3/+1
2015-10-20sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu5-10/+12
2015-10-20sh/irq: Use irq accessor functions instead of open coded accessJiang Liu1-5/+7
2015-10-20clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id...Geert Uytterhoeven1-1/+0
2015-10-20clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id...Geert Uytterhoeven1-1/+0
2015-10-20ata: sata_rcar: Remove obsolete sata-r8a779* platform_device_id entriesGeert Uytterhoeven1-4/+0
2015-10-20spi: rspi: Make qspi_set_send_trigger() return "unsigned int"Geert Uytterhoeven1-2/+4
2015-10-20spi: rspi: Drop variable "error" in qspi_trigger_transfer_out_in()Geert Uytterhoeven1-7/+6
2015-10-20[media] media: rcar_vin: Reject videobufs that are too small for current formatRob Taylor1-0/+3
2015-10-20[media] media: rcar_vin: fill in bus_info fieldRob Taylor1-0/+1
2015-10-20[media] media: soc_camera: rcar_vin: Add BT.709 24-bit RGB888 input supportWilliam Towle1-2/+10
2015-10-20pinctrl: join dev_dbg strings into a single lineMasahiro Yamada1-2/+2
2015-10-20pinctrl: use dev_err() to show message in pinmux_func_name_to_selector()Masahiro Yamada1-2/+1
2015-10-20pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada1-2/+1
2015-10-20pinctrl: pinconf: pinconf_show_config() can be statickbuild test robot1-1/+1
2015-10-20pinctrl: pinconf: Fix display of configsJon Hunter1-37/+27
2015-10-20pinctrl: pinconf: Allow groups to be configured via debugfsJon Hunter1-6/+14
2015-10-20pinctrl: simplify of_pinctrl_get()Masahiro Yamada1-7/+1
2015-10-20ARM: shmobile: r8a7794 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-0/+29
2015-10-20ARM: shmobile: r8a7793 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-0/+7
2015-10-20ARM: shmobile: r8a7791 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-8/+80
2015-10-20ARM: shmobile: r8a7790 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-9/+77
2015-10-20ARM: shmobile: r8a7779 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-0/+23
2015-10-20ARM: shmobile: r8a7778 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-0/+22
2015-10-20ARM: shmobile: r7s72100 dtsi: Add CPG/MSTP Clock DomainGeert Uytterhoeven1-0/+19
2015-10-20ARM: shmobile: sh73a0 dtsi: Add missing "gpio-ranges" to gpio nodeGeert Uytterhoeven1-0/+3
2015-10-20ARM: shmobile: r8a7740 dtsi: Add missing "gpio-ranges" to gpio nodeGeert Uytterhoeven1-0/+1
2015-10-20ARM: shmobile: r8a73a4 dtsi: Add missing "gpio-ranges" to gpio nodeGeert Uytterhoeven1-0/+7
2015-10-20ARM: shmobile: r8a7794: add MMCIF DT supportSergei Shtylyov1-0/+11
2015-10-20ARM: shmobile: silk: initial device treeSergei Shtylyov2-0/+52
2015-10-20ARM: shmobile: r8a7794: add PFC DT supportSergei Shtylyov1-0/+6
2015-10-20ARM: shmobile: r8a7791: Add JPU device node.Mikhail Ulyanov1-0/+7
2015-10-20ARM: shmobile: r8a7790: Add JPU device node.Mikhail Ulyanov1-0/+7
2015-10-20ARM: shmobile: r8a7779: Remove legacy SoC codeMagnus Damm5-968/+4
2015-10-20ARM: shmobile: marzen: Remove legacy board codeMagnus Damm5-358/+1
2015-10-20ARM: shmobile: r8a7779: Cleanup header fileMagnus Damm3-4/+2
2015-10-20ARM: shmobile: marzen-reference: Remove C board codeMagnus Damm3-66/+1
2015-10-20ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfigSimon Horman1-0/+1
2015-10-20ARM: shmobile: r8a7791: Add Audio MIX support on DTSIKuninori Morimoto1-0/+7
2015-10-20ARM: shmobile: r8a7791: Add Audio CTU support on DTSIKuninori Morimoto2-0/+18
2015-10-20ARM: shmobile: r8a7790: Add Audio MIX support on DTSIKuninori Morimoto1-0/+7
2015-10-20ARM: shmobile: r8a7790: Add Audio CTU support on DTSIKuninori Morimoto2-0/+18
2015-10-20ARM: shmobile: lager: Fix adv7511 IRQ sensingLaurent Pinchart1-1/+1
2015-10-20ARM: shmobile: Remove marzen_defconfigMagnus Damm1-124/+0
2015-10-20ARM: shmobile: defconfig: add Renesas DPCM Sound CardKuninori Morimoto1-0/+1
2015-10-20ARM: shmobile: koelsch: add sound label on DTSKuninori Morimoto1-1/+1
2015-10-20ARM: shmobile: lager: add sound label on DTSKuninori Morimoto1-1/+1
2015-10-20ARM: shmobile: emev2: kzm9d: enable IIC bussesWolfram Sang1-0/+8
2015-10-20ARM: shmobile: emev2: add IIC cores to dtsiWolfram Sang1-0/+48
2015-10-20ARM: shmobile: r8a7779: Generic SMP opsMagnus Damm1-0/+1
2015-10-20ARM: shmobile: r8a7779: Generic CCF and timer supportMagnus Damm1-0/+12
2015-10-20ARM: shmobile: apmu: silence build warningsWolfram Sang1-2/+2
2015-10-20ARM: shmobile: gose: enable R-Car Gen2 regulator quirkUlrich Hecht3-1/+4
2015-10-20ARM: shmobile: Basic r8a7793 SoC supportUlrich Hecht3-0/+38
2015-10-20ARM: shmobile: r8a7790: Make struct rcar_sysc_ch constGeert Uytterhoeven1-2/+2
2015-10-20ARM: shmobile: r8a7779: Make struct rcar_sysc_ch constGeert Uytterhoeven2-7/+8
2015-10-20ARM: shmobile: R-Car: Get rid of on_off_fn() function pointerGeert Uytterhoeven1-17/+14
2015-10-20ARM: shmobile: R-Car: Use BIT() macro instead of open codingGeert Uytterhoeven1-5/+5
2015-10-20ARM: shmobile: R-Car: Make struct rcar_sysc_ch * parameters constGeert Uytterhoeven2-11/+11
2015-10-20ARM: shmobile: R-Car: Break infinite loopGeert Uytterhoeven1-2/+14
2015-10-20ARM: shmobile: R-Car: Shrink rcar_sysc_ch sizeGeert Uytterhoeven1-3/+3
2015-10-20ARM: shmobile: R-Car: Improve documentationGeert Uytterhoeven1-14/+32
2015-10-20ARM: shmobile: r8a7779: Configure IRLM mode via DTMagnus Damm1-2/+3
2015-10-20ARM: shmobile: r8a7794 dtsi: Use "arm,gic-400" for GICGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: r8a7793 dtsi: Use "arm,gic-400" for GICGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: r8a7791 dtsi: Use "arm,gic-400" for GICGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: r8a7790 dtsi: Use "arm,gic-400" for GICGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: r8a73a4 dtsi: Use "arm,gic-400" for GICGeert Uytterhoeven1-1/+1
2015-10-20ARM: shmobile: armadillo800eva dts: Add pinctrl and gpio-hog for lcdc0Geert Uytterhoeven1-0/+13
2015-10-20ARM: shmobile: r8a7790: add EtherAVB DT supportSergei Shtylyov1-0/+10
2015-10-20ARM: shmobile: r8a7790: add EtherAVB clocksSergei Shtylyov2-4/+7
2015-10-20ARM: shmobile: r8a7793: add minimal Gose board device treeUlrich Hecht2-0/+64
2015-10-20ARM: shmobile: add r8a7793 minimal SoC device treeUlrich Hecht2-0/+531
2015-10-20ARM: shmobile: Enable gose board in multiplatform defconfigSimon Horman1-0/+1
2015-10-20ARM: shmobile: timer: r8a73a4 and r8a7790 are multi-platform onlyGeert Uytterhoeven1-12/+0
2015-10-20ARM: shmobile: R-Car Gen2: CONFIG_ARCH_SHMOBILE_MULTI is always setGeert Uytterhoeven1-2/+0
2015-10-20ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven4-197/+0
2015-10-20ARM: shmobile: R-Mobile: Remove legacy PM Domain codeGeert Uytterhoeven2-63/+0
2015-10-20ARM: shmobile: Remove unused dma-register.hGeert Uytterhoeven1-84/+0
2015-10-20ARM: shmobile: Remove legacy SoC code for R-Mobile A1Geert Uytterhoeven6-1546/+4
2015-10-20ARM: shmobile: Drop r8a7740-armadillo800eva.dtb for legacy buildsGeert Uytterhoeven1-1/+0
2015-10-20ARM: shmobile: Remove legacy armadillo800eva_defconfigGeert Uytterhoeven2-163/+0
2015-10-20ARM: shmobile: Remove legacy board code for Armadillo-800 EVAGeert Uytterhoeven4-1376/+0
2015-10-20ARM: shmobile: Remove legacy SoC code for SH-Mobile AG5Geert Uytterhoeven7-1624/+2
2015-10-20ARM: shmobile: Drop sh73a0-kzm9g.dtb for legacy buildsGeert Uytterhoeven1-2/+1
2015-10-20ARM: shmobile: Remove legacy kzm9g_defconfigGeert Uytterhoeven2-155/+0
2015-10-20ARM: shmobile: Remove legacy board code for KZM-A9-GTGeert Uytterhoeven7-1678/+0
2015-10-20ARM: shmobile: r8a7779: Remove GENPD_FLAG_PM_CLK flagGeert Uytterhoeven1-1/+0
2015-10-20ARM: shmobile: R-Mobile: Use BIT() macro instead of open codingGeert Uytterhoeven1-2/+2
2015-10-20ARM: shmobile: R-Mobile: Move to_rmobile_pd from header to source fileGeert Uytterhoeven2-6/+6
2015-10-20irqchip/renesas-irqc: Make use of irq_find_mapping()Magnus Damm1-7/+4
2015-10-20irqchip/renesas-irqc: Use linear IRQ domainMagnus Damm1-2/+2
2015-10-20irqchip/renesas-irqc: Get rid of IRQF_VALIDMagnus Damm1-1/+0
2015-10-20gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht2-0/+5
2015-10-20gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven1-4/+16