linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-18 06:35:10 to 2013-01-18 17:15:01 UTC [more...]

[PATCH 00/10] ARM: OMAP5: hwmod, clock and prm data files
 2013-01-18 17:15 UTC  (12+ messages)
` [PATCH 01/10] ARM: OMAP5: PRM: Add OMAP54XX register and bitfield files
` [PATCH 02/10] ARM: OMAP5: CM: "
` [PATCH 03/10] ARM: OMAP5: PRCM: Add OMAP54XX local MPU PRCM registers
` [PATCH 04/10] ARM: OMAP5: SCRM: Add OMAP54XX header file
` [PATCH 05/10] ARM: OMAP2+: clockdomain data: Add OMAP54XX data and update the header
` [PATCH 06/10] ARM: OMAP5: powerdomain "
` [PATCH 07/10] ARM: OMAP5: clock data: Add OMAP54XX full clock tree and headers
` [PATCH 08/10] ARM: OMAP5: hwmod data: Create initial OMAP5 SOC hwmod data
` [PATCH 09/10] ARM: OMAP5: voltagedomain data: Add OMAP5 voltage domain data
` [PATCH 10/10] ARM: OMAP5: Enable build and frameowrk initialisations

[PATCH 0/5] ARM: OMAP5: Misc fixes
 2013-01-18 17:08 UTC  (9+ messages)
` [PATCH 1/5] ARM: OMAP5: Update SOC id detection code for ES2
` [PATCH 2/5] ARM: OMAP2+: timer: Update the OMAP5 clocksource name as per clock data
` [PATCH 3/5] ARM: OMAP: prm: Allow prm init to success on OMAP5 SOCs
` [PATCH 4/5] ARM: dts: omap5-evm: Update available memory to 2032 MB
` [PATCH 5/5] ARM: dts: OMAP5: Specify nonsecure PPI IRQ for arch timer

[PATCH 1/1] ARM: Add API to detect SCU base address from CP15
 2013-01-18 16:53 UTC  (5+ messages)

[PATCH] ARM: tegra: DTS: whistler: enable keyboard
 2013-01-18 16:44 UTC  (2+ messages)

[PATCH] at91sam9x5 DTS: add SCK USART pins
 2013-01-18 16:42 UTC 

[PATCH] at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts
 2013-01-18 16:41 UTC 

[PATCH] Documentation at91-pinctrl: fix typo and add some details
 2013-01-18 16:38 UTC 

[PATCH] clk: Deduplicate exit code in clk_set_rate
 2013-01-18 16:07 UTC 

[PATCH] ARM: imx: Remove mach-mx51_3ds board
 2013-01-18 16:04 UTC 

[PATCH] ARM: OMAP2: Fix missing omap2xxx_clkt_vps_xxx function calls
 2013-01-18 15:34 UTC  (6+ messages)

[PATCHv3 0/7] Add pinctrl driver for Allwinner A1X SoCs
 2013-01-18 15:16 UTC  (3+ messages)
` [PATCH 1/7] pinctrl: pinconf-generic: add drive strength parameter

[PATCH v8 00/22] OMAP USB Host cleanup
 2013-01-18 15:08 UTC  (28+ messages)
