linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-18 10:36:29 to 2013-03-18 11:47:28 UTC [more...]

[GIT PULL] Renesas ARM-based SoC updates for v3.10
 2013-03-18 11:47 UTC  (37+ messages)
` [PATCH 01/43] ARM: shmobile: Remove unused headers from hotplug.c
` [PATCH 02/43] ARM: shmobile: Remove partial CPU Hotplug from EMEV2
` [PATCH 03/43] ARM: shmobile: Move EMEV2 CPU boot vector setup code
` [PATCH 04/43] ARM: shmobile: Remove sh73a0_get_core_count()
` [PATCH 05/43] ARM: shmobile: Remove r8a7779_get_core_count()
` [PATCH 06/43] ARM: shmobile: Remove emev2_get_core_count()
` [PATCH 07/43] ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and r8a7740
` [PATCH 08/43] ARM: mach-shmobile: r8a7779: Allow initialisation of GIC by DT
` [PATCH 09/43] ARM: mach-shmobile: r8a7779: Minimal setup using DT
` [PATCH 10/43] ARM: shmobile: Kill off sh73a0 scu_base_addr() function
` [PATCH 11/43] ARM: shmobile: Kill off r8a7779 "
` [PATCH 12/43] ARM: shmobile: Rework EMEV2 scu_base variable
` [PATCH 13/43] ARM: shmobile: Move headsmp-sh73a0.S to headsmp-scu.S
` [PATCH 14/43] ARM: shmobile: Common shmobile_scu_base in headsmp-scu.S
` [PATCH 15/43] ARM: shmobile: Update EMEV2 to use scu_power_mode()
` [PATCH 16/43] ARM: shmobile: Make EMEV2 setup functions static
` [PATCH 17/43] ARM: shmobile: sh73a0: fix Z and ZG clock hierarchy
` [PATCH 18/43] ARM: shmobile: sh73a0: Remove sh73a0_init_irq_dt()
` [PATCH 19/43] ARM: shmobile: sh73a0: Add smp ops to DT_MACHINE_START
` [PATCH 20/43] ARM: shmobile: sh73a0: Remove warning about SMP
` [PATCH 21/43] ARM: shmobile: sh73a0: Do not use early devices with DT reference
` [PATCH 22/43] ARM: shmobile: r8a7779: "
` [PATCH 23/43] ARM: shmobile: r8a7779: Do not initialise i2c as an early device
` [PATCH 24/43] ARM: shmobile: r8a7779: Remove lan from dtsi
` [PATCH 25/43] ARM: shmobile: Fix base address readout in headsmp-scu.S
` [PATCH 26/43] ARM: shmobile: Rework SH73A0_SCU_BASE IOMEM() usage
` [PATCH 27/43] ARM: shmobile: Use R8A7779_SCU_BASE with TWD
` [PATCH 28/43] ARM: shmobile: Update r8a7779 to check SCU for hotplug
` [PATCH 29/43] ARM: shmobile: Update r8a7779 to use scu_power_mode()
` [PATCH 30/43] ARM: shmobile: Use sh73a0-specific cpu disable code
` [PATCH 31/43] ARM: shmobile: Rearrange r8a7779 cpu hotplug code
` [PATCH 32/43] ARM: shmobile: Remove unused hotplug.c
` [PATCH 33/43] ARM: mach-shmobile: r8a7740: Add DT names to clock list
` [PATCH 34/43] ARM: shmobile: add gic_iid macro for ICCIAR / interrupt ID
` [PATCH 35/43] ARM: shmobile: r8a7779: fixup dtsi typo
` [PATCH 36/43] ARM: shmobile: r8a7779: fixup DT machine name

[PATCH] clk: add si5351 i2c common clock driver
 2013-03-18 11:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/6] ARM platform spring cleaning
 2013-03-18 11:33 UTC  (5+ messages)
