SUPERH platform development
 help / color / mirror / Atom feed
 messages from 2013-11-25 01:18:29 to 2013-11-27 23:18:36 UTC [more...]

[PATCH v4 00/29] Add OF support to the sh-sci serial port driver
 2013-11-27 23:18 UTC  (27+ messages)
` [PATCH v4 01/29] serial: sh-sci: Sort headers alphabetically
` [PATCH v4 02/29] serial: sh-sci: Remove baud rate calculation algorithm 5
` [PATCH v4 03/29] serial: sh-sci: Simplify baud rate calculation algorithms
` [PATCH v4 04/29] serial: sh-sci: Remove duplicate interrupt check in verify port op
` [PATCH v4 05/29] serial: sh-sci: Set the UPF_FIXED_PORT flag
` [PATCH v4 06/29] serial: sh-sci: Don't check IRQ in verify port operation
` [PATCH v4 07/29] serial: sh-sci: Support resources passed through platform resources
` [PATCH v4 08/29] ARM: shmobile: sh7372: Use macros to declare SCIF devices
` [PATCH v4 09/29] ARM: shmobile: sh73a0: "
` [PATCH v4 10/29] ARM: shmobile: r8a7740: "
` [PATCH v4 11/29] ARM: shmobile: r8a7779: "
` [PATCH v4 12/29] ARM: shmobile: r7s72100: Don't define SCIF platform data in an array
` [PATCH v4 13/29] ARM: shmobile: r8a73a4: "
` [PATCH v4 14/29] ARM: shmobile: r8a7778: "
` [PATCH v4 15/29] ARM: shmobile: r8a7790: "
` [PATCH v4 16/29] ARM: shmobile: r8a7791: "
` [PATCH v4 17/29] ARM: shmobile: sh7372: Declare SCIF register base and IRQ as resources
` [PATCH v4 18/29] ARM: shmobile: sh73a0: "
` [PATCH v4 19/29] ARM: shmobile: r7s72100: "
` [PATCH v4 20/29] ARM: shmobile: r8a73a4: "
` [PATCH v4 21/29] ARM: shmobile: r8a7740: "
` [PATCH v4 22/29] ARM: shmobile: r8a7778: "
` [PATCH v4 23/29] ARM: shmobile: r8a7779: "
` [PATCH v4 24/29] ARM: shmobile: r8a7790: "
` [PATCH v4 25/29] ARM: shmobile: r8a7791: "
` [PATCH v4 26/29] sh: "

[PATCH 00/04] ARM: shmobile: Use SoC suffix for INTC compat string
 2013-11-27 23:15 UTC  (5+ messages)
` [PATCH 01/04] ARM: shmobile: Use sh73a0 "
` [PATCH 02/04] ARM: shmobile: Use r8a7740 "
` [PATCH 03/04] ARM: shmobile: Use r8a7778 "
` [PATCH 04/04] ARM: shmobile: Use r8a7779 "

[PATCH v3 3/3] ARM: shmobile: r8a7790: Wait for status on all MSTP clocks
 2013-11-27 17:01 UTC 

[PATCH v3 2/3] ARM: shmobile: r8a7779: Wait for status on selected MSTP clocks
 2013-11-27 17:01 UTC 

[PATCH v3 1/3] ARM: shmobile: wait for MSTP clock status to toggle, when enabling it
 2013-11-27 17:01 UTC 

[PATCH v3 0/3] ARM: shmobile: r8a7779/90: Poll MSTP clocks status
 2013-11-27 17:01 UTC 

[PATCH 01/15] i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilation
 2013-11-27 16:35 UTC  (16+ messages)