` [PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
` [PATCH v8 02/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
` [PATCH v8 03/22] mfd: omap-usb-tll: Fix channel count detection
` [PATCH v8 04/22] mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path
` [PATCH v8 05/22] mfd: omap-usb-tll: Clean up clock handling
` [PATCH v8 06/22] mfd: omap-usb-tll: introduce and use mode_needs_tll()
` [PATCH v8 07/22] mfd: omap-usb-tll: Check for missing platform data in probe
` [PATCH v8 08/22] mfd: omap-usb-tll: Fix error message
` [PATCH v8 09/22] mfd: omap-usb-tll: serialize access to TLL device
` [PATCH v8 10/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
` [PATCH v8 11/22] mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
` [PATCH v8 12/22] mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
` [PATCH v8 13/22] mfd: omap-usb-host: know about number of ports from revision register
` [PATCH v8 14/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v8 15/22] mfd: omap-usb-host: cleanup clock management code
` [PATCH v8 16/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
` [PATCH v8 17/22] mfd: omap-usb-host: Get rid of unnecessary spinlock
` [PATCH v8 18/22] mfd: omap-usb-host: clean up omap_usbhs_init()
` [PATCH v8 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies
` [PATCH v8 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases
` [PATCH v8 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
` [PATCH v8 22/22] mdf: omap-usb-host: get rid of build warning

[PATCH v2] drivers/pinctrl: grab default handles from device core
 2013-01-18 15:05 UTC  (3+ messages)

[PATCH v7 0/15] support pinconf in pinctrl single driver
 2013-01-18 15:02 UTC  (19+ messages)
` [PATCH v7 01/15] Revert "pinctrl: single: support gpio request and free"
` [PATCH v7 02/15] pinctrl: core: get devname from pinctrl_dev
` [PATCH v7 03/15] gpio: use pinctrl device name for add range
` [PATCH v7 04/15] gpio: set gpio range cells property as 3
` [PATCH v7 05/15] gpio: fix wrong checking condition for gpio range
` [PATCH v7 06/15] gpio: find gpio base by ascend order
` [PATCH v7 07/15] gpio: pl061: allocate irq dynamically
` [PATCH v7 08/15] gpio: pl061: bind pinctrl by gpio request
` [PATCH v7 09/15] gpio: pl061: set initcall level to module init
` [PATCH v7 10/15] pinctrl: single: create new gpio function range
` [PATCH v7 11/15] pinctrl: generic: add slew rate config parameter
` [PATCH v7 12/15] pinctrl: generic: dump pin configuration
` [PATCH v7 13/15] pinctrl: single: set function mask as optional
` [PATCH v7 14/15] pinctrl: single: support generic pinconf
` [PATCH v7 15/15] ARM: hs: enable hi4511 with device tree

[PATCH v2 0/5] ARM: OMAP4: Enable AESS IP
 2013-01-18 14:47 UTC  (2+ messages)

[PATCH 0/3] Kirkwoode cpufreq driver
 2013-01-18 14:39 UTC  (5+ messages)
` [PATCH 1/3] cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs
` [PATCH 2/3] arm: kirkwood: Instantiate cpufreq driver
` [PATCH 3/3] arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfig

[PATCH 0/5] ARM: dts: OMAP3+: PWM support for TWL and selected boards
 2013-01-18 14:36 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: twl4030: Add PWM support
` [PATCH 2/5] ARM: dts: twl6030: "
` [PATCH 3/5] ARM: dts: omap3-beagle-xm: Use pwm-leds for pmu_stat LED
` [PATCH 4/5] ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED)
` [PATCH 5/5] ARM: dts: omap4-sdp: Add support for pwm-backlight

[PATCH v2 0/8] ARM: OMAP: Audio support via omap-twl4030 and pwm support
 2013-01-18 14:31 UTC  (9+ messages)
` [PATCH v2 1/8] ARM: OMAP: 3430sdp: Enable extmute functionality for audio
` [PATCH v2 2/8] ARM: OMAP: zoom: Zoom2 does not have extmute functionality
` [PATCH v2 3/8] ARM: OMAP2+: twl-common: Add default twl4030 audio configuration
` [PATCH v2 4/8] ARM: OMAP2+: twl-common: Allow boards to customize the twl4030 audio setup
` [PATCH v2 5/8] ARM: OMAP: zoom: Audio support via the common omap-twl4030 machine driver
` [PATCH v2 6/8] ARM: OMAP: sdp3430: "
` [PATCH v2 7/8] ARM: OMAP: board-4430sdp: Proper support for TWL6030 PWM LED/Backlight
` [PATCH v2 8/8] ARM: OMAP: omap3beagle: Use the pwm_leds driver to control the PMU_STAT led

kernel/time/tick-broadcast.c:136:10: error: 'struct clock_event_device' has no member named 'evt_handler'
 2013-01-18 14:27 UTC 

[PATCH v2] arch/arm/mach-s5pv210: adding ifdef CONFIG_CPU_S5PV210 to fix compiling issue
 2013-01-18 13:47 UTC  (3+ messages)
  ` [PATCH v2] arch/arm/mach-s5pv210: adding ifdef CONFIG_CPU_S5PV210to "

[PATCH] ARM: arch_timer: Don't expect both secure and nonsecure PPI IRQ info
 2013-01-18 13:28 UTC  (3+ messages)

[PATCH] ARM: SAMSUNG: Gracefully exit on suspend failure
 2013-01-18 13:18 UTC  (6+ messages)
` [PATCH v2] "

[PATCH RESEND 0/6 v13] gpio: Add block GPIO
 2013-01-18 13:18 UTC  (4+ messages)
` [PATCH RESEND 1/6 v13] gpio: Add a block GPIO API to gpiolib

[PATCH 0/3] Add device tree support for NAND flash in am335x-evm
 2013-01-18 13:17 UTC  (5+ messages)
` [PATCH 1/3] ARM: dts: AM33XX: Add ELM node
` [PATCH 2/3] ARM: dts: AM33XX: Add GPMC node
` [PATCH 3/3] ARM: dts: AM33XX: Add NAND flash device tree data to am335x-evm

[PATCH v8 01/22] USB: ehci-omap: Don't free gpios that we didn't request
 2013-01-18 12:36 UTC 

[PATCH 0/9] ARM: OMAP2+: AM33XX: Misc fixes/updates
 2013-01-18 12:31 UTC  (12+ messages)
` [PATCH 1/9] ARM: OMAP2+: AM33XX: CM: Get rid of unncessary header inclusions
` [PATCH 2/9] ARM: OMAP2+: AM33XX: CM/PRM: Use __ASSEMBLER__ macros in header files
` [PATCH 3/9] ARM: OMAP2+: AM33XX: hwmod: Register OCMC RAM hwmod
` [PATCH 4/9] ARM: OMAP2+: AM33XX: hwmod: Update TPTC0 hwmod with the right flags
` [PATCH 5/9] ARM: OMAP2+: AM33XX: hwmod: Fixup cpgmac0 hwmod entry
` [PATCH 6/9] ARM: OMAP2+: AM33XX: hwmod: Update the WKUP-M3 hwmod with reset status bit
` [PATCH 7/9] ARM: OMAP2+: AM33XX: Update the hardreset API
` [PATCH 8/9] ARM: DTS: AM33XX: Add nodes for OCMC RAM and WKUP-M3
` [PATCH 9/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs

[PATCH 0/4] usb: musb: add driver for control module
 2013-01-18 12:13 UTC  (11+ messages)
` [PATCH 1/4] drivers: usb: phy: add a new driver for usb part of "
` [PATCH 2/4] ARM: OMAP: devices: create device "
` [PATCH 3/4] ARM: OMAP2: MUSB: Specify omap4 has mailbox
` [PATCH 4/4] drivers: usb: start using the control module driver

[PATCH 1/2] usb: mxs-phy: add set_suspend API
 2013-01-18 12:12 UTC  (4+ messages)
` [PATCH 2/2] usb: chipidea: imx: Add system suspend/resume API

[RFC PATCH 0/6] USB: Add multiple PHYs of same type
 2013-01-18 11:54 UTC  (7+ messages)
` [RFC PATCH 1/6] usb: otg: Add an API to bind the USB controller and PHY

[RFC PATCH 0/7] usb: musb: add driver for control module
 2013-01-18 11:47 UTC  (2+ messages)

[PATCH RFC 2/2] Improve bios32 support for DT PCI host bridge controllers
 2013-01-18 11:43 UTC  (2+ messages)

[PATCH 0/4] add ux500_wdt support
 2013-01-18 11:40 UTC  (5+ messages)
` [PATCH 1/4] mfd: dbx500-prcmu: add watchdog ID definitions
` [PATCH 2/4] mfd: dbx500-prcmu: export a9wdog functions
` [PATCH 3/4] watchdog: add support for ux500_wdt watchdog
` [PATCH 4/4] mfd: db8500-prcmu: add ux500_wdt mfd_cell

[PATCH RFC 1/2] Implementation of pci_fixup_irqs for descendants of a specified bus
 2013-01-18 11:37 UTC 

[PATCH v4] ARM: OMAP2+: AM33XX: omap2plus_defconfig: Add support for few drivers
 2013-01-18 11:20 UTC  (2+ messages)

[PATCH 2/2] ARM: use DEBUG_LL infrastructural for multiplatform uncompress debug
 2013-01-18 11:15 UTC  (5+ messages)
` [PATCH v2 2/2] ARM: uncompress debug support for multiplatform build

[v3 0/9] ARM: Initial support for Tegra 114 SoC
 2013-01-18 10:54 UTC  (2+ messages)
` [RESEND][v3 4/9] ARM: Add API to detect SCU base address from CP15

[PATCH] ARM: remove unnecessary 'select GENERIC_GPIO'
 2013-01-18 10:54 UTC  (5+ messages)

[PATCH v3 0/8] MFD: ti_am335x_tscadc: DT support and TSC features addition
 2013-01-18 10:48 UTC  (9+ messages)
` [PATCH v3 1/8] input: ti_am335x_tsc: Step enable bits made configurable
` [PATCH v3 2/8] input: ti_am335x_tsc: Order of TSC wires, "
` [PATCH v3 3/8] input: touchscreen: ti_tsc: remove unwanted fifo flush
` [PATCH v3 4/8] MFD: ti_am335x_tscadc: add device tree binding information
` [PATCH v3 5/8] MFD: ti_am335x_tscadc: Add DT support
` [PATCH v3 6/8] input: ti_am335x_tsc: "
` [PATCH v3 7/8] IIO: ti_am335x_adc: "
` [PATCH v3 8/8] arm/dts: AM335x-evm: Add TSC/ADC MFD device support

OMAP baseline test results for v3.8-rc3
 2013-01-18 10:46 UTC  (4+ messages)

[[PATCH v2]] OMAP: omap4-panda: add WiLink shared transport power functions
 2013-01-18 10:11 UTC  (13+ messages)

[PATCH 00/14] Rewrite Tegra PCIe driver
 2013-01-18 10:09 UTC  (14+ messages)
` [PATCH 10/14] PCI: tegra: Move PCIe driver to drivers/pci/host

[PATCH 0/3] ARM: dts: omap: add dt data for MUSB
 2013-01-18  9:51 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: omap: Add omap control usb data
` [PATCH 2/3] ARM: dts: omap: Add omap-usb2 dt data
` [PATCH 3/3] ARM: dts: omap: Add usb_otg and glue data

[PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
 2013-01-18  9:45 UTC  (4+ messages)

[v4 PATCH 00/12] atmel spi controller with dmaengine and device tree support
 2013-01-18  9:31 UTC  (3+ messages)

[RESEND PATCH v9 0/2] usb: phy: samsung: Introducing usb phy driver for samsung SoCs
 2013-01-18  9:00 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] usb: phy: samsung: Introducing usb phy driver for hsotg
` [RESEND PATCH v9 2/2] usb: s3c-hsotg: Adding phy driver support

[PATCH v2] ARM: remove redundant 'select GENERIC_GPIO'
 2013-01-18  8:58 UTC 

[PATCH] am33xx: cpsw: default to ethernet hwaddr from efuse if not defined in dt
 2013-01-18  8:23 UTC  (4+ messages)

[PATCH 1/5] ARM: exynos: factor out the idle states
 2013-01-18  8:18 UTC  (8+ messages)
` [PATCH 5/5] ARM: exynos: enable/disable cpuidle when cpu1 is down/up

[PATCH 1/2] dma: mv_xor: use proper dma memory management functions
 2013-01-18  7:46 UTC  (8+ messages)
` [PATCH 2/2] dma: mv_xor: do not sync the DMA buffer after being deallocated
        ` [PATCH 1/3] "
        ` [PATCH 2/3] dma: mv_xor: fix DMA-API error handling sanity check
        ` [PATCH 3/3] dma: mv_xor: get rid of a DMA-API sanity check warning

[PATCH 3/4] Enable ecc-mode selection in the driver
 2013-01-18  7:27 UTC  (3+ messages)

[PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()
 2013-01-18  7:16 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: shmobile: kzm9g: Don't use gic_handle_irq()

[PATCH] ARM: shmobile: sh73a0: Use generic irqchip_init()
 2013-01-18  6:56 UTC  (3+ messages)

[PATCH] ARM: shmobile: ipmmu: Add basic PMB support
 2013-01-18  6:35 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).