` [PATCH 3/6] ARM: remove fa526 CPU support

[PATCH 00/10] Use module_platform_driver_probe() part 2
 2013-03-18 11:28 UTC  (6+ messages)
` [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

[PATCH v2] ARM: tegra114: add speedo-based process identification
 2013-03-18 11:17 UTC 

Kirkwood NSA 310 does not boot with 3.8.3
 2013-03-18 11:17 UTC  (4+ messages)

[GIT PULL] Renesas ARM and SH based SoC pinmux update for v3.10
 2013-03-18 11:07 UTC  (142+ messages)
` [PATCH 001/142] sh-pfc: Declare operation structures as const
` [PATCH 002/142] sh-pfc: Don't define the per-device pinctrl struct instances as global
` [PATCH 003/142] sh-pfc: Fix a typo and simplify a definition on sh73a0
` [PATCH 004/142] sh-pfc: Drop the sh_pfc_pinctrl spinlock
` [PATCH 005/142] sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios()
` [PATCH 007/142] sh-pfc: Replace first_gpio and last_gpio with nr_gpios
` [PATCH 008/142] sh-pfc: Replace SoC info data and mark ranges with a number of pins
` [PATCH 009/142] sh-pfc: Remove unused sh_pfc_soc_info reserved_id field
` [PATCH 010/142] sh-pfc: Initialize pinmux_gpio flags statically
` [PATCH 011/142] sh-pfc: Make struct pinmux_gpio enum_id field const
` [PATCH 012/142] sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only
` [PATCH 013/142] sh-pfc: Don't needlessly check GPIO type in sh_gpio_free()
` [PATCH 014/142] sh-pfc: Split pins and functions definition tables
` [PATCH 015/142] sh-pfc: Split pins and functions into separate gpio_chip instances
` [PATCH 016/142] sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin
` [PATCH 017/142] sh-pfc: Look up IRQ table entries by GPIO number
` [PATCH 018/142] sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions
` [PATCH 019/142] sh-pfc: Use pinmux identifiers in the pin muxing API
` [PATCH 020/142] sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic
` [PATCH 021/142] sh-pfc: Add function to retrieve a pin instance from its pin number
` [PATCH 022/142] sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range()
` [PATCH 023/142] sh-pfc: Add support for sparse pin numbers
` [PATCH 024/142] ARM: shmobile: sh73a0: Support sparse GPIO numbers
` [PATCH 025/142] ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers
` [PATCH 026/142] ARM: shmobile: armadillo: "
` [PATCH 027/142] ARM: shmobile: bonito: "
` [PATCH 028/142] ARM: shmobile: mackerel: "
` [PATCH 029/142] sh-pfc: Expose real groups and functions in pinctrl/pinmux operations
` [PATCH 030/142] sh: sh7203: Add pin control resources
` [PATCH 031/142] sh: sh7264: "
` [PATCH 032/142] sh: sh7269: "
` [PATCH 033/142] sh: sh7720: "
` [PATCH 034/142] sh: sh7722: "
` [PATCH 035/142] sh: sh7723: "
` [PATCH 036/142] sh: sh7724: "
` [PATCH 037/142] sh: sh7757: "
` [PATCH 038/142] sh: sh7785: "
` [PATCH 039/142] sh: sh7786: "
` [PATCH 040/142] sh: shx3: "
` [PATCH 041/142] sh-pfc: Fix return value check in sh_pfc_register_pinctrl()
` [PATCH 042/142] sh-pfc: Move GPIO registers access functions to gpio.c
` [PATCH 043/142] sh-pfc: Don't map data registers individually
` [PATCH 044/142] sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings
` [PATCH 045/142] sh-pfc: Don't modify pinmux_data_reg SoC data
` [PATCH 046/142] sh-pfc: Don't modify sh_pfc_pin "
` [PATCH 047/142] sh-pfc: Remove configuration dry-run and free
` [PATCH 048/142] sh-pfc: Constify all SoC data
` [PATCH 049/142] sh-pfc: Use proper error codes
` [PATCH 050/142] sh-pfc: Implement generic pinconf support
` [PATCH 051/142] sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction()
` [PATCH 052/142] sh-pfc: Clean up pin configuration type handling
` [PATCH 053/142] sh-pfc: Convert message printing from pr_* to dev_*
` [PATCH 054/142] sh-pfc: Return an error if a pin doesn't support the requested direction
` [PATCH 055/142] sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functions
` [PATCH 056/142] sh-pfc: sh73a0: Add bias (pull-up/down) pinconf support
` [PATCH 057/142] sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functions
` [PATCH 058/142] sh-pfc: sh73a0: Add SCIFA and SCIFB "
` [PATCH 059/142] sh-pfc: sh73a0: Add I2C2 and I2C3 "
` [PATCH 060/142] sh-pfc: sh73a0: Add FSI "
` [PATCH 061/142] sh-pfc: sh73a0: Add SDHI and MMCIF "
` [PATCH 062/142] sh-pfc: sh73a0: Add KEYSC "
` [PATCH 063/142] sh-pfc: sh73a0: Add BSC "
` [PATCH 064/142] sh-pfc: sh73a0: Add USB "
` [PATCH 065/142] sh-pfc: sh73a0: Add IrDA "
` [PATCH 066/142] sh-pfc: r8a7740: Add LCDC0 and LCDC1 "
` [PATCH 067/142] sh-pfc: r8a7740: Add SDHI and MMCIF "
` [PATCH 068/142] sh-pfc: r8a7779: Add DU "
` [PATCH 069/142] sh-pfc: r8a7779: Add SDHI and MMCIF "
` [PATCH 070/142] sh-pfc: r8a7779: Add SCIF "
` [PATCH 071/142] sh-pfc: r8a7779: Add HSPI "
` [PATCH 072/142] sh-pfc: r8a7779: Add USB0 and USB1 PENC pinmux support
` [PATCH 073/142] sh-pfc: r8a7779: Add USB pin groups and functions
` [PATCH 074/142] sh-pfc: r8a7779: Add LBSC "
` [PATCH 075/142] sh-pfc: r8a7779: Add INTC "
` [PATCH 076/142] ARM: shmobile: ag5evm: Register pinctrl mappings for SCIF
` [PATCH 077/142] ARM: shmobile: ag5evm: Register pinctrl mappings for I2C
` [PATCH 078/142] ARM: shmobile: ag5evm: Register pinctrl mappings for FSI
` [PATCH 079/142] ARM: shmobile: ag5evm: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 080/142] ARM: shmobile: ag5evm: Register pinctrl mappings for KEYSC
` [PATCH 081/142] ARM: shmobile: ag5evm: Register pinctrl mappings for IrDA
` [PATCH 082/142] ARM: shmobile: ap4evb: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 083/142] ARM: shmobile: armadillo800eva: Register pinctrl mappings for LCDC0
` [PATCH 084/142] ARM: shmobile: armadillo800eva: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 085/142] ARM: shmobile: bonito: Register pinctrl mappings for LCDC0
` [PATCH 086/142] ARM: shmobile: kota2: Register pinctrl mappings for SCIF
` [PATCH 087/142] ARM: shmobile: kota2: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 088/142] ARM: shmobile: kota2: Register pinctrl mappings for KEYSC
` [PATCH 089/142] ARM: shmobile: kota2: Register pinctrl mappings for BSC
` [PATCH 090/142] ARM: shmobile: kzm9g: Register pinctrl mappings for LCD
` [PATCH 091/142] ARM: shmobile: kzm9g: Register pinctrl mappings for SCIF
` [PATCH 092/142] ARM: shmobile: kzm9g: Register pinctrl mappings for I2C
` [PATCH 093/142] ARM: shmobile: kzm9g: Register pinctrl mappings for FSI
` [PATCH 094/142] ARM: shmobile: kzm9g: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 095/142] ARM: shmobile: kzm9g: Register pinctrl mappings for BSC
` [PATCH 096/142] ARM: shmobile: kzm9g: Register pinctrl mappings for USB
` [PATCH 097/142] ARM: shmobile: mackerel: Register pinctrl mappings for SDHI and MMCIF
` [PATCH 098/142] ARM: shmobile: marzen: "
` [PATCH 099/142] ARM: shmobile: marzen: Register pinctrl mappings for SCIF
` [PATCH 100/142] ARM: shmobile: marzen: Register pinctrl mappings for HSPI
` [PATCH 101/142] ARM: shmobile: marzen: Register pinctrl mappings for USB
` [PATCH 102/142] ARM: shmobile: marzen: Register pinctrl mappings for LBSC
` [PATCH 103/142] ARM: shmobile: marzen: Register pinctrl mappings for INTC
` [PATCH 104/142] sh-pfc: sh7372: Remove SDHI and MMCIF function GPIOS
` [PATCH 105/142] sh-pfc: sh73a0: Remove LCD and LCD2 "
` [PATCH 106/142] sh-pfc: sh73a0: Remove SCIFA and SCIFB "
` [PATCH 107/142] sh-pfc: sh73a0: Remove I2C "
` [PATCH 108/142] sh-pfc: sh73a0: Remove FSI "
` [PATCH 109/142] sh-pfc: sh73a0: Remove pull-up "
` [PATCH 110/142] sh-pfc: sh73a0: Remove KEYSC "
` [PATCH 111/142] sh-pfc: sh73a0: Remove BSC "
` [PATCH 112/142] sh-pfc: sh73a0: Remove USB "
` [PATCH 113/142] sh-pfc: sh73a0: Remove IrDA "
` [PATCH 114/142] sh-pfc: r8a7740: Remove LCD0 and LCD1 "
` [PATCH 115/142] sh-pfc: r8a7740: Remove SDHI and MMCIF "
` [PATCH 116/142] sh-pfc: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
` [PATCH 117/142] sh-pfc: r8a7779: Remove SDHI and MMCIF function GPIOS
` [PATCH 118/142] sh-pfc: r8a7779: Remove SCIF "
` [PATCH 119/142] sh-pfc: r8a7779: Remove HSPI "
` [PATCH 120/142] sh-pfc: r8a7779: Remove USB "
` [PATCH 121/142] sh-pfc: r8a7779: Remove LBSC "
` [PATCH 122/142] sh-pfc: r8a7779: Remove INTC "
` [PATCH 123/142] ARM: shmobile: sh7372: Remove SDHI and MMCIF function GPIOs
` [PATCH 124/142] ARM: shmobile: sh73a0: Remove LCDC and LCDC2 "
` [PATCH 125/142] ARM: shmobile: sh73a0: Remove SCIFA and SCIFB "
` [PATCH 126/142] ARM: shmobile: sh73a0: Remove I2C "
` [PATCH 127/142] ARM: shmobile: sh73a0: Remove FSI "
` [PATCH 128/142] ARM: shmobile: sh73a0: Remove pull-up function GPIOS
` [PATCH 129/142] ARM: shmobile: sh73a0: Remove KEYSC function GPIOs
` [PATCH 130/142] ARM: shmobile: sh73a0: Remove BSC "
` [PATCH 131/142] ARM: shmobile: sh73a0: Remove USB "
` [PATCH 132/142] ARM: shmobile: sh73a0: Remove IrDA "
` [PATCH 133/142] ARM: shmobile: r8a7740: Remove LCD0 and LCD1 "
` [PATCH 134/142] ARM: shmobile: r8a7740: Remove SDHI and MMCIF "
` [PATCH 135/142] ARM: shmobile: r8a7779: Remove DU1_DOTCLKOUT1 GPIO
` [PATCH 136/142] ARM: shmobile: r8a7779: Remove DU function GPIOs
` [PATCH 137/142] ARM: shmobile: r8a7779: Remove SDHI and MMCIF "
` [PATCH 138/142] ARM: shmobile: r8a7779: Remove SCIF "
` [PATCH 139/142] ARM: shmobile: r8a7779: Remove HSPI "
` [PATCH 140/142] ARM: shmobile: r8a7779: Remove USB "
` [PATCH 141/142] ARM: shmobile: r8a7779: Remove LBSC "
` [PATCH 142/142] ARM: shmobile: r8a7779: Remove INTC "

