public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-17 12:58:25 to 2016-06-22 09:53:05 UTC [more...]

[PATCH 0/4] Get kexec working on SMP omap variants
 2016-06-22  9:53 UTC  (8+ messages)
` [PATCH 1/4] ARM: OMAP4+: Initialize SAR RAM base early for proper CPU1 reset for kexec
` [PATCH 2/4] ARM: OMAP4+: Prevent CPU1 related hang with kexec
` [PATCH 3/4] ARM: OMAP4+: Reset CPU1 properly for kexec
` [PATCH 4/4] ARM: OMAP4+: Allow kexec on SMP variants

[PATCH 1/1] thermal: core: call thermal_zone_device_update() after mode update
 2016-06-22  9:33 UTC  (3+ messages)
` [PATCHv2 "

[PATCH 00/28] crypto: omap fixes / support additions
 2016-06-22  9:17 UTC  (17+ messages)
` [PATCH 01/28] crypto: omap-aes: Fix registration of algorithms
` [PATCH 02/28] crypto: omap-sham: Don't idle/start SHA device between Encrypt operations
` [PATCH 20/28] ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
  ` [PATCH 23/28] ARM: dts: DRA7: Add DT node for DES IP

[PATCH] ARM: AM43XX: hwmod: Fix RSTST register offset for pruss
 2016-06-22  9:10 UTC  (7+ messages)

[PATCH 2/2] arm: fix kernel image size
 2016-06-22  8:51 UTC  (10+ messages)

[PATCH v6 0/5] Thermal: Support for hardware-tracked trip points
 2016-06-22  8:42 UTC  (2+ messages)
  ` [PATCH v6 3/5] thermal: streamline get_trend callbacks

[PATCH v10 00/14] USB OTG/dual-role framework
 2016-06-22  8:30 UTC  (44+ messages)
` [PATCH v10 06/14] usb: gadget.h: Add OTG to gadget interface
` [PATCH v10 08/14] usb: otg: add OTG/dual-role core
  ` [PATCH v11 "

[PATCH] ARM: AM33xx: PRM: Remove wrongly defined RSTST offset for PER Domain
 2016-06-22  8:00 UTC  (4+ messages)

[PATCH v5 0/5] Thermal: Support for hardware-tracked trip points
 2016-06-22  3:25 UTC  (2+ messages)

drivers/media/i2c/adp1653.c: does not show as /dev/video* or v4l-subdev*
 2016-06-21 23:59 UTC  (7+ messages)
` v4l subdevs without big device was "
    ` camera application for testing (was Re: v4l subdevs without big device)

[PATCH 0/9] regulator: Enable suspend configuration
 2016-06-21 19:08 UTC  (14+ messages)
` [PATCH 1/9] regulator: tps65217: "
` [PATCH 2/9] regulator: of: setup initial suspend state
` [PATCH 3/9] regulator: tps65218: Enable suspend configuration
` [PATCH 4/9] ARM: dts: AM437X-GP-EVM: AM437X-SK-EVM: Make dcdc3 dcdc5 and dcdc6 enable during suspend
` [PATCH 5/9] regulator: tps65218: force set power-up/down strobe to 3 for dcdc3
` [PATCH 6/9] ARM: dts: am437x-gp-evm: disable DDR regulator in rtc-only/poweroff mode
` [PATCH 7/9] mfd: tps65218: add version check to the PMIC probe
` [PATCH 8/9] regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs
` [PATCH 9/9] ARM: dts: am437x-sk-evm: disable DDR regulator in rtc-only/poweroff mode

[PATCH 0/2 v2] gpio-omap: ensure a stable gpio numbering
 2016-06-21 17:01 UTC  (4+ messages)
` [PATCH 1/2 v2] gpio: omap: make gpio numbering deterministical by using of aliases

[PATCH v4 0/5] mfd: tps65217: Add power-button and IRQ support
 2016-06-21 13:17 UTC  (8+ messages)
` [PATCH v4 1/5] mfd: tps65217: Add support for IRQs
` [PATCH v4 2/5] power_supply: tps65217-charger: Fix NULL deref during property export
` [PATCH v4 3/5] power_supply: tps65217-charger: Add support for IRQs
` [PATCH v4 4/5] mfd: tps65217: Add power button as subdevice
` [PATCH v4 5/5] Input: Add tps65217 power button driver

[PATCH] ARM: OMAP: make ti81xx_rtc_hwmod static
 2016-06-21 12:47 UTC 

[PATCH] ARM: AMx3xx: Allow low level debugging on all UARTs
 2016-06-21 12:07 UTC 

[PATCH] ARM: dts: am335x-bone-common: use stdout-path in Beaglebone boards
 2016-06-21 11:53 UTC  (2+ messages)

[RFC 00/19] Runtime PM fixes for omap-ssi
 2016-06-21 11:41 UTC  (25+ messages)
