linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-23 07:08:49 to 2012-05-05 01:47:14 UTC [more...]

[PATCH v3 0/9] Fixes for common mistakes w/ for_each_process and task->mm
 2012-05-05  1:47 UTC  (13+ messages)
` [PATCH 1/9] cpu: Introduce clear_tasks_mm_cpumask() helper
` [PATCH 4/9] sh: Use clear_tasks_mm_cpumask()
` [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 00/02] mach-shmobile: Emma Mobile EV2 - first shot
 2012-05-04 21:16 UTC  (9+ messages)
` [PATCH 01/02] mach-shmobile: Emma Mobile EV2 SoC base support
` [PATCH 02/02] mach-shmobile: KZM9D board prototype support

[PATCH 00/29] mmc: mmcif and tmio regulator and OF support
 2012-05-04 18:26 UTC  (37+ messages)
` [PATCH 01/29] mmc: sh_mmcif: remove redundant .down_pwr() callback
` [PATCH 02/29] sh: ecovec: remove unused .down_pwr() MMCIF callback
` [PATCH 03/29] mmc: sh_mmcif: remove unused .down_pwr() callback
` [PATCH 04/29] regulator: fix devm_regulator_put() to call regulator_put() explicitly
` [PATCH 05/29] regulator: use IS_ERR_OR_NULL() instead of open-coding
` [PATCH 06/29] regulator: export a function to check if regulator can change status
` [PATCH 07/29] mmc: add a function to get a regulator, supplying card's Vdd
` [PATCH 08/29] mmc: sh_mmcif: add regulator support
` [PATCH 09/29] mmc: tmio: stop interface clock before runtime PM suspending
` [PATCH 10/29] mmc: tmio: don't needlessly enable interrupts during probing
` [PATCH 11/29] mmc: tmio: add callbacks to enable-update and disable the interface clock
` [PATCH 12/29] mmc: sdhi: implement tmio-mmc clock enable-update and disable callbacks
` [PATCH 13/29] mmc: tmio: add regulator support
` [PATCH 14/29] mmc: sdhi: do not install dummy callbacks
` [PATCH 15/29] mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions
` [PATCH 16/29] mmc: tmio: use MMC opcode defines instead of numbers
` [PATCH 17/29] mmc: use a more generic name for slot function types and fields
` [PATCH 18/29] mmc: tmio: remove a duplicated comment line
` [PATCH 19/29] mmc: add two capability flags for CD and WP signal polarity
` [PATCH 20/29] mmc: add CD GPIO polling support to slot functions
` [PATCH 21/29] mmc: convert slot functions to managed allocation
` [PATCH 22/29] mmc: add WP pin handler to slot functions
` [PATCH 23/29] mmc: tmio: use generic GPIO CD and WP handlers
` [PATCH 24/29] mmc: add a simple generic OF parser
` [PATCH 25/29] mmc: tmio: add OF support
` [PATCH 26/29] mmc: sdhi: add OF support, make platform data optional
` [PATCH 27/29] mmc: mmcif: add OF support
` [PATCH 28/29] mmc: mmcif: add support for generic GPIO CD polling
` [PATCH 29/29] sh: ecovec: switch MMC power control to regulators

[PATCH 00/06] serial8250: DLL/DLM rework, Emma Mobile UART driver
 2012-05-04 16:28 UTC  (14+ messages)
` [PATCH 01/06] serial8250: Add dl_read()/dl_write() callbacks
` [PATCH 02/06] serial8250: Use dl_read()/dl_write() on Alchemy
` [PATCH 03/06] serial8250: Use dl_read()/dl_write() on RM9K
` [PATCH 04/06] serial8250: Clean up default map and dl code
` [PATCH 05/06] serial8250: Introduce serial8250_register_8250_port()
` [PATCH 06/06] serial8250-em: Add Emma Mobile UART driver

[PATCH 2/4] sh: Add sh7264 device
 2012-05-04 15:00 UTC  (2+ messages)

[PATCH/RFC] ARM: sh7372: initialise the GPIO subsystem also when booting with OF
 2012-05-03 15:16 UTC 

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

[PATCH] clocksource: em_sti: Emma Mobile STI driver
 2012-05-03 12:56 UTC 

[PATCH] serial8250-em: Emma Mobile UART driver V2
 2012-05-03 12:13 UTC 

[PATCH v2 0/10] sh_flctl hardware ECC mode cleanup
 2012-05-02  9:47 UTC  (18+ 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 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  (4+ 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  (17+ 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 8/9] mtd: sh_flctl: Use user oob data in hardware ECC mode

[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  (5+ 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  (5+ messages)
` [PATCH/RFC] sh: ecovec: switch MMC power control to regulator

[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 


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