linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-16 16:24:03 to 2012-05-02 09:22:46 UTC [more...]

[PATCH v2 0/10] sh_flctl hardware ECC mode cleanup
 2012-05-02  9:22 UTC  (17+ messages)
` [PATCH v2 01/10] mtd: sh_flctl: Add missing iounmap()
` [PATCH v2 02/10] ARM: sh-mobile: mackerel: Add error IRQ resource
` [PATCH v2 03/10] mtd: sh_flctl: Add support for error IRQ
` [PATCH v2 04/10] mtd: sh_flctl: Use different OOB layout
` [PATCH v2 05/10] mtd: sh_flctl: Fix hardware ECC behaviour
` [PATCH v2 06/10] mtd: sh_flctl: Simplify the hardware ecc page read/write
` [PATCH v2 07/10] mtd: sh_flctl: Group sector accesses into a single transfer
` [PATCH v2 08/10] mtd: sh_flctl: Restructure the hardware ECC handling
` [PATCH v2 09/10] mtd: sh_flctl: Use user oob data in hardware ECC mode
` [PATCH v2 10/10] ARM: sh-mobile: mackerel: Use hardware error correction

$5000 AVAILABLE FOR PICK UP
 2012-05-01 15:14 UTC 

[PATCH v3 0/9] Fixes for common mistakes w/ for_each_process and task->mm
 2012-05-01 10:45 UTC  (14+ messages)
` [PATCH 1/9] cpu: Introduce clear_tasks_mm_cpumask() helper
` [PATCH 2/9] arm: Use clear_tasks_mm_cpumask()
` [PATCH 3/9] powerpc: "
` [PATCH 4/9] sh: "
` [PATCH 5/9] blackfin: A couple of task->mm handling fixes
` [PATCH 6/9] blackfin: Fix possible deadlock in decode_address()
` [PATCH 7/9] um: Should hold tasklist_lock while traversing processes
` [PATCH 8/9] um: Fix possible race on task->mm
` [PATCH 9/9] um: Properly check all process' threads for a live mm

[PATCH 1/8] ARM: mach-shmobile: clock-r8a7740: add USB clock
 2012-04-27 21:07 UTC  (4+ messages)

Mutual Benefit
 2012-04-27 11:35 UTC 

[PATCH] sh: switch various MSTP PM clocks to device-ID look-up
 2012-04-27  7:26 UTC  (3+ messages)

[RFC/PATCH] sh: Remove cast of atomic_t in ATOMIC_INIT macro
 2012-04-27  2:11 UTC  (5+ messages)

[GIT PULL] sh fixes for 3.4-rc5
 2012-04-27  2:10 UTC 

[PATCH 0/8] ARM: mach-shmobile: armadillo800eva: USB/SDHI/MMIF support patch set
 2012-04-26 20:13 UTC  (5+ messages)

[RFC DT style 4/4] docs/mtd/nand/sh_flctl: Initial device tree binding specification
 2012-04-26 14:01 UTC 

[RFC DT style 3/4] Out-of-tree: sh_flctl: Add dirty hardware init code
 2012-04-26 14:01 UTC 

[RFC DT style 2/4] mtd: sh_flctl: Add device tree support
 2012-04-26 14:01 UTC 

[RFC DT style 1/4] ARM: sh-mobile: Add sh_flctl to sh7372-mackerel device tree
 2012-04-26 14:00 UTC 

[RFC DT style 0/4] Device Tree implementation for sh_flctl
 2012-04-26 14:00 UTC 

[PATCH/RFC 0/7] mmc: tmio: regulator support, clock management, convert ecovec
 2012-04-26 12:11 UTC  (9+ messages)
` [PATCH 1/7] mmc: tmio: stop interface clock before runtime PM suspending
` [PATCH 2/7] mmc: tmio: don't needlessly enable interrupts during probing
` [PATCH 3/7] mmc: tmio: add callbacks to enable-update and disable the interface clock
` [PATCH 4/7] mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacks
` [PATCH 5/7] mmc: tmio: add regulator support
` [PATCH 6/7] mmc: sdhi: do not install dummy callbacks
` [PATCH 7/7] sh: ecovec: switch MMC power control to regulators

[PATCH 2/2] ARM: mach-shmobile: kzm9g: defconfig update
 2012-04-26  6:36 UTC  (2+ messages)

[PATCH 1/2] ARM: mach-shmobile: armadillo800eva: defconfig update
 2012-04-26  6:35 UTC  (2+ messages)

[PATCH 0/2] ARM: mach-shmobile: armadillo/kzm9g defconfig update
 2012-04-26  3:55 UTC 

ARM: mach-shmobile: incremental KZM-A9-GT board support
 2012-04-25 21:13 UTC  (3+ messages)

[PATCH 0/6] ARM: mach-shmobile: add KZM-A9-GT board support
 2012-04-25 21:13 UTC  (3+ messages)

[PATCH] ARM: mach-shmobile: clock-r8a7740: add FSI clock
 2012-04-25 21:13 UTC 