` [RFC 01/19] HSI: omap_ssi_port: remove useless newline
` [RFC 02/19] HSI: omap_ssi: do not reset module
` [RFC 03/19] HSI: ssi_protocol: avoid ssi_waketest call with held spinlock
` [RFC 04/19] HSI: ssi_protocol: replace spin_lock with spin_lock_bh
` [RFC 05/19] HSI: ssi_protocol: fix ssip_xmit invocation
` [RFC 06/19] HSI: omap_ssi: convert cawake irq handler to thread
` [RFC 07/19] HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operations
` [RFC 08/19] HSI: core: switch port event notifier from atomic to blocking
` [RFC 09/19] HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime calls
` [RFC 10/19] HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync
` [RFC 11/19] HSI: omap_ssi_core: remove pm_runtime_get_sync call from tasklet
` [RFC 12/19] HSI: omap_ssi_port: switch to threaded pio irq
` [RFC 13/19] HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pio
` [RFC 14/19] HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlock
` [RFC 15/19] HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant
` [RFC 16/19] HSI: omap_ssi_port: ensure clocks are kept enabled during transfer
` [RFC 17/19] HSI: omap_ssi: call msg->complete() from process context
` [RFC 18/19] HSI: omap_ssi_port: use rpm autosuspend API
` [RFC 19/19] HSI: omap_ssi: drop pm_runtime_irq_safe

[PATCH 00/15] drivers: net: cpsw: improve runtime pm
 2016-06-21 11:34 UTC  (5+ messages)
` [PATCH 12/15] net: davinci_mdio: document missed "ti,am4372-mdio" compat string
` [PATCH 15/15] ARM: dts: am335x/am437x/dra7: use new "ti,cpsw-mdio" "

[PATCH 0/2] Drop last two remaining omap3 legacy board files
 2016-06-21 11:32 UTC  (9+ messages)
` [PATCH 1/2] ARM: OMAP2+: Drop legacy board file for n900

[PATCH 02/23] ARM: dts: n950: add display support
 2016-06-21 11:01 UTC  (11+ messages)

[PATCH 0/4] ASoC: tpa6130a2: Add support for multiple instances
 2016-06-21  1:45 UTC  (28+ messages)
` [PATCH 1/4] ASoC: tpa6130a2: Register component
` [PATCH 2/4] ASoC: tap6130a2: Use regmap
` [PATCH 3/4] ASoC: tpa6130a2: Use snd soc volsw functions
` [PATCH 4/4] ASoC: tpa6130a2: Add DAPM support
  ` [PATCH v2 0/5] ASoC: tpa6130a2: Add support for multiple instances
    ` [PATCH v2 1/5] ASoC: tpa6130a2: Register component
    ` [PATCH v2 2/5] ASoC: tap6130a2: Use regmap
    ` [PATCH v2 3/5] ASoC: tpa6130a2: Use snd soc volsw functions
    ` [PATCH v2 4/5] ASoC: tpa6130a2: Add DAPM support
    ` [PATCH v2 5/5] ASoC: tpa6130a2: Remove goto err_gpio

[balbi-usb:testing/next 64/67] otg.c:undefined reference to `usb_gadget_vbus_disconnect'
 2016-06-21  1:18 UTC  (6+ messages)

[PATCH 0/8] ARM: dts: Add operating-points-v2 tables for TI platforms
 2016-06-20 16:57 UTC  (6+ messages)

[PATCH v2] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
 2016-06-20 14:07 UTC 

[PATCH v3 0/5] mfd: tps65217: Add power-button and IRQ support
 2016-06-20 13:06 UTC  (10+ messages)
` [PATCH v3 1/5] mfd: tps65217: Add support for IRQs
` [PATCH v3 5/5] Input: Add tps65217 power button driver

[RESEND PATCHv2 00/28] clk: ti: hwmod clock type support
 2016-06-20 12:10 UTC  (2+ messages)

[PATCH v7 0/4] usb: dwc3: dual-role support
 2016-06-20 12:04 UTC  (5+ messages)
` [PATCH v7 1/4] usb: dwc3: core.h: add some register definitions

[PATCH] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
 2016-06-20  9:57 UTC  (4+ messages)

[GIT PULL] omap-gpmc fixes for v4.7 rc cycle
 2016-06-20  7:22 UTC  (3+ messages)

[GIT PULL] omap fixes for v4.7-rc cycle
 2016-06-19  5:58 UTC  (2+ messages)

[GIT PULL] omap rcu and fiq fixes for v4.7 merge window
 2016-06-19  5:22 UTC  (2+ messages)

[PATCH] gpio: omap: make gpio numbering deterministical by using of aliases
 2016-06-19  1:08 UTC  (9+ messages)

[PATCHv5] support for AD5820 camera auto-focus coil
 2016-06-18 15:38 UTC  (17+ messages)
      ` [PATCH] device tree description "
          ` [PATCH] userspace API definitions for "
                        ` [PATCHv4] support for AD5820 camera "

4.5-rc0 regression: GPRS breaks after very short while
 2016-06-18 10:39 UTC  (5+ messages)

[PATCH v3 0/2] net: ethernet: ti: cpsw: delete rx_descs property
 2016-06-18  4:28 UTC  (3+ messages)

ARM and OMAP patches to avoid lockdep complaints
 2016-06-17 12:58 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox