linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-17 23:39:48 to 2019-03-22 02:31:36 UTC [more...]

[PATCH 1/3] PCI: rcar: Replace unsigned long with u32 for register values
 2019-03-22  2:30 UTC  (19+ messages)
` [PATCH 2/3] PCI: rcar: Allow 64bit MSI addresses
` [PATCH 3/3] PCI: rcar: Clean up debug messages

[PATCH/RFT] thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluation
 2019-03-21 20:47 UTC 

[PATCH] ARM: dts: ape6evm: Add NOR FLASH
 2019-03-21 16:37 UTC  (2+ messages)

[PATCH] pinctrl: rza1: Remove unneeded spinlock acquisitions
 2019-03-21 14:24 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: rskrza1: Add I2C and remaining LEDs
 2019-03-21 12:28 UTC  (7+ messages)
` [PATCH 1/2] ARM: dts: rskrza1: Add I2C support
` [PATCH 2/2] ARM: dts: rskrza1: Add remaining LEDs

[PATCH RFT] mmc: renesas_sdhi: limit block count to 16 bit for old revisions
 2019-03-21 10:46 UTC  (4+ messages)

[PATCH RFC] gpio: pca953x: Configure wake-up path when wake-up is enabled
 2019-03-21 10:25 UTC  (2+ messages)

[PATCH 1/3] rtc: sh: stop resetting time to epoch
 2019-03-21 10:22 UTC  (6+ messages)
` [PATCH 2/3] rtc: sh: fix possible race condition
` [PATCH 3/3] rtc: sh: set range

[PATCH 1/2] rtc: da9063: set range
 2019-03-21 10:15 UTC  (2+ messages)
` [PATCH 2/2] rtc: da9063: switch to rtc_time64_to_tm/rtc_tm_to_time64

[PATCH v2 0/2] gpio: pca953x: Add support for CAT9554
 2019-03-21  9:21 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: pca953x: Document onnn,cat9554
` [PATCH v2 2/2] gpio: pca953x: Add support for CAT9554

[PATCH] gpio: pca953x: Add support for CAT9554
 2019-03-21  9:03 UTC  (2+ messages)

[PATCH] dt-bindings: at24: add Renesas R1EX24016
 2019-03-21  8:58 UTC  (2+ messages)

[PATCH 1/2] PCI: rcar: Clean up remaining macros defining bits
 2019-03-21  3:20 UTC  (8+ messages)
` [PATCH 2/2] PCI: rcar: Replace unsigned long with u32 in register accessors

[RFC 0/5] media: Implement negotiation of CSI-2 data lanes
 2019-03-21  0:51 UTC  (11+ messages)
` [RFC 1/5] v4l: subdev: Add MIPI CSI-2 PHY to frame desc
` [RFC 5/5] media: rcar-csi2: Configure CSI-2 with "

[PATCH] mmc: renesas_sdhi: set CBSY flag before probing TMIO host
 2019-03-20 20:14 UTC  (5+ messages)

[PATCH 0/4] da9063: convert to SPDX
 2019-03-20 19:19 UTC  (11+ messages)
` [PATCH 1/4] mfd: da9063: convert headers "
` [PATCH 2/4] regulator: da9063: convert header "
` [PATCH 3/4] input: da9063_onkey: "
` [PATCH 4/4] rtc: da9063: "

Applied "regulator: gpio: Reword the binding document" to the regulator tree
 2019-03-20 17:29 UTC 

[PATCH 1/1] spi: mxic: simplify getting .driver_data
 2019-03-20 17:30 UTC  (2+ messages)
` Applied "spi: mxic: simplify getting .driver_data" to the spi tree

[PATCH 0/3] i2c: rcar: make DMA more robust
 2019-03-20 17:20 UTC  (7+ messages)
` [PATCH 1/3] i2c: rcar: sanity check for minimal DMA length
` [PATCH 2/3] i2c: rcar: let DMA enable routine return success status
` [PATCH 3/3] i2c: rcar: wait for data empty before starting DMA

[PATCH v3 00/31] v4l: add support for multiplexed streams
 2019-03-20 17:14 UTC  (7+ messages)
` [PATCH v3 26/31] adv748x: csi2: add internal routing configuration

[PATCH v5 0/2] i2c: designware: Add support for a bus clock
 2019-03-20 16:58 UTC  (5+ messages)
` [PATCH v5 1/2] dt: snps,designware-i2c: Add clock bindings documentation
` [PATCH v5 2/2] i2c: designware: Add support for an interface clock

[PATCH] i2c: riic: Add Runtime PM support
 2019-03-20 16:20 UTC  (2+ messages)

[PATCH] pinctrl: sh-pfc: Improve PINMUX_IPSR_PHYS() documentation
 2019-03-20 14:41 UTC  (2+ messages)

[PATCH 1/1] staging: media: imx: imx7-mipi-csis: simplify getting .driver_data
 2019-03-20 14:40 UTC  (2+ messages)

[PATCH v3] pwm: Fix deadlock warning when removing PWM device
 2019-03-20 11:22 UTC  (4+ messages)

[PATCH] rtc: sh: Fix invalid alarm warning for non-enabled alarm
 2019-03-20 10:38 UTC  (2+ messages)

[PATCH] clk: renesas: r7s9210: Always use readl()
 2019-03-20 10:25 UTC 

[PATCH v3 00/10] pinctrl: sh-pfc: Validation and compile-testing
 2019-03-20 10:21 UTC  (11+ messages)
` [PATCH v3 01/10] pinctrl: sh-pfc: Validate pinmux tables at runtime when debugging
` [PATCH v3 02/10] pinctrl: sh-pfc: Introduce PINCTRL_SH_FUNC_GPIO helper symbol
` [PATCH v3 03/10] pinctrl: sh-pfc: Add missing #include <linux/errno.h>
` [PATCH v3 04/10] sh: sh7786: Add explicit I/O cast to sh7786_mm_sel()
` [PATCH v3 05/10] pinctrl: sh-pfc: Allow compile-testing of all drivers
` [PATCH v3 06/10 PARTIAL] pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG() macro
` [PATCH v3 07/10 PARTIAL] pinctrl: sh-pfc: Absorb enum IDs in PINMUX_CFG_REG_VAR() macro
` [PATCH v3 08/10 PARTIAL] pinctrl: sh-pfc: Absorb enum IDs in PINMUX_DATA_REG() macro
` [PATCH v3 09/10] pinctrl: sh-pfc: Validate enum IDs for regs with fixed-width fields
` [PATCH v3 10/10] pinctrl: sh-pfc: Validate enum IDs for regs with variable-width fields

[PATCH] pinctrl: sh-pfc: r8a77965: Add I2C{0,3,5} pins, groups and functions
 2019-03-20  9:42 UTC  (2+ messages)

[PATCH 1/1] net: macb: simplify getting .driver_data
 2019-03-19 21:29 UTC  (2+ messages)

[PATCH 1/2] drm/msm: simplify getting .driver_data
 2019-03-19 16:36 UTC  (2+ messages)
` [PATCH 2/2] drm/omap: "

[PATCH 1/1] thermal: stm32: simplify getting .driver_data
 2019-03-19 16:36 UTC 

[PATCH 1/1] hid: hid-sensor-custom: simplify getting .driver_data
 2019-03-19 16:36 UTC 

[PATCH V2] PCI: rcar: Add the initialization of PCIe link in resume_noirq
 2019-03-19 16:18 UTC  (5+ messages)

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2019-03-19 14:31 UTC  (10+ messages)
` [PATCH 10/61] gpio: "

[PATCH V3] regulator: gpio: Reword the binding document
 2019-03-19 14:13 UTC  (2+ messages)

[PATCH/RFC 00/09] IPMMU address translation enablement prototype
 2019-03-19 14:07 UTC  (5+ messages)
` [PATCH/RFC 01/09] iommu/ipmmu-vmsa: Disable IPMMU when address expansion is not needed

renesas-drivers-2019-03-19-v5.1-rc1
 2019-03-19 14:04 UTC 

[PATCH/RFC V2] iommu/ipmmu-vmsa: Disable IPMMU when address expansion is not needed
 2019-03-19 13:47 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: Update Ebisu and Draak bootargs
 2019-03-19 13:45 UTC  (2+ messages)

[PATCH 0/6] mfd: da9063: remove platform_data
 2019-03-19 13:01 UTC  (16+ messages)
` [PATCH 1/6] regulator: da9063: remove platform_data support
` [PATCH 2/6] input: da9063_onkey: "
` [PATCH 3/6] mfd: da9063: "
` [PATCH 4/6] regulator: da9063: move definitions out of a header into the driver
` [PATCH 5/6] mfd: da9063: remove leftover platform_data definitions
` [PATCH 6/6] regulator: da9063: platform_data is gone, depend on OF

[PATCH 0/2] Add HDMI support to the iwg23s
 2019-03-19 12:21 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: r8a77470: Add DU support
` [PATCH 2/2] ARM: dts: iwg23s-sbc: Add HDMI support