[PATCH] genirq: allow an alternative setup for the mask cache
 2013-03-18 11:05 UTC  (3+ messages)

[PATCH] ARM: ux500: select WATCHDOG and MUSB for ux500
 2013-03-18 11:00 UTC 

[PATCH V4 0/4] cpufreq: exynos5440: support for cpufreq driver
 2013-03-18 10:58 UTC  (4+ messages)
` [PATCH V4 1/4] cpufreq: exynos: Adding cpufreq driver for exynos5440

[GIT PULL] Renesas ARM-based SoC fixes for v3.9
 2013-03-18 10:57 UTC  (3+ messages)

[PATCH 2/2] arm: mach-omap2: prevent UART console idle on suspend while using "no_console_suspend"
 2013-03-18 10:57 UTC 

[PATCH 1/2] driver: serial-omap: move max uart count into generic header file
 2013-03-18 10:56 UTC 

[PATCH 0/2] omap serial fix
 2013-03-18 10:54 UTC 

[PATCH] clk: vexpress: Add separate SP810 driver
 2013-03-18 10:54 UTC  (2+ messages)

[PATCH V6] ARM: LPAE: Fix mapping in alloc_init_section for unaligned addresses
 2013-03-18 10:54 UTC  (5+ messages)

[PATCH 0/6] remove the clock name from pdata
 2013-03-18 10:38 UTC  (3+ messages)
` [PATCH 3/6] usb: ehci: mv_ehci: remove unused clock

[RFC 1/1] clk: Add notifier support in clk_prepare_enable/clk_disable_unprepare
 2013-03-18 10:36 UTC  (16+ 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).