[PATCH 0/3] PM / Domains: Fix device stop and domain power off governor functions
 2012-04-25 19:30 UTC  (9+ messages)
` [PATCH 1/3] PM / Domains: Rework default device stop governor function
` [PATCH 2/3] "
` [PATCH 3/3] PM / Runtime: Remove device fields related to suspend time
` [PATCH 0/3] PM / Domains: Fix device stop and domain power off governor functions, take 2
  ` [PATCH 1/3] PM / Domains: Rework default device stop governor function, v2
  ` [PATCH 2/3] PM / Domains: Rework default domain power off "
  ` [PATCH 3/3] PM / Runtime: Remove device fields related to suspend time, v2

[PATCH 0/9] sh_flctl hardware ECC mode cleanup
 2012-04-25 13:26 UTC  (22+ messages)
` [PATCH 1/9] mtd: sh_flctl: Add support for error IRQ
` [PATCH 2/9] ARM: sh-mobile: mackerel: Add error IRQ resource
` [PATCH 3/9] mtd: sh_flctl: Use different OOB layout
` [PATCH 4/9] mtd: sh_flctl: Fix hardware ECC behaviour
` [PATCH 5/9] mtd: sh_flctl: Simplify the hardware ecc page read/write
` [PATCH 6/9] mtd: sh_flctl: Group sector accesses into a single transfer
` [PATCH 7/9] mtd: sh_flctl: Restructure the hardware ECC handling
` [PATCH 8/9] mtd: sh_flctl: Use user oob data in hardware ECC mode
` [PATCH 9/9] ARM: sh-mobile: mackerel: Use hardware error correction

[PATCH 0/2][for LTSI] ARM: mach-shmobile: KZM-A9-GT sound support
 2012-04-25  8:12 UTC  (4+ messages)
` [PATCH 0/2][for LTSI] ARM: mach-shmobile: armadillo800eva: add FSI support

[PATCH 6/6] ARM: mach-shmobile: kzm9g: add ST1232 Touchscreen support
 2012-04-25  7:25 UTC  (6+ messages)
` [PATCH 6/6] ARM: mach-shmobile: kzm9g: add PCF8757 gpio-key

[PATCH 0/5] mmc: sh_mmcif: add regulator support
 2012-04-24 12:14 UTC  (10+ messages)
` [PATCH/RFC] sh: ecovec: switch MMC power control to regulator
    ` [PATCH/RFC 5/5] "
` [PATCH 1/5] mmc: sh_mmcif: remove redundant .down_pwr() callback
` [PATCH 2/5] sh: ecovec: remove unused .down_pwr() MMCIF callback
` [PATCH 3/5] mmc: sh_mmcif: remove unused .down_pwr() callback
` [PATCH 4/5] mmc: sh_mmcif: add regulator support

[PULL for v3.5] SH Mobile LCDC overlay support
 2012-04-24 11:31 UTC 

ASoC: sh: fsi: Build proble in 3.4-rc4
 2012-04-24 10:57 UTC  (4+ messages)
` [alsa-devel] "

[PATCH 2/2][for LTSI] ARM: mach-shmobile: armadillo800eva: Add FSI-WM8978 support
 2012-04-24  9:20 UTC 

[PATCH 1/2][for LTSI] ARM: mach-shmobile: clock-r8a7740: add FSI clock
 2012-04-24  9:20 UTC 

[PATCH 8/8] ARM: mach-shmobile: r8a7740: reserve DMA memory for the frame buffer
 2012-04-24  9:10 UTC 

[PATCH 7/8] ARM: mach-shmobile: armadillo800eva: add MMCIF support
 2012-04-24  9:09 UTC 

[PATCH 6/8] ARM: mach-shmobile: armadillo800eva: add SDHI1 support
 2012-04-24  9:09 UTC 

[PATCH 5/8] ARM: mach-shmobile: armadillo800eva: add SDHI0 support
 2012-04-24  9:09 UTC 

[PATCH 4/8] ARM: mach-shmobile: armadillo800eva: add USB function support
 2012-04-24  9:09 UTC 

[PATCH 3/8] ARM: mach-shmobile: clock-r8a7740: add MMCIF clock
 2012-04-24  9:08 UTC 

[PATCH 2/8] ARM: mach-shmobile: clock-r8a7740: add SDHI clock
 2012-04-24  9:08 UTC 

[PATCH 2/2] ARM: mach-shmobile: kzm9g: add FSI-AK4648 support
 2012-04-23  7:03 UTC 

[PATCH 1/2] ARM: mach-shmobile: clock-sh7372: Add FSIDIV clock support
 2012-04-23  7:03 UTC  (2+ messages)
` [PATCH 1/2] ARM: mach-shmobile: clock-sh73a0: add FSI clock

[PATCH 5/6] ARM: mach-shmobile: kzm9g: add LCDC support
 2012-04-23  6:53 UTC  (2+ messages)