[PATCH v3 0/3] rsnd: dts: change to use extended audio dmac register
 2019-03-19 12:06 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: dts: renesas: r8a7795: "
` [PATCH v3 2/3] arm64: dts: renesas: r8a7796: "
` [PATCH v3 3/3] arm64: dts: renesas: r8a77965: "

[PATCH 0/3] Correct CAN clocks definition
 2019-03-19 11:55 UTC  (14+ messages)
` [PATCH 2/3] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes

[PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support
 2019-03-19 11:55 UTC  (7+ messages)

[PATCH 00/11] Add basic EK874 support
 2019-03-19 11:54 UTC  (6+ messages)
` [PATCH 10/11] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes

[PATCH RESEND] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
 2019-03-19 11:02 UTC 

[PATCH] ARM: dts: r8a7792: blanche: Add IIC3 and DA9063 PMIC node
 2019-03-19 10:26 UTC  (2+ messages)

[GIT PULL FOR renesas-drivers] du/for-renesas-drivers
 2019-03-19 10:12 UTC  (4+ messages)

[PATCH 1/2] [RFC] ata: ahci: Respect bus DMA constraints
 2019-03-18 23:25 UTC  (14+ messages)

[PATCH v7 00/18] R-Car DU display writeback support
 2019-03-18 14:46 UTC  (20+ messages)
` [PATCH v7 01/18] Revert "[media] v4l: vsp1: Supply frames to the DU continuously"
` [PATCH v7 02/18] media: vsp1: wpf: Fix partition configuration for display pipelines
` [PATCH v7 03/18] media: vsp1: Replace leftover occurrence of fragment with body
` [PATCH v7 04/18] media: vsp1: Fix addresses of display-related registers for VSP-DL
` [PATCH v7 05/18] media: vsp1: Replace the display list internal flag with a flags field
` [PATCH v7 06/18] media: vsp1: Add vsp1_dl_list argument to .configure_stream() operation
` [PATCH v7 07/18] media: vsp1: dl: Allow chained display lists for display pipelines
` [PATCH v7 08/18] media: vsp1: wpf: Add writeback support
` [PATCH v7 09/18] media: vsp1: drm: Split RPF format setting to separate function
` [PATCH v7 10/18] media: vsp1: drm: Extend frame completion API to the DU driver
` [PATCH v7 11/18] media: vsp1: drm: Implement writeback support
` [PATCH v7 12/18] drm: writeback: Cleanup job ownership handling when queuing job
` [PATCH v7 13/18] drm: writeback: Fix leak of writeback job
` [PATCH v7 14/18] drm: writeback: Add job prepare and cleanup operations
` [PATCH v7 15/18] drm: rcar-du: Fix rcar_du_crtc structure documentation
` [PATCH v7 16/18] drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structure
` [PATCH v7 17/18] drm: rcar-du: vsp: Extract framebuffer (un)mapping to separate functions
` [PATCH v7 18/18] drm: rcar-du: Add writeback support for R-Car Gen3

[PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc
 2019-03-18 14:51 UTC  (8+ messages)
` [PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document
  ` Applied "ASoC: rsnd: add missing reg/reg-name at Document" to the asoc tree
` [PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address
  ` Applied "ASoC: rsnd: explain extended Audio DMAC peri peri address" to the asoc tree

[PATCH/RFC 00/15] R-Car DU: LVDS dual-link mode support
 2019-03-18 14:22 UTC  (4+ messages)
` [PATCH/RFC 07/15] dt-bindings: display: renesas: lvds: Add renesas,companion property

Reference manual of Renesas SDHI controller
 2019-03-18 12:32 UTC  (3+ messages)

[PATCH] i2c: document the SDA hold time binding
 2019-03-18 11:22 UTC  (3+ messages)

[PATCH RFC] mmc: renesas_sdhi: update copyright information
 2019-03-18 10:52 UTC  (2+ messages)

[PATCH] PCI: rcar: don't shadow the 'irq' variable
 2019-03-18 10:36 UTC  (3+ messages)

[PATCH] serial: sh-sci: Fix setting SCSCR_TIE while transferring data
 2019-03-18  9:26 UTC 

[PATCH v4.9.y] mmc: tmio_mmc_core: don't claim spurious interrupts
 2019-03-18  8:07 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).