messages from 2014-04-04 06:53:11 to 2014-04-11 21:10:22 UTC [more...]
[GIT PULL] ARM: OMAP2+: OMAP hwmod and clock fixes for v3.15-rc
2014-04-11 21:10 UTC
[PATCH 00/11] Fixes for omap PM for making omap3 DT only
2014-04-11 21:04 UTC (16+ messages)
` [PATCH 01/11] ARM: OMAP3: PM: remove access to PRM_VOLTCTRL register
` [PATCH 02/11] ARM: OMAP3: Fix idle mode signaling for sys_clkreq and sys_off_mode
` [PATCH 03/11] ARM: OMAP3: Disable broken omap3_set_off_timings function
` [PATCH 04/11] ARM: OMAP3: Fix voltage control for deeper idle states
` [PATCH 05/11] ARM: dts: Configure omap3 twl4030 I2C4 pins by default
` [PATCH 06/11] ARM: OMAP2+: Fix voltage scaling init for device tree
` [PATCH 07/11] ARM: dts: Enable N900 keybaord sleep leds by default
` [PATCH 08/11] ARM: dts: Fix omap serial wake-up when booted with device tree
` [PATCH 09/11] ARM: OMAP2+: Enable CPUidle in omap2plus_defconfig
` [PATCH 10/11] mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree
` [PATCH 11/11] pinctrl: single: Clear pin interrupts enabled by bootloader
[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
2014-04-11 20:56 UTC (29+ messages)
` [PATCH v2 03/14] dma: edma: Add support for DMA_PAUSE/RESUME operation
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT
` [PATCH v2 07/14] arm: common: edma: API to request non default queue for a channel
` [PATCH v2 08/14] DMA: edma: Use different eventq for cyclic channels
` [PATCH v2 10/14] dma: edma: Simplify direction configuration in edma_config_pset()
[PATCH] ARM: OMAP2+: don't try to register the main clock twice
2014-04-11 18:33 UTC (2+ messages)
[PATCH] ARM: OMAP2+: hwmod: fix missing braces in _init()
2014-04-11 18:27 UTC (2+ messages)
[PATCH V3 0/6] Add Display support for AM43xx
2014-04-11 18:24 UTC (9+ messages)
` [PATCH V3 1/6] OMAPDSS: Add DSS features "
` [PATCH V3 2/6] ARM: AM43xx: fix dpll init in bypass mode
` [PATCH V3 5/6] ARM: am4372.dtsi: add omapdss information
[PATCH] ARM: AM33xx: hwmod: Add INIT_NO_IDLE flag for debugss hwmod
2014-04-11 18:09 UTC (3+ messages)
[PATCH] ARM: OMAP3: hwmod_data: Correct clock domains for USB modules
2014-04-11 17:58 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/5] GPIO OMAP driver changes for v3.16
2014-04-11 15:03 UTC (17+ messages)
` [PATCH 1/5] gpio: omap: convert to use irq_domain_add_simple()
` [PATCH 2/5] gpio: omap: check gpiochip_add() return value
` [PATCH 3/5] gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAP
` [PATCH 4/5] gpio: omap: convert driver to use gpiolib irqchip
` [PATCH 5/5] MAINTAINERS: update GPIO OMAP driver entry
[PATCH v2 0/3] ARM: OMAP2+: AM437x: L2 cache support
2014-04-11 12:01 UTC (20+ messages)
` [PATCH v2 1/3] ARM: OMAP2+: L2 cache: allow different aux ctrl settings
` [PATCH v2 2/3] ARM: OMAP2+: L2 cache: get rid of init call
` [PATCH v2 3/3] ARM: OMAP2+: AM43x: L2 cache support
SUSPECT: General web-mail maintenance
2014-04-11 10:33 UTC
[PATCH] ARM: OMAP2+: replace PTR_RET with PTR_ERR_OR_ZERO
2014-04-11 10:03 UTC
[PATCH] ARM: OMAP2+: gpmc: fix: replace PTR_RET with PTR_ERR_OR_ZERO
2014-04-11 10:03 UTC
[PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions
2014-04-10 23:30 UTC (14+ messages)
[PATCH] irq: crossbar: improve allocate_free_irq() complexity
2014-04-10 21:55 UTC (2+ messages)
[PATCH] serial: omap: Fix missing pm_runtime_resume handling by simplifying code
2014-04-10 21:47 UTC (2+ messages)
[PATCH 00/13] extcon: major rework
2014-04-10 18:09 UTC (15+ messages)
` [PATCH 01/13] Documentation: add extcon devicetree bindings
` [PATCH 02/13] Documentation: update charger-manager "
` [PATCH 05/13] extcon: extcon-class: improve extcon client API
` [PATCH 06/13] extcon: extcon-class: remove unused functions
` [PATCH 03/13] extcon: extcon-class: remove extcon_set_cable_state() function
` [PATCH 04/13] extcon: extcon-class: match extcon device by devicetree node
` [PATCH 07/13] extcon: extcon-class: improve get_cable_state_()/set_cable_state_() functions
` [PATCH 08/13] extcon: extcon-class: simplify extcon_updata_state() function
` [PATCH 09/13] extcon: extcon-class: move example to Documentation
` [PATCH 10/13] extcon: extcon-gpio: add devicetree support
` [PATCH 11/13] extcon: extcon-adc-jack: "
` [PATCH 12/13] extcon: extcon-max8997: check if pdata exists
` [PATCH 13/13] extcon: extcon-max77693: "
[PATCHv2] i2c: omap: Disable default probing of i2c devices for omap i2c
2014-04-10 13:45 UTC (4+ messages)
[PATCH 1/2] usb: rename 'phy' field of 'struct usb_hcd' to 'transceiver'
2014-04-10 12:40 UTC (17+ messages)
[RFC PATCH 0/5] add gpio_chip_ops to hold GPIO operations
2014-04-10 11:46 UTC (10+ messages)
` [RFC PATCH 1/5] gpio: add a vtable to abstract GPIO controller operations
` [RFC PATCH 2/5] gpiolib: set gpio_chip operations on add using a gpio_chip_ops
` [RFC PATCH 3/5] gpio: omap: convert driver to use gpio_chip_ops
` [RFC PATCH 4/5] gpio: twl4030: "
` [RFC PATCH 5/5] gpio: switch to use struct struct gpio_chip_ops
[PATCH 0/2] improve pwm lookup support without device tree
2014-04-10 7:37 UTC (7+ messages)
` [PATCH 1/2] pwm: add period and polarity to struct pwm_lookup
` [PATCH 2/2] pwm: use PWM_LOOKUP to set the period and polarity
AM437x-epos (next-20140409-omap2plus_defconfig) - boot time warning: qspi/otg
2014-04-09 13:25 UTC (5+ messages)
` omap based boards (next-20140409-omap2plus_defconfig) - boot time warning:
[PATCH] i2c: omap: Disable default probing of i2c devices for omap i2c
2014-04-09 10:22 UTC
[PATCH] ARM: dts: am335x-boards: Fixup the usb control module address in respective Board files
2014-04-09 6:56 UTC
[PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot
2014-04-09 6:27 UTC (5+ messages)
[PATCHv3 00/41] OMAPDSS: DT support v3
2014-04-08 15:29 UTC (5+ messages)
` [PATCHv3 19/41] OMAPDSS: panel-dpi: Add DT support
[PATCH 0/2] ARM: dts: sbc-t54: add support for sbc-t54 with cm-t54
2014-04-08 13:08 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ARM: dts: cm-t54: add WiFi/BT support
[PATCH] ARM: dts: OMAP2+: remove uses of obsolete gpmc,device-nand
2014-04-08 9:20 UTC
[PATCH] usb: dwc3: add glue layer dependencies
2014-04-08 8:42 UTC
[PATCHv2 0/5] tsc2005 DT binding
2014-04-08 2:53 UTC (9+ messages)
` [PATCHv2 1/5] Input: add common DT binding for touchscreens
` [PATCHv2 2/5] Input: tsc2005: use dev_err for error messages
` [PATCHv2 3/5] Input: tsc2005: convert driver to use devm_*
` [PATCHv2 4/5] Input: tsc2005: add DT support
` [PATCHv2 5/5] Documentation: dt: Document TSC2005 DT binding
[PATCH] ARM: OMAP2+: Add support for RNG on DT booted N900
2014-04-07 12:28 UTC
[GIT PULL] fbdev changes for 3.15 (OMAP related)
2014-04-07 9:35 UTC
[RFC] power_supply: Introduce generic psy charging driver
2014-04-07 4:10 UTC
[RFC 0/2] [media] si4713 DT binding
2014-04-06 11:52 UTC (3+ messages)
` [RFC 1/2] [media] si4713: add Device Tree support
` [RFC 2/2] [media] Ad DT binding documentation for si4713
[PATCH 0/5] DT support for N900 soundcard (rx51-audio)
2014-04-05 21:35 UTC (6+ messages)
` [PATCH 1/5] ASoC: omap: rx51: Use devm_snd_soc_register_card
` [PATCH 2/5] ASoC: Allow Aux Codecs to be specified using DT
` [PATCH 3/5] ASoC: RX-51: Add DT support to sound driver
` [PATCH 4/5] ASoC: RX-51: Convert to table based DAPM setup
` [PATCH 5/5] ASoC: tlv320aic3x: fix shared reset pin for DT
[PATCH] clk: Add driver for Palmas clk32kg and clk32kgaudio clocks
2014-04-04 6:53 UTC (3+ 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).