` [PATCH 02/15] input: sh_keysc: "
` [PATCH 03/15] serial: sh-sci: "
` [PATCH 04/15] iommu: shmobile: Enable driver compilation with COMPILE_TEST
` [PATCH 05/15] DMA: shdma: "
` [PATCH 06/15] v4l: sh_vou: "
` [PATCH 07/15] mmc: sdhi: "
` [PATCH 08/15] mmc: sh_mmcif: "
` [PATCH 09/15] mtd: sh_flctl: "
` [PATCH 10/15] irda: sh_irda: "
` [PATCH 11/15] pwm: pwm-renesas-tpu: "
` [PATCH 12/15] thermal: rcar-thermal: "
` [PATCH 13/15] fbdev: sh-mobile-lcdcfb: "
` [PATCH 14/15] spi: sh-msiof: "
` [PATCH 15/15] sh: intc: "

[PATCH 1/3] spi: rcar: Fix uninitialized variable warning
 2013-11-27 16:31 UTC  (4+ messages)
  ` [PATCH 2/3] spi: rcar: Fix pointer cast in the remove function
  ` [PATCH 3/3] spi: rcar: Use devm_* managed allocators

[PATCH 1/3] DMA: shdma: Fix warnings due to improper casts and printk formats
 2013-11-27 16:24 UTC  (4+ messages)

[PATCH v2] spi: sh-msiof: Fix warnings due to improper casts
 2013-11-27 15:49 UTC  (2+ messages)

[PATCH RFC v2 00/17] ARM: shmobile: r8a7779, marzen: multiplatform
 2013-11-27 11:29 UTC  (33+ messages)
` [PATCH RFC v2 01/17] clk: shmobile: r8a7779: Add clocks support
` [PATCH RFC v2 02/17] clk: shmobile: r8a7779: Add MSTP clock support
` [PATCH RFC v2 03/17] ARM: shmobile: r8a7779: Add clock index macros for DT sources
` [PATCH RFC v2 04/17] ARM: shmobile: r8a7779: Add clocks
` [PATCH RFC v2 05/17] ARM: shmobile: r8a7779: Reference clocks
` [PATCH RFC v2 06/17] ARM: shmobile: Sync Marzen DTS with Marzen reference DTS
` [PATCH RFC v2 07/17] ARM: shmobile: r8a7779: Sort headers alphabetically
` [PATCH RFC v2 08/17] ARM: shmobile: r8a7779: Add helper to read mode pins
` [PATCH RFC v2 09/17] ARM: shmobile: r8a7779: Move r8a7779_earlytimer_init to clock-r8a7779.c
` [PATCH RFC v2 10/17] ARM: shmobile: marzen-reference: Move clock and OF device initialisation into b
` [PATCH RFC v2 11/17] ARM: shmobile: r8a7779: Do not include sh_clk.h in r8a7779.h
` [PATCH RFC v2 12/17] ARM: shmobile: r8a7779: Initial multiplatform support
` [PATCH RFC v2 13/17] ARM: shmobile: marzen-reference: Initialize CPG device
` [PATCH RFC v2 14/17] ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and CMT
` [PATCH RFC v2 15/17] ARM: shmobile: Remove non-multiplatform Marzen reference support
` [PATCH RFC v2 16/17] ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB
` [PATCH RFC v2 17/17] ARM: shmobile: Remove Marzen reference DTS

[PATCH 00/04] ARM: shmobile: r7s72100 and Genmai GPIO / PINCTRL support
 2013-11-27 11:16 UTC  (10+ messages)
` [PATCH 01/04] ARM: shmobile: r7s72100 GPIO and PINCTRL device nodes
` [PATCH 02/04] ARM: shmobile: Genmai LED1 and LED2 support
` [PATCH 03/04] ARM: shmobile: Genmai I2C-over-GPIO support
` [PATCH 04/04] ARM: shmobile: Genmai SCIF2 PINCTRL configuration

[PATCH] pinctrl: sh-pfc: Initial r7s72100 support
 2013-11-27 11:14 UTC  (3+ messages)

[PATCH v3] gpio: Renesas RZ GPIO driver V3
 2013-11-27 11:11 UTC  (2+ messages)

[PATCH 00/03] pinctrl: sh-pfc: r7s72100 SCIF2 support
 2013-11-27 11:02 UTC  (6+ messages)
` [PATCH 01/03] pinctrl: sh-pfc: r7s72100 SCIF2 port3 support
` [PATCH 02/03] pinctrl: sh-pfc: r7s72100 SCIF2 macro conversion
` [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support

[PATCH] mtd: sh_flctl: Use devm_* managed allocators
 2013-11-27 10:27 UTC 

[PATCH v2] mtd: sh_flctl: Fix warnings due to improper casts
 2013-11-27 10:17 UTC 

[PATCH 1/2] mmc: sh_mmcif: Factorize DMA channel request and configuration code
 2013-11-27 10:16 UTC  (3+ messages)
` [PATCH 2/2] mmc: sh_mmcif: Fix compilation warning on 64-bit platforms
  ` [PATCH v2 "

[PATCH v2] v4l: sh_vou: Fix warnings due to improper casts and printk formats
 2013-11-27 10:15 UTC 

[PATCH v2 1/3] DMA: shdma: Fix warnings due to improper casts and printk formats
 2013-11-27 10:14 UTC 

[PATCH] ARM: shmobile: Use r8a7790 suffix for IRQC compat string
 2013-11-27 10:11 UTC  (2+ messages)

[PATCH v2] serial: sh-sci: Fix warnings due to improper casts and printk formats
 2013-11-27 10:10 UTC 

[PATCH] mtd: sh_flctl: Fix warnings due to improper casts
 2013-11-27 10:04 UTC  (3+ messages)

[PATCH] sh : Kill CONFIG_MTD_PARTITIONS
 2013-11-27  2:00 UTC 

[PATCH] ARM: shmobile: mackerel: clk_round_rate() can return a zero to indicate an error
 2013-11-27  1:32 UTC  (2+ messages)

[PATCH v3 0/8] Renesas R-Car Gen2 Common Clock Framework support
 2013-11-27  1:30 UTC  (4+ messages)
` [PATCH v3 3/8] clk: shmobile: Add MSTP clock support

[PATCH] spi: sh-msiof: Fix warnings due to improper casts
 2013-11-27  0:39 UTC 

[PATCH] fbdev: sh_mobile_lcdcfb: Don't use plain 0 as NULL pointer
 2013-11-27  0:38 UTC 

[PATCH] v4l: sh_vou: Fix warnings due to improper casts and printk formats
 2013-11-27  0:30 UTC 

[PATCH 3/3] DMA: shdma: Make sh_dmae_pm static
 2013-11-27  0:29 UTC 

[PATCH 2/3] DMA: shdma: Fix warnings due to declared but unused symbols
 2013-11-27  0:29 UTC 

[PATCH] serial: sh-sci: Fix warnings due to improper casts and printk formats
 2013-11-27  0:28 UTC 

[PATCH 2/2] usb: hcd: Initialize USB phy if needed
 2013-11-26 22:45 UTC 

[PATCH 1/2] usb: hcd: Remove USB phy if needed
 2013-11-26 22:45 UTC 

[V2 PATCH 0/2] Defer HCD init until the external PHY, bound to the HCD is ready
 2013-11-26 22:45 UTC 

[PATCH] mmc: tmio: remove myself as a maintainer
 2013-11-26 22:37 UTC  (2+ messages)

[PATCH V3 0/2] sata_rcar: Add Gen2 PHY support and document existing DT bindings
 2013-11-26 22:06 UTC  (3+ messages)
` [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

[RFC V2 PATCH 0/2] Defer HCD init until the external PHY, bound to the HCD is ready
 2013-11-26 22:04 UTC  (4+ messages)

[PATCH 00/12] Prepare various SH/R Mobile/Car drivers for CCF migration
 2013-11-26 21:43 UTC  (16+ messages)
` [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare
` [PATCH 09/12] usb: gadget: r8a66597-udc: "
` [PATCH 10/12] usb: r8a66597-hcd: "

[PATCH] ARM: mach-shmobile: kzm9g: add zboot support
 2013-11-26 20:53 UTC 

[PATCH -v2] fbdev: sh_mobile_meram: Fix defined but not used compiler warnings
 2013-11-26 15:00 UTC  (5+ messages)

[PATCH v2 0/3] ARM: shmobile: marzen: enable HSPI0 to DTS
 2013-11-26  7:47 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: shmobile: r8a7779: add HSPI clock support for DT
` [PATCH v2 2/3] ARM: shmobile: r8a7779: add HSPI support to DTSI
` [PATCH v2 3/3] ARM: shmobile: marzen: enable HSPI0 in DTS

[PATCH 0/3] ARM: shmobile: marzen: enable HSPI0 to DTS
 2013-11-26  2:09 UTC  (8+ messages)
` [PATCH 1/3] ARM: shmobile: r8a7779: add HSPI clock support for DT
` [PATCH 3/3] ARM: shmobile: marzen: enable HSPI0 in DTS

[PATCH] ARM: shmobile: lager: fixup I2C device on defconfig
 2013-11-26  1:53 UTC 

[PATCH 2/2] sh-pfc: Fix PINMUX_GPIO macro
 2013-11-26  1:45 UTC 

[PATCH 1/2] sh-pfc: Share common PORTCR macro definition
 2013-11-26  1:45 UTC 

[PATCH 0/2] Miscallaneous sh-pfc fixes
 2013-11-26  1:45 UTC 

[PATCH 2/2] ARM: shmobile: kzm9g-reference: Add GPIO keys to DT
 2013-11-26  1:21 UTC 

[PATCH 1/2] ARM: shmobile: kzm9g-reference: Add PCF8575 GPIO extender to DT
 2013-11-26  1:21 UTC 

[PATCH 0/2] KZM9G gpio-keys support in DT
 2013-11-26  1:21 UTC 

[RFC 00/17] ARM: shmobile: r8a7779, marzen: multiplatform
 2013-11-26  0:35 UTC  (13+ messages)
` [RFC 08/17] ARM: shmobile: r8a7779: Add helper to read mode pins
` [RFC 13/17] ARM: shmobile: marzen-reference: Initialize CPG device
` [RFC 15/17] ARM: shmobile: Remove non-multiplatform Marzen reference support
` [RFC 16/17] ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB

[PATCH v2 2/3] ARM: shmobile: r8a7779: Wait for status on selected MSTP clocks
 2013-11-26  0:26 UTC  (4+ messages)

[PATCH v2 09/11] sh: use generic fixmap.h
 2013-11-25 16:14 UTC 

[PATCH 10/24] sh/uapi: Use Kbuild logic to include <asm-generic/types.h>
 2013-11-25  8:55 UTC  (3+ messages)
` [PATCH 19/24] sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>
` [PATCH 24/24] asm-generic: Rename int-ll64.h to types.h

[PATCH v2] ARM: shmobile: Fix r8a7790 GPIO resources in DTS
 2013-11-25  2:50 UTC  (4+ messages)

[PATCH] ARM: shmobile: Include all 2 GiB of memory on APE6EVM
 2013-11-25  2:47 UTC  (7+ messages)

[PATCH] ARM: shmobile: r8a7778: add HPBIFx DMAEngine support
 2013-11-25  2:44 UTC  (2+ messages)

[PATCH 2/2] ARM: shmobile: lager: add gpio regulator support on defconfig
 2013-11-25  2:42 UTC  (2+ messages)

[PATCH] ARM: shmobile: Koelsch DT reference GPIO LED support
 2013-11-25  2:31 UTC  (2+ messages)

[RFC 17/17] ARM: shmobile: Remove Marzen reference DTS
 2013-11-25  1:18 UTC 

[RFC 14/17] ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and CMT
 2013-11-25  1:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox