messages from 2014-07-28 20:02:50 to 2014-07-29 22:06:47 UTC [more...]
[PATCH net v3 0/6] net: stmmac: Improve mcast/ucast filter for snps
2014-07-29 22:06 UTC (7+ messages)
` [PATCH net v3 1/6] net: stmmac: Change MAC interface to support multiple filter configurations
` [PATCH net v3 2/6] net: stmmac: Correct set_filter for multicast and unicast cases
` [PATCH net v3 3/6] dts: Add bindings for multicast hash bins and perfect filter entries
` [PATCH net v3 4/6] ARM: socfpga: Add socfpga Ethernet filter attributes entries
` [PATCH net v3 5/6] net: stmmac: Support devicetree configs for mcast and ucast filter entries
` [PATCH net v3 6/6] net: stmmac: squelch sparse warning with casts
[PATCH v2 RESEND 0/4] CMA & device tree, once again
2014-07-29 21:58 UTC (9+ messages)
` [PATCH v2 RESEND 2/4] drivers: of: initialize and assign reserved memory to newly created devices
` [PATCH v2 RESEND 3/4] drivers: dma-coherent: add initialization from device tree
` [PATCH v2 RESEND 4/4] drivers: dma-contiguous: "
[PATCH v3 0/4] Support for Qualcomm QPNP PMIC's
2014-07-29 21:54 UTC (3+ messages)
` [PATCH v3 1/4] mfd: pm8xxx-spmi: add support for Qualcomm SPMI PMICs
[PATCH 0/5] Add eMMC and SD card support for rk3288-evb
2014-07-29 20:42 UTC (7+ messages)
` [PATCH 1/5] ARM: dts: Add emmc and sdmmc to the rk3288 device tree
` [PATCH 2/5] ARM: dts: Enable emmc and sdmmc on the rk3288-evb boards
` [PATCH 3/5] ARM: dts: Enable DDR50 mode on the eMMC
` [PATCH 4/5] ARM: dts: Take the mmc slot node out of rk3288-evb
` [PATCH 5/5] ARM: dts: mmc slot node gone on rk3288 => no more address / size cells
[Patch v3] input: drv260x: Add TI drv260x haptics driver
2014-07-29 20:28 UTC (3+ messages)
[PATCH 1/2] ASoC: Add support for CS35L32 Boosted Amplifier
2014-07-29 20:02 UTC (2+ messages)
` [PATCH 2/2] Documentation: dt: bindings: sound: Add bindings file for CS35L32
[PATCH 0/4] ARM: rockchip: add dma support
2014-07-29 19:55 UTC (6+ messages)
` [PATCH 1/4] clk: rockchip: protect critical clocks from getting disabled
` [PATCH 2/4] ARM: rockchip: enable the AMBA bus
` [PATCH 3/4] ARM: dts: rockchip: add rk3288 dma controllers
` [PATCH 4/4] ARM: dts: rockchip: add rk3188 "
[RFC 0/5] Get voltage from parent if not available on child
2014-07-29 18:26 UTC (11+ messages)
` [RFC 1/5] regulator: core: Get voltage from parent if not available
` [RFC 2/5] regulator: core: Allow to get voltage count and list from parent
` [RFC 3/5] regulator: core: Only apply constraints if available on list voltage
` [RFC 4/5] regulator: tps65090: Set voltage for fixed regulators
` [RFC 5/5] ARM: dts: Improve Peach Pit and Pi power scheme model
[PATCH v6 0/2] Add Freescale ASRC driver
2014-07-29 18:23 UTC (4+ messages)
` [PATCH v6 1/2] ARM: imx: Add the secondary request into the structure for imx-sdma
` [PATCH v6 2/2] ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform drivers
[PATCHv7 0/5] ARM: remove the sub-node and deprecate supports-highspeed property for dwmmc
2014-07-29 18:01 UTC (3+ messages)
` [PATCHv7 5/5] mmc: dw_mmc: replace "disable-wp" from slot's quirk to host's quirk
[PATCH] ARM: dt: sun7i: Add Banana Pi board
2014-07-29 17:02 UTC
[PATCH] mmc: dw_mmc: add support for RK3288
2014-07-29 16:38 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/35] arm: omap: move intc to drivers/irqchip/
2014-07-29 16:33 UTC (52+ messages)
` [PATCH 01/35] arm: omap: irq: make omap_irq_base global
` [PATCH 02/35] arm: omap: irq: define INTC_ILR0 register
` [PATCH 04/35] arm: omap: irq: add a global omap_nr_irqs variable
` [PATCH 06/35] arm: omap: irq: remove unused macro
` [PATCH 07/35] arm: omap: irq: switch over to intc_readl on omap_intc_handle_irq
` [PATCH 08/35] arm: omap: irq: remove unnecessary base_addr argument
` [PATCH 09/35] arm: omap: irq: rename omap3_intc_regs
` [PATCH 10/35] arm: omap: irq: always define omap3 support
` [PATCH 11/35] arm: omap: irq: reorganize code a little bit
` [PATCH 12/35] arm: omap: irq: make intc_of_init static
` [PATCH 13/35] arm: omap: irq: call set_handle_irq() from intc_of_init
` [PATCH 14/35] arm: omap: irq: use IRQCHIP_DECLARE macro
` [PATCH 15/35] arm: omap: irq: drop .handle_irq and .init_irq fields
` [PATCH 03/35] arm: omap: irq: start to remove irq_banks array
` [PATCH 05/35] arm: omap: irq: remove rest of irq_banks usage
` [PATCH 16/35] arm: omap: irq: add specific compatibles for omap3 and am33xx devices
` [PATCH 23/35] arm: omap: irq: drop omap3_intc_handle_irq()
` [PATCH 17/35] arm: omap: irq: use compatible flag to figure out number of IRQ lines
` [PATCH 18/35] arm: boot: dts: am33xx/omap3: fix intc compatible flag
` [PATCH 19/35] arm: omap: irq: drop ti,intc-size support
` [PATCH 20/35] arm: boot: dts: omap2/3/am33xx: drop ti,intc-size
` [PATCH 21/35] arm: omap: irq: move some more code around
` [PATCH 22/35] arm: omap: irq: call set_handle_irq() from .init_irq
` [PATCH 24/35] arm: omap: irq: drop omap2_intc_handle_irq()
` [PATCH 25/35] arm: omap: irq: remove unnecessary header
` [PATCH 26/35] arm: omap: irq: remove nr_irqs argument
` [PATCH 27/35] arm: omap: irq: introduce omap_nr_pending
` [PATCH 28/35] arm: omap: irq: get rid of ifdef hack
` [PATCH 29/35] arm: omap: intc: switch over to linear irq domain
` [PATCH 30/35] irqchip: add irq-omap-intc.h header
` [PATCH 31/35] arm: omap: irq: move irq.c to drivers/irqchip/
` [PATCH 32/35] irq: intc: minor improvement to omap_irq_pending()
` [PATCH 33/35] irq: intc: comment style cleanup
` [PATCH 34/35] irq: intc: remove unnecesary of_address_to_resource() call
` [PATCH 35/35] irq: intc: enable IP protection
[PATCH v2 1/4] ARM: dts: exynos5250: max77686 is Snow only
2014-07-29 16:16 UTC (14+ messages)
` [PATCH v2 2/4] ARM: dts: exynos5250: cypress,cyapa trackpad "
` [PATCH v2 3/4] ARM: dts: exynos5250: Fold common ChromeOS parts into Snow
use IORESOURCE_REG resource type for non-translatable addresses in DT
2014-07-29 15:29 UTC (4+ messages)
[RFC PATCH 0/3] omap-serial high-speed fixes/improvements
2014-07-29 15:02 UTC (6+ messages)
` [PATCH 1/3] tty: omap-serial: prevent division by zero
` [PATCH 2/3] tty: omap-serial: use threaded interrupt handler
` [PATCH 3/3] tty: omap-serial: support setting of hardware flow control in dts
[PATCH v11 0/8] ARM: berlin: add AHCI support
2014-07-29 14:40 UTC (7+ messages)
` [PATCH v11 3/8] ata: libahci_platform: move port_map parameters into the AHCI structure
` [PATCH v11 4/8] ata: libahci: allow to use multiple PHYs
[v2] input: drv260x: Add TI drv260x haptics driver
2014-07-29 14:39 UTC (9+ messages)
[PATCH v4 0/4]ata: Fixes related to APM X-Gene SATA host controller driver
2014-07-29 14:36 UTC (8+ messages)
` [PATCH v4 1/4] ata: Fix the watermark threshold for the "
` [PATCH v4 2/4] arm64: Remove the clock and PHY reference from the APM X-Gene SoC AHCI SATA Host controller dts node
` [PATCH v4 3/4] ata: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver
` [PATCH v4 4/4] ata: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host Controller driver
[PATCH v2 0/2] This series adds support for Rockchip SoCs integrated PWM
2014-07-29 14:17 UTC (16+ messages)
` [PATCH v2 2/2] pwm: add this patch to support the new pwm of Rockchip SoCs
[PATCH 0/3] arm: dts: omap3-gta04: Move common parts to include file and add models
2014-07-29 14:12 UTC (13+ messages)
` [PATCH 3/3] arm: dts: Add gta04a5 model
[PATCH 0/5] irqchip: New driver for ST's SysCfg controlled IRQs
2014-07-29 14:05 UTC (7+ messages)
` [PATCH 1/6] dt: bindings: Supply shared ST IRQ defines
` [PATCH 2/6] irqchip: Supply new driver for STi based devices
` [PATCH 3/6] irqchip: irq-st: Add documentation for STi based syscfg IRQs
` [PATCH 4/6] ARM: STi: STiH416: Enable Cortex-A9 PMU support
` [PATCH 5/6] ARM: STi: STiH416: Enable PMU IRQs
` [PATCH 6/6] ARM: STI: Ensure requested STi's SysCfg Controlled IRQs are enabled at boot
[RESEND PATCH] thermal: samsung: Add TMU support for Exynos3250 SoC
2014-07-29 13:39 UTC (4+ messages)
[PATCH 0/3] ARM: dts: Add TMU dt node and missing data for Exynos3250
2014-07-29 13:37 UTC (5+ messages)
` [PATCH 1/3] ARM: dts: Add TMU dt node to monitor the temperature "
` [PATCH 2/3] ARM: dts: Remove duplicate 'interrput-parent' property "
` [PATCH 3/3] ARM: dts: Add missing pinctrl for uart0/1 "
[PATCH v6 00/14] drm/exynos: support LCD I80 interface display
2014-07-29 13:08 UTC (7+ messages)
` [PATCH v6 10/14] drm/panel: add S6E3FA0 driver
[PATCH V6 0/8] drm/exynos: few patches to enhance bridge chip support
2014-07-29 11:47 UTC (10+ messages)
` [PATCH V6 8/8] drm/bridge: Add i2c based driver for ps8622/ps8625 bridge
[PATCH] ARM: at91: spi: request all csgpio in spi probe
2014-07-29 11:32 UTC (6+ messages)
[PATCH v9] video: ARM CLCD: Add DT support
2014-07-29 11:15 UTC (5+ messages)
[PATCH v3 0/2] Add Freescale ASRC driver
2014-07-29 10:13 UTC (4+ messages)
` [PATCH v3 2/2] ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform drivers
[PATCH] devicetree/bindings: Add binding for micron n25q512a memory
2014-07-29 9:24 UTC (5+ messages)
Hello
2014-07-29 8:23 UTC
[PATCH 0/3] Fix boot-hang on Peach-pit and Enable audio
2014-07-29 6:58 UTC (7+ messages)
` [PATCH 1/3] clk: exynos-audss: Keep the parent of mout_audss always enabled
[PATCHv4 0/5] mtd: gpmi: make blockmark swapping optional
2014-07-29 6:31 UTC (8+ messages)
` [PATCHv4 1/5] mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variables
` [PATCHv4 2/5] mtd: gpmi: remove line breaks from error messages and improve wording
` [PATCHv4 3/5] mtd: gpmi: make blockmark swapping optional
` [PATCHv4 4/5] of/mtd/nand: add generic binding and helper for NAND_BBT_NO_OOB_BBM
` [PATCHv4 5/5] mtd: gpmi: prevent creating a new BBT when blockmark swapping is disabled
[PATCH 0/4] OF: Dynamic fixes after re-org
2014-07-29 6:28 UTC (7+ messages)
` [PATCH 1/4] of: Only call notifiers when node is attached
` [PATCH 2/4] of: Add old prop argument on OF_RECONFIG_UPDATE_PROPERTY
` [PATCH 3/4] of: of_reconfig_get_state_change() of notifier helper
` [PATCH 4/4] of: dynamic: Handle special properties changes
[PATCH/RFC 0/4] of: Register clocks for Runtime PM with PM core
2014-07-29 5:52 UTC (6+ messages)
` [RFC PATCH 0/2] use named clocks list to register clocks for PM clock domain
` [RFC PATCH 2/2] of/clk: use "clkops-clocks" to specify clocks handled by clock_ops domain
[PATCH v3 00/15] Add Flexgen Clock support
2014-07-29 5:44 UTC (4+ messages)
` [PATCH v3 06/15] drivers: clk: st: STiH407: Support for Flexgen Clocks
[LINUX PATCH] ARM: zynq: DT: Remove DMA from board DTs
2014-07-29 5:33 UTC (3+ messages)
[PATCH RFC v4 4/4] Documentation: nand: pl353: Add documentation for controller and driver
2014-07-29 2:44 UTC (4+ messages)
[PATCH RFC 0/2] Enable wifi on pandaboard
2014-07-29 1:27 UTC (9+ messages)
` [PATCH RFC 2/2] regulator: twl: Re-add clk32kg to get wifi working
[PATCH v2 0/6] Migrate PXA27x platforms to clock framework
2014-07-29 1:25 UTC (6+ messages)
[PATCH v2 09/11] Documentation: devicetree: Fix ADI AXI SPDIF specification
2014-07-28 21:28 UTC (11+ messages)
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).