` [PATCH 5/6] ARM: mach-shmobile: kzm9g: add SDHI support

[PATCH 4/6] ARM: mach-shmobile: kzm9g: add external USB Host support
 2012-04-23  6:53 UTC  (2+ messages)
` [PATCH 4/6] ARM: mach-shmobile: kzm9g: add MMCIF support

[PATCH 3/6] ARM: mach-shmobile: kzm9g: correct screen direction
 2012-04-23  6:53 UTC 

[PATCH 2/6] ARM: mach-shmobile: sh73a0.h: add GPIO_NR
 2012-04-23  6:53 UTC 

[PATCH 1/6] ARM: mach-shmobile: pfc-sh73a0: fixup MSEL2CR MSEL18 for I2C-3
 2012-04-23  6:52 UTC 

[git pull] Renesas DT changes for v3.5
 2012-04-22 21:25 UTC  (5+ messages)

Contact me for a private and secured loan now!!
 2012-04-22 10:11 UTC  (2+ messages)

[PATCH v2] spi: spi-rspi: add dmaengine supporting
 2012-04-20  7:17 UTC  (3+ messages)

[PATCH] spi: spi-rspi: add dmaengine supporting
 2012-04-20  4:14 UTC  (3+ messages)

[PATCH 1/3 v2] ARM: mach-shmobile: r8a7740: add usb clock support
 2012-04-20  0:04 UTC  (2+ messages)

ARM: mach-shmobile: remove pointless global clocks
 2012-04-19 23:58 UTC  (4+ messages)

[PATCH] mmc: tmio_mmc, sdhi: update input clock frequency after
 2012-04-19 22:09 UTC  (6+ messages)
` [PATCH v2] mmc: tmio_mmc, sdhi: update input clock frequency after resume
          ` [PATCH 0/3] mmc: sh-mmcif: clock management updates
            ` [PATCH 1/3] mmc: sh_mmcif: simplify and use meaningful label names in error-handling
            ` [PATCH 2/3] mmc: sh_mmcif: fix clock management
            ` [PATCH 3/3] mmc: sh_mmcif: re-read the clock frequency upon re-enabling

[PATCH 1/6] sh: switch MSIOF and MMCIF PM clocks to device-ID look-up
 2012-04-19 10:47 UTC  (2+ messages)

[PATCH 3/6] spi: spi-sh-msiof: do not manage PM clocks manually
 2012-04-19 10:36 UTC  (4+ messages)

[PATCH 3.4.0-rc3] sh:pfc: include sh_pfc.h header file
 2012-04-19 10:23 UTC  (2+ messages)

[PATCH] sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757
 2012-04-19 10:04 UTC 

[PATCH] i2c: i2c-sh_mobile device tree support
 2012-04-19  7:33 UTC  (7+ messages)

[PATCH] i2c: Add support SuperH SH7734 I2C bus controller
 2012-04-19  2:10 UTC  (3+ messages)

[PATCH 2/6] mmc: sh_mmcif: do not manage PM clocks manually
 2012-04-18 12:36 UTC  (3+ messages)

[PATCH 6/6] spi: msiof: don't use connection IDs to obtain a clock reference
 2012-04-18 11:28 UTC 

[PATCH 5/6] mmc: mmcif: don't use connection IDs to obtain a clock reference
 2012-04-18 11:28 UTC 

[PATCH 4/6] mmc: sdhi: don't use connection IDs to obtain a clock reference
 2012-04-18 11:28 UTC 

[PATCH/RFC 0/6] update MSIOF, MMCIF, SDHI clock management
 2012-04-18 11:28 UTC 

[PATCH] ASoC: fsi: update for dmaengine prep_slave_sg fallout
 2012-04-18  9:06 UTC  (8+ messages)
          ` [PATCH forward] "

[PATCH] ARM: mach-shmobile: r8a7740: cleanup I2C workaround method
 2012-04-17 22:18 UTC  (2+ messages)

[PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
 2012-04-17 22:18 UTC  (2+ messages)

[PATCH 1/2] sh: Add initial support for SH7734 CPU subtype
 2012-04-17  7:43 UTC  (2+ messages)

[PATCH v3] usb: ehci-sh: Add PHY init function with platform data
 2012-04-17  7:43 UTC  (2+ messages)

[PATCH 1/4] sh: sh4a: Change the specification method of IRQ to SCIx_IRQ_MUXED
 2012-04-17  7:38 UTC  (2+ messages)

[PATCH 3/3] ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helper
 2012-04-16 21:09 UTC 

[PATCH 2/3] ARM: mach-shmobile: convert mackerel to use the generic MMC GPIO hotplug helper
 2012-04-16 21:09 UTC 

[PATCH 1/3] ARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images
 2012-04-16 21:09 UTC 

[PATCH 00/10 v3] mmc: tmio/sdhi: hotplug & PM
 2012-04-16 21:08 UTC  (5+ messages)
` [PATCH 06/10 v3] ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helper
  ` outstanding ARM patches


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).