linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-18 13:30:39 to 2013-11-21 18:36:32 UTC [more...]

commit c368e5fc2a190923b786f2de3e79430ea3566a25 regresses MMC
 2013-11-21 18:36 UTC  (8+ messages)

[PATCH 0/2] ARM: dts: omap4: Fix pin muxing for wl12xx
 2013-11-21 17:27 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: omap4-panda-common: "
` [PATCH 2/2] ARM: dts: omap4-sdp: "

[PATCH v2 06/10] mmc: omap_hsmmc: add support for pbias configuration in dt
 2013-11-21 17:03 UTC  (13+ messages)
` [RFC PATCH v3 0/8] mmc: omap_hsmmc: pbias dt and cleanup
  ` [RFC PATCH v3 1/8] mmc: omap_hsmmc: use devm_regulator API
  ` [RFC PATCH v3 2/8] mmc: omap_hsmmc: handle vcc and vcc_aux independently
    ` [RFC PATCH v3 3/8] regulator: add pbias regulator support
  ` [RFC PATCH v3 4/8] mmc: omap_hsmmc: adapt hsmmc to use pbias regulator
  ` [RFC PATCH v3 5/8] ARM: dts: add pbias dt node
  ` [RFC PATCH v3 6/8] ARM: dts: add pbias-supply
  ` [RFC PATCH v3 7/8] ARM: OMAP: enable SYSCON and REGULATOR_PBIAS in omap2plus_defconfig
  ` [RFC PATCH v3 8/8] mmc: omap_hsmmc: remove pbias workaround

безразлично какая синьора увидит Оргазм
 2013-11-21 15:59 UTC 

[PATCHv5 10/20] arm: dts: add omap4430 thermal data
 2013-11-21 15:36 UTC  (3+ messages)

[PATCH] usb: phy: am335x: Prevent GPIO reset line request
 2013-11-21 13:01 UTC  (6+ messages)

[PATCH] mfd: twl-core: Clean up module by removing twl603x pdata handling
 2013-11-21 12:13 UTC 

[PATCH v3 0/3] mmc: omap_hsmmc: Enable SDIO IRQ
 2013-11-21 11:58 UTC  (13+ messages)
` [PATCH v3 2/3] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x

[PATCH 0/5] Prepare making omap3 device tree only and convert LDP
 2013-11-21 11:09 UTC  (16+ messages)
` [PATCH 1/5] mfd: twl-core: Fix passing of platform data in the device tree case
` [PATCH 3/5] ARM: OMAP2+: Add DT init code for DPI displays and make omap3 LDP to use it

AM335x host only USB
 2013-11-21 11:07 UTC 

AM335x board with disabled RTC crashes
 2013-11-21  5:52 UTC  (7+ messages)

[RFCv2 0/3] OMAP SSI driver
 2013-11-21  2:21 UTC  (4+ messages)
` [RFCv2 3/3] ARM: dts: N900: Add SSI information

[PATCH] ARM: OMAP2+: Fix populating the hwmod data from device tree
 2013-11-21  1:45 UTC  (6+ messages)

[PATCH] ARM: OMAP2+: hwmod: check for module address space during init
 2013-11-20 22:14 UTC 

[BUG] PandaBoard hangs before starting init while booting v3.12
 2013-11-20 19:17 UTC  (9+ messages)

[RFC] mtd: gpmc: add BCH support for plain AM335x
 2013-11-20 18:27 UTC  (3+ messages)

[RFT/RFC/PATCH 00/31] arm: omap: irq: cleanup INTC driver
 2013-11-20 18:09 UTC  (32+ messages)
