messages from 2012-04-11 22:21:29 to 2012-04-12 18:06:02 UTC [more...]
[PATCH v3] ARM: ux500: core U9540 support
2012-04-12 18:06 UTC (2+ messages)
[PATCH] arm: iomap.c: include asm/vga.h to pickup declaration of exported symbol
2012-04-12 18:04 UTC
[PATCH] dma-mapping.c: local variables should not be exposed globaly
2012-04-12 17:56 UTC
[PATCH] pinctrl: mark non-EXPERIMENTAL
2012-04-12 17:51 UTC
Question about return_address()
2012-04-12 17:37 UTC
[PATCH v2] pinctrl: implement pinctrl deferred probing
2012-04-12 17:34 UTC (3+ messages)
[PATCH v2 0/2] Fixes in hwmod reset code
2012-04-12 17:15 UTC (7+ messages)
` [PATCH v2 2/2] ARM: omap: hwmod: Make omap_hwmod_softreset wait for reset status
[PATCH v3 0/3] Add PATA host controller support for Cirrus Logic EP93xx CPU
2012-04-12 17:09 UTC (5+ messages)
` [PATCH v3 1/3] PATA host controller driver for ep93xx
` [PATCH v3 2/3] ep93xx: IDE driver platform support code
` [PATCH v3 3/3] ep93xx: Add IDE support to edb93xx boards
[PATCH] ARM: omap: hwmod: warn only when clkdm is missing from both clk and hwmod
2012-04-12 17:06 UTC (2+ messages)
[PATCH v4 0/7] Add TI EMIF SDRAM controller driver
2012-04-12 17:00 UTC (13+ messages)
[PATCH 01/40] clkdev: add clkname to struct clk_lookup
2012-04-12 16:33 UTC (11+ messages)
[PATCH 1/2] mfd: da9052: add device-tree support for i2c driver
2012-04-12 15:59 UTC (4+ messages)
` [PATCH 2/2] regulator: da9052: add device tree support
[PATCH] arm: msm: trout: fix compile failure
2012-04-12 15:45 UTC
[PATCH] ARM: dts: remove blank interrupt-parent properties
2012-04-12 15:17 UTC
[PATCH 0/2] ARM: mm: Add v7_flush_dcache_by_level() API
2012-04-12 14:30 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ARM: mm: Flush only CPU local cache instead of all cache levels
[PATCH 0/3] ARM errata fixes for multiple-platform kernels
2012-04-12 14:12 UTC (4+ messages)
` [PATCH 1/3] ARM: errata: only handle ARM erratum #326103 on affected cores
` [PATCH 2/3] ARM: l2x0: only apply workaround for erratum #753970 on PL310
` [PATCH 3/3] ARM: l2x0: only write to debug registers "
[PATCH] gpio: pxa: Set PXA GPIO irq_chip IRQCHIP_SKIP_SET_WAKE flag
2012-04-12 14:06 UTC
[PATCH] ARM: dts: Add basic support for imx6q-sabresd
2012-04-12 13:55 UTC
[PATCH 00/13] common clk framework misc fixes
2012-04-12 13:11 UTC (31+ messages)
` [PATCH 01/13] clk: core: correct clk_set_rate kerneldoc
` [PATCH 02/13] clk: core: remove dead code paths
` [PATCH 03/13] clk: core: clk_calc_new_rates handles NULL parents
` [PATCH 04/13] clk: core: enforce clk_ops consistency
` [PATCH 05/13] clk: use kzalloc in clk_register_mux
` [PATCH 06/13] clk: remove unnecessary EXPORT_SYMBOL_GPL
` [PATCH 07/13] clk: add "const" for clk_ops of basic clks
` [PATCH 08/13] clk: declare clk_ops of basic clks in clk-provider.h
` [PATCH 09/13] clk: Make clk_get_rate() return 0 on error
` [PATCH 10/13] clk: Remove comment for end of CONFIG_COMMON_CLK section
` [PATCH 11/13] clk: Constify parent name arrays
` [PATCH 12/13] clk: core: copy parent_names & return error codes
` [PATCH 13/13] clk: basic: improve parent_names & return errors
` [PATCH 1/3] clk: always pass parent_rate into .round_rate
` [PATCH 2/3] clk: pass parent_rate into .set_rate
` [PATCH 3/3] clk: propagate round_rate for CLK_SET_RATE_PARENT case
[RFC PATCH 0/3] ARM: add cache level maintenance operations
2012-04-12 13:08 UTC (4+ messages)
` [RFC PATCH 1/3] ARM: mm: define cache levels for cache maintenance ops
` [RFC PATCH 2/3] ARM: mm: v7 cache level operations
` [RFC PATCH 3/3] ARM: kernel: update cpu_suspend code to use dcache "
[PATCHv8 00/18] I2C Updates
2012-04-12 13:06 UTC (19+ messages)
` [PATCHv8 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
` [PATCHv8 02/18] I2C: OMAP: Remove reset at init
` [PATCHv8 03/18] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv8 04/18] I2C: OMAP: I2C register restore only if context is lost
` [PATCHv8 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv8 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
` [PATCHv8 07/18] I2C: OMAP: Optimise the remove code
` [PATCHv8 08/18] I2C: OMAP: Fix the error handling
` [PATCHv8 09/18] I2C: OMAP: Correct I2C revision for OMAP3
` [PATCHv8 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv8 11/18] I2C: OMAP: use devm_* functions
` [PATCHv8 12/18] I2C: OMAP: Fix the crash in i2c remove
` [PATCHv8 13/18] I2C: OMAP: Handle error check for pm runtime
` [PATCHv8 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
` [PATCHv8 15/18] I2C: OMAP: make the read ready processing a separate function
` [PATCHv8 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv8 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv8 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462
[PATCH 1/1] ARM: OMAP4: Remove un-used control module headers and defines
2012-04-12 12:57 UTC (2+ messages)
[PATCH 0/9] AT91: more DT soc and boards support
2012-04-12 12:47 UTC (6+ messages)
` [PATCH 3/9] ARM: at91: add at91sam9g20ek boards dt support
[PATCH 1/2] ARM: PXA2xx: MFP: fix bug with MFP_LPM_KEEP_OUTPUT
2012-04-12 12:43 UTC (2+ messages)
` [PATCH 2/2] ARM: PXA2xx: MFP: fix potential direction bug
[PATCHv24 00/16] Contiguous Memory Allocator
2012-04-12 12:39 UTC (2+ messages)
[PATCH/RFC] ARM: Exynos4: Integrate IOMMU aware DMA-mapping
2012-04-12 12:38 UTC (7+ messages)
` [PATCH] ARM: Exynos4: integrate SYSMMU driver with DMA-mapping interface
[PATCH v6 00/17] Add PWM framework and device tree support
2012-04-12 12:27 UTC (6+ messages)
` [PATCH v6 17/17] pwm: Take over maintainership of the PWM subsystem
[PATCH][RESEND] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
2012-04-12 12:11 UTC (3+ messages)
Booting DT support without U-Boot supporting it
2012-04-12 11:37 UTC (4+ messages)
[PATCH] ARM: pxa: mfp: Force gpio direction for MFP_LPM_KEEP_OUTPUT
2012-04-12 10:59 UTC (2+ messages)
[PATCH] iommu: OMAP: device detach on domain destroy
2012-04-12 10:25 UTC (2+ messages)
[PATCHv8 00/10] ARM: DMA-mapping framework redesign
2012-04-12 9:49 UTC (4+ messages)
` [PATCHv8 10/10] ARM: dma-mapping: add support for IOMMU mapper
[PATCH] ARM pxa pcm027: use ioremap to access CPLD
2012-04-12 9:45 UTC
[RESEND PATCH] ARM: tls: remove covert channel via TPIDRURW
2012-04-12 9:19 UTC
[RFC] DRM helpers for embedded systems
2012-04-12 8:58 UTC (4+ messages)
` [PATCH 3/7] DRM: add sdrm layer for general embedded system support
[PATCH for 3.4] MFD: twl6040: Convert to i2c driver, and separate it from twl core
2012-04-12 8:52 UTC (3+ messages)
[PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device
2012-04-12 8:26 UTC (2+ messages)
[PATCH 0/2] Exynos: fix SYSMMU driver to work with power domains
2012-04-12 8:19 UTC (2+ messages)
[PATCHv2] Input: omap-keypad: dynamically handle register offsets
2012-04-12 7:38 UTC
[PATCH 0/4] Add support for Atmel's AT91SAM9N12-EK (With DT)
2012-04-12 7:26 UTC (6+ messages)
` [PATCH 1/4] AT91: Add DT description files for AT91SAM9N12-EK
` [PATCH 2/4] AT91: Add machine header file for AT91SAM9N12 SoC
` [PATCH 3/4] AT91: Add machine files "
` [PATCH 4/4] Add default kernel configuration file for AT91SAM9N12-EK
[PATCH 2/2 v3] dma/amba-pl08x: add support for the Nomadik variant
2012-04-12 7:01 UTC
[PATCH 2/2 v2] dma/amba-pl08x: add support for the Nomadik variant
2012-04-12 6:56 UTC (4+ messages)
[GIT PULL] ARM: spear-soc DT support for 3.5
2012-04-12 6:49 UTC (3+ messages)
[PATCH 0/2] ARM: ixp4xx: fix compilation and oops
2012-04-12 5:25 UTC (3+ messages)
` [PATCH 1/2] ARM: ixp4xx: fix compilation, add gpiolib support
[PATCH V3 0/4] pinctrl: Add SPEAr pinctrl support
2012-04-12 5:24 UTC (4+ messages)
` [PATCH V3 1/4] SPEAr: Remove existing padmux support for SPEAr
` [PATCH V3 2/4] pinctrl: Add SPEAr pinctrl drivers
` [PATCH V3 4/4] SPEAr3xx: Add pinctrl support for boards
linux-next: manual merge of the arm-soc tree with the mmc tree
2012-04-12 4:54 UTC (2+ messages)
[PATCH] ARM: OMAP2+: remove redundant sysconfig context restore
2012-04-12 4:52 UTC (2+ messages)
Convert i.MX architecture to generic clock framework
2012-04-12 3:30 UTC (8+ messages)
` [PATCH 25/40] ARM: imx: add common clock support for clk busy
arm: omap3: am35x: Powerdomain, EMIF4, etc. fixups
2012-04-12 2:29 UTC (37+ messages)
` [PATCH 02/12] arm: omap3: Only sleep during cpu_idle if I/O wake-ups work
` [PATCH 03/12] arm: omap3: Only sleep in cpuidle driver "
` [PATCH 05/12] arm: omap3: am35x: Add PWROFF feature
` [PATCH 07/12] arm: omap3: am35x: Set proper powerdomain states
` [PATCH 08/12] arm: omap3: am35x: Fix clockdomain dependencies
` [PATCH 09/12] arm: omap3: am35x: Add SDRC EMIF4 feature
` [PATCH 10/12] arm: omap3: am35x: Add minimal EMIF4 support
` [PATCH 11/12] arm: omap3: am35x: Add do_wfi routine for EMIF4 submodules
[PATCH v3 0/4] video: s3c-fb: Rearrange the elements in platform data
2012-04-12 2:20 UTC (2+ messages)
[PATCH 1/4] ARM: imx27-dt: Fix build due to removal of irq_domain_add_simple()
2012-04-12 1:12 UTC (4+ messages)
` [PATCH 2/4] ARM: imx27: Use 'AITC' for the interrupt controller name
` [PATCH 3/4] ARM: dts: Add basic support for mx27_3ds board
` [PATCH 4/4] ARM: imx_v4_v5_defconfig: Let CONFIG_MACH_IMX27_DT be built by default
[PATCH] Add devicetree support for i.MX27 SoCs
2012-04-12 0:13 UTC (6+ messages)
` [PATCH 1/3] ARM i.MX27: Add devicetree support
[PATCH] ARM: imx_v4_v5_defconfig: Add support for CONFIG_REGULATOR_FIXED_VOLTAGE
2012-04-11 23:24 UTC
[PATCH] Fix build breakage in ep93xx-core
2012-04-11 23:15 UTC (3+ messages)
[PATCH 1/3] integrator: fix the IRQ masks on the Integrator/CP
2012-04-11 23:07 UTC (3+ messages)
[PATCH v2] arm: ep93xx: use gpio_led_register_device
2012-04-11 23:07 UTC (3+ messages)
[PATCH 2/3] plat-versatile: modernize FPGA IRQ controller
2012-04-11 23:03 UTC (2+ messages)
[PATCH 0/1] Renaming AMBA to PRIMECELL
2012-04-11 22:47 UTC (3+ messages)
` [PATCH 1/1] ARM: Rename CONFIG_ARM_AMBA to CONFIG_ARM_PRIMECELL
[PATCH] pinctrl: tegra: debugfs enhancements
2012-04-11 22:47 UTC
[PATCH v3] arm: ep93xx: use gpio_led_register_device
2012-04-11 22:44 UTC
[PATCH 3/3] plat-versatile: internalize FPGA IRQ data
2012-04-11 22:44 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).