` [RFT/RFC/PATCH 01/31] arm: omap: irq: make omap_irq_base global
` [RFT/RFC/PATCH 02/31] arm: omap: irq: define INTC_ILR0 register
` [RFT/RFC/PATCH 03/31] arm: omap: irq: start to remove irq_banks array
` [RFT/RFC/PATCH 04/31] arm: omap: irq: add a global omap_nr_irqs variable
` [RFT/RFC/PATCH 05/31] arm: omap: irq: remove rest of irq_banks usage
` [RFT/RFC/PATCH 06/31] arm: omap: irq: remove unused macro
` [RFT/RFC/PATCH 07/31] arm: omap: irq: switch over to intc_readl on omap_intc_handle_irq
` [RFT/RFC/PATCH 08/31] arm: omap: irq: remove unnecessary base_addr argument
` [RFT/RFC/PATCH 09/31] arm: omap: irq: rename omap3_intc_regs
` [RFT/RFC/PATCH 10/31] arm: omap: irq: always define omap3 support
` [RFT/RFC/PATCH 11/31] arm: omap: irq: reorganize code a little bit
` [RFT/RFC/PATCH 12/31] arm: omap: irq: add suspend/resume methods
` [RFT/RFC/PATCH 13/31] arm: omap: irq: remove last bits of our homebrew irqchip pm
` [RFT/RFC/PATCH 14/31] arm: omap: irq: make intc_of_init static
` [RFT/RFC/PATCH 15/31] arm: omap: irq: call set_handle_irq() from intc_of_init
` [RFT/RFC/PATCH 16/31] arm: omap: irq: use IRQCHIP_DECLARE macro
` [RFT/RFC/PATCH 17/31] arm: omap: irq: drop .handle_irq and .init_irq fields
` [RFT/RFC/PATCH 18/31] arm: omap: irq: add specific compatibles for omap3 and am33xx devices
` [RFT/RFC/PATCH 19/31] arm: omap: irq: use compatible flag to figure out number of IRQ lines
` [RFT/RFC/PATCH 20/31] arm: boot: dts: am33xx/omap3: fix intc compatible flag
` [RFT/RFC/PATCH 21/31] arm: omap: irq: drop ti,intc-size support
` [RFT/RFC/PATCH 22/31] arm: boot: dts: omap2/3/am33xx: drop ti,intc-size
` [RFT/RFC/PATCH 23/31] arm: omap: irq: move some more code around
` [RFT/RFC/PATCH 24/31] arm: omap: irq: call set_handle_irq() from .init_irq
` [RFT/RFC/PATCH 25/31] arm: omap: irq: drop omap3_intc_handle_irq()
` [RFT/RFC/PATCH 26/31] arm: omap: irq: drop omap2_intc_handle_irq()
` [RFT/RFC/PATCH 27/31] arm: omap: irq: drop omap_pending_irq()
` [RFT/RFC/PATCH 28/31] arm: omap: irq: remove unnecessary header
` [RFT/RFC/PATCH 29/31] arm: omap: irq: remove nr_irqs argument
` [RFT/RFC/PATCH 30/31] arm: omap: irq: introduce omap_nr_pending
` [RFT/RFC/PATCH 31/31] arm: omap: irq: get rid of ifdef hack

[PATCH V2 1/2] ARM: dts: doc: Document missing binding for omap5-mpu
 2013-11-20 14:24 UTC  (3+ messages)
` [PATCH V2 2/2] ARM: dts: doc: Document missing binding for ti-sdma controller

[PATCH RFC 0/9] Beaglebone-Black HDMI audio
 2013-11-20 13:33 UTC  (22+ messages)
` [PATCH RFC 1/9] clk: add gpio controlled clock
` [PATCH RFC 2/9] ASoC: davinci-evm: Add named clock reference to DT bindings
` [PATCH RFC 3/9] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus
` [PATCH RFC 4/9] ASoC: hdmi-codec: Add devicetree binding with documentation
` [PATCH RFC 5/9] ASoC: hdmi-codec: Add SNDRV_PCM_FMTBIT_32_LE playback format
` [PATCH RFC 6/9] ASoC: davinci: HDMI audio build for AM33XX and TDA998x
` [PATCH RFC 7/9] drm/tilcdc: Add I2C HDMI audio config for tda998x
` [PATCH RFC 8/9] ARM: OMAP2+: omap2plus_defconfig: Enable tilcdc and TDA998X HDMI support
` [PATCH RFC 9/9] ARM: OMAP2+: omap2plus_defconfig: Enable BeagleBone Black HDMI audio support
` [PATCH RFC] DTS Changes for Beaglebone-Black HDMI audio
  ` [PATCH RFC] ARM/dts: am335x-boneblack: Add HDMI audio support

[PATCH v3 00/10] USB: phy: phy-nop: Manage RESET GPIO in the driver
 2013-11-20 10:32 UTC  (4+ messages)
` [PATCH v3 09/10] ARM: dts: omap3-beagle-xm: Add USB Host support

[PATCH v2 00/11]: add remaining support for IGEP boards
 2013-11-20  1:06 UTC  (12+ messages)
` [PATCH v2 01/11] ARM: dts: omap3-igep: Fix bus-width for mmc1
` [PATCH v2 02/11] ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIO
` [PATCH v2 03/11] ARM: dts: omap3-igep: Update to use the TI AM/DM37x processor
` [PATCH v2 04/11] ARM: dts: omap3-igep0020: Add pinmux setup for i2c devices
` [PATCH v2 05/11] ARM: dts: omap3-igep0020: Add pinmuxing for DVI output
` [PATCH v2 06/11] ARM: dts: AM33XX BASE0033: add pinmux and hdmi node to enable display
` [PATCH v2 07/11] ARM: dts: AM33XX BASE0033: add pinmux and user led support
` [PATCH v2 08/11] ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support
` [PATCH v2 09/11] ARM: dts: AM33XX IGEP0033: add USB support
` [PATCH v2 10/11] ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus
` [PATCH v2 11/11] ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsi

[PATCH 0/4] Add support for charging battery in Nokia RX-51
 2013-11-19 21:38 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] power_supply: Add power_supply notifier
  ` [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode
  ` [PATCH v2 3/3] RX-51: Add platform data for bq24150a charger

[GIT PULL] few more omap fixes for v3.13 merge window
 2013-11-19 19:53 UTC 

[GIT PULL] few more omap fixes for v3.13 merge window
 2013-11-19 19:48 UTC 

[GIT PULL] few more omap fixes for v3.13 merge window
 2013-11-19 19:48 UTC 

[RFC 00/23] OMAP4: big endian support and fixes
 2013-11-19 18:21 UTC  (9+ messages)
` [RFC 01/23] gpio/omap: raw read and write endian fix
` [RFC 14/23] USB: ehci-omap: "

cpufreq on PandaBoard
 2013-11-19 17:51 UTC  (5+ messages)

[PATCH 0/2] Remove some dead code for omaps
 2013-11-19 16:31 UTC  (3+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy mux code for display.c
` [PATCH 2/2] ARM: OMAP2+: Remove legacy omap4_twl6030_hsmmc_init

[PATCH V2] ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resume
 2013-11-19 11:34 UTC  (7+ messages)
` [PATCH V3] "

[PATCH] pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed
 2013-11-19  8:41 UTC  (7+ messages)

[PATCH V4 0/4] DRIVERS: IRQCHIP: Add support for crossbar IP
 2013-11-19  8:37 UTC  (2+ messages)

[PATCH 0/2] OMAP3 ROM Random Number Generator support
 2013-11-19  2:14 UTC  (5+ messages)
` [PATCH v2 2/3] hwrng: "

[PATCH] ARM: OMAP2+: Fix undefined reference to set_cntfreq
 2013-11-19  0:04 UTC  (4+ messages)

[PATCH 0/8] Various omap device tree usability fixes for v3.13 merge window
 2013-11-18 22:46 UTC  (8+ messages)
` [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id
` [PATCH 5/8] gpio: twl4030: Fix regression for twl gpio output
` [PATCH 6/8] gpio: twl4030: Fix passing of pdata in the device tree case

[PATCH] ARM: OMAP2+: More randconfig fixes for reconfigure_io_chain
 2013-11-18 19:03 UTC 

[PATCH 1/2] input: touchscreen: fix spelling mistake in TSC/ADC DT binding
 2013-11-18 15:35 UTC  (3+ messages)
` [PATCH] input: touchscreen: ti_am335x_tsc: warn about incorrect spelling

[PATCH 0/3] omapdss: venc: Add support for bypass and acbias
 2013-11-18 14:00 UTC  (8+ messages)

[PATCH v2] ARM: OMAPFB: panel-sony-acx565akm: fix bad unlock balance
 2013-11-18 13:36 UTC  (2+ 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).