messages from 2014-04-23 19:03:29 to 2014-04-25 14:56:31 UTC [more...]
[PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines
2014-04-25 14:56 UTC (2+ messages)
[PATCH 00/23] OMAPDSS: OMAP5 display support
2014-04-25 14:20 UTC (34+ messages)
` [PATCH 01/23] OMAPDSS: HDMI: lane config support
` [PATCH 02/23] Doc/DT: ti,omap4-dss: hdmi lanes
` [PATCH 03/23] OMAPDSS: HDMI4: set regulator voltage to 1.8V
` [PATCH 04/23] OMAPDSS: DSI: "
` [PATCH 05/23] ARM: OMAP: hwmod: OMAP5 DSS hwmod data
` [PATCH 06/23] ARM: OMAP: add OMAP5 DSI muxing
` [PATCH 07/23] ARM: OMAP: add detection of omap5-dss
` [PATCH 08/23] ARM: dts: omap5-clocks.dtsi: add dss iclk
` [PATCH 09/23] ARM: dts: omap5-clocks.dtsi: add ti,set-rate-parent to dss_dss_clk
` [PATCH 10/23] ARM: dts: omap5.dtsi: add DSS nodes
` [PATCH 11/23] ARM: dts: omap5-uevm.dts: add tca6424a
` [PATCH 12/23] ARM: dts: omap5-uevm.dts: add display nodes
` [PATCH 13/23] OMAPDSS: DSS & DISPC DT support for OMAP5
` [PATCH 14/23] OMAPDSS: features: fix OMAP5 features
` [PATCH 15/23] OMAPDSS: DPI: fix LCD3 DSI source
` [PATCH 16/23] OMAPDSS: DSI: Add OMAP5 DSI module IDs
` [PATCH 17/23] OMAPDSS: HDMI: improve Makefile
` [PATCH 18/23] OMAPDSS: HDMI: move irq & phy pwr handling
` [PATCH 19/23] OMAPDSS: HDMI: support larger register offsets for OMAP5 HDMI core
` [PATCH 20/23] OMAPDSS: HDMI: PHY changes for OMAP5
` [PATCH 21/23] OMAPDSS: HDMI: PLL "
` [PATCH 22/23] OMAPDSS: HDMI: Add OMAP5 HDMI support
` [PATCH 23/23] Doc/DT: Add OMAP5 DSS DT bindings
[PATCH v2 01/13] Documentation: add extcon devicetree bindings
2014-04-25 14:11 UTC (3+ messages)
[PATCH 00/15] bus: omap_l3_noc: driver cleanups and support for DRA7/AM4372
2014-04-25 13:44 UTC (12+ messages)
` [PATCH V2 00/19] "
[PATCH] ARM: dts: am335x-boneblack: remove use of ti,vcc-aux-disable-is-sleep
2014-04-25 13:36 UTC
[PATCH] arm: dts: am43x-clock: add tbclk data for ehrpwm
2014-04-25 12:10 UTC (2+ messages)
[PATCH] arm: dts: am33xx-clock: Fix ehrpwm tbclk data
2014-04-25 12:07 UTC (2+ messages)
[PATCH 01/13] tty_ldisc: add more limits to the @write_wakeup
2014-04-25 11:47 UTC (17+ messages)
` [PATCH 02/13] bluetooth: hci_ldisc: fix deadlock condition
` [PATCH 10/13] tty: serial: omap: remove some dead code
[PATCH] arm: dts: am43x-clock: add tbclk data for ehrpwm
2014-04-25 6:51 UTC (5+ messages)
[PATCH] ARM: dts: Add support for the BeagleBoard xM A/B
2014-04-24 23:37 UTC (13+ messages)
[PATCH v3] gpio: omap: implement get_direction
2014-04-24 22:25 UTC (6+ messages)
omap-serial: use mctrl_gpio helpers
2014-04-24 22:10 UTC (3+ messages)
` [RFC] tty: serial: omap: "
[PATCH 00/26] OMAP dmtimer prep series
2014-04-24 21:44 UTC (27+ messages)
` [PATCH 01/26] ARM: OMAP: dmtimer: Remove setting of clk parent indirectly through platform hook
` [PATCH 02/26] ARM: OMAP: dmtimer: Add comments on OMAP1 clock framework
` [PATCH 03/26] ARM: OMAP: dmtimer: Add note to set parent from DT
` [PATCH 04/26] ARM: OMAP: dmtimer: Add function to check if timer is running
` [PATCH 05/26] ARM: OMAP1: dmtimer: Rewrite modify of IDLECT mask to use new is_running function
` [PATCH 06/26] ARM: OMAP: dmtimer: Add a write_ctrl function to simplify bit setting
` [PATCH 07/26] ARM: OMAP: dmtimer: Have __omap_dm_timer_load_start set ST bit in CTRL instead of caller
` [PATCH 08/26] ARM: OMAP: dmtimer: Add function to check for timer availability
` [PATCH 09/26] ARM: OMAP: dmtimer: Get rid of check for mem resource error
` [PATCH 10/26] ARM: OMAP: dmtimer: Check return of pm_runtime_get_sync
` [PATCH 11/26] ARM: OMAP2+: timer: Add a powerup function
` [PATCH 12/26] ARM: OMAP2+: timer: Simplify clock event/source name setting
` [PATCH 13/26] ARM: OMAP2+: timer: Add comment on timer clk parenting
` [PATCH 14/26] ARM: OMAP2+: timer: Remove hwmod look-up dependency for DT-boot
` [PATCH 15/26] ARM: OMAP2+: timer: Use of_clk_get for DT platforms
` [PATCH 16/26] ARM: OMAP2+: timer: Fix error message to not use hwmod structure
` [PATCH 17/26] ARM: OMAP2+: timer: Add fallback for of_clk_get
` [PATCH 18/26] ARM: OMAP2+: timer: Add legacy code for old way of getting fclk
` [PATCH 19/26] ARM: OMAP: dmtimer: Remove API __omap_dm_timer_load_start
` [PATCH 20/26] ARM: OMAP: dmtimer: Fold back private stop function
` [PATCH 21/26] ARM: OMAP: dmtimer: Add systimer flag to dmtimer structure
` [PATCH 22/26] ARM: OMAP: dmtimer: Eliminate __omap_dm_timer_write_status function
` [PATCH 23/26] ARM: OMAP: dmtimer: Eliminate __omap_dm_timer_read_counter function
` [PATCH 24/26] ARM: OMAP: dmtimer: Move private functions into dmtimer core and export others
` [PATCH 25/26] ARM: OMAP: dmtimer: Eliminate omap_dm_timer_int_enable function
` [PATCH 26/26] ARM: OMAP: dmtimer: Use is_timer_available function in omap_dm_timer_trigger
[PATCH v2] ARM: dts: am33xx: Move the cppi41dma node so it's probed early
2014-04-24 21:11 UTC
regressions in linux-next?
2014-04-24 19:59 UTC (16+ messages)
[PATCH v2 00/13] extcon: major rework
2014-04-24 19:52 UTC (3+ messages)
[PATCH 0/2] ARM: OMAP2+: Fix dpll rounding
2014-04-24 18:44 UTC (7+ messages)
` [PATCH 2/2] ARM: OMAP2+: fix dpll round_rate() to actually round
[PATCH v3 0/4] ARM: DRA7: Add support for DRA72x devices
2014-04-24 17:09 UTC (7+ messages)
` [PATCH v3 1/4] ARM: dts: dra7-evm: Remove the wrong and undocumented compatible
` [PATCH v3 2/4] ARM: dts: Add support for DRA72x family of devices
` [PATCH v3 3/4] ARM: OMAP2+: Add machine entry for dra72x devices
` [PATCH v3 4/4] ARM: DRA7: Add support for soc_is_dra74x() and soc_is_dra72x() varients
[PATCH 1/1] ARM: dts: omap3-igep0020: use SMSC9221 timings
2014-04-24 16:53 UTC
[PATCH 0/5] mmc: host: omap_hsmmc: a few improvements
2014-04-24 15:26 UTC (12+ messages)
` [PATCH 3/5] mmc: host: omap_hsmmc: introduce new accessor functions
[PATCH] usb: musb_dsps: fix the exit routine for debugfs
2014-04-24 15:10 UTC (4+ messages)
[PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration
2014-04-24 15:03 UTC (5+ messages)
[RESEND PATCH] regulator: core: Disable unused regulators after deferred probing is done
2014-04-24 14:18 UTC (3+ messages)
extcon-next regression ?
2014-04-24 14:13 UTC (9+ messages)
[PATCH/RFC 0/4] of: Register clocks for Runtime PM with PM core
2014-04-24 14:09 UTC (7+ messages)
` [PATCH/RFC 1/4] clk: Add CLK_RUNTIME_PM and clk_may_runtime_pm()
` [PATCH/RFC 2/4] PM / clock_ops: Add pm_clk_add_clk()
` [PATCH/RFC 3/4] of/clk: Register clocks suitable for Runtime PM with the PM core
` [PATCH/RFC 4/4] clk: shmobile: mstp: Set CLK_RUNTIME_PM flag
[PATCH 0/6] PM / clock_ops: Add helpers combining generic runtime and generic clock PM
2014-04-24 13:26 UTC (9+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] ARM: davinci: Use generic runtime and clock helpers
` [PATCH 3/6] ARM: keystone: "
` [PATCH 4/6] ARM: omap: "
` [PATCH 5/6] drivers: sh: "
` [PATCH 6/6] of/clk: "
[PATCHv3 00/41] OMAPDSS: DT support v3
2014-04-24 13:12 UTC (6+ messages)
` [PATCHv3 19/41] OMAPDSS: panel-dpi: Add DT support
[PATCH 02/13] video: omap2dss: fix LPAE warnings
2014-04-24 12:28 UTC (3+ messages)
` [PATCH 04/13] video/omap: fix modular build
` [PATCH 13/13] video: omap: allow building on !MMU
[PATCH 0/3] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)
2014-04-24 9:14 UTC (2+ messages)
[RESEND 0/3] mfd: twl6040: Updates for i2s speed and fix for chip deadlock
2014-04-24 9:12 UTC (2+ messages)
[PATCH] clk: Add driver for Palmas clk32kg and clk32kgaudio clocks
2014-04-24 9:09 UTC (2+ messages)
[PATCH v2 00/14] dma: edma: Fixes for cyclic (audio) operation
2014-04-24 9:07 UTC (18+ messages)
` [PATCH v2 05/14] arm: common: edma: Select event queue 1 as default when booted with DT
[RESEND] dmaengine: edma: Add channel number to debug prints
2014-04-24 7:29 UTC
[PATCH] gpio: do not set up hardware for IRQ_TYPE_NONE
2014-04-24 7:06 UTC (2+ messages)
[PATCH 1/3] usb: ohci-exynos: Make provision for vdd regulators
2014-04-24 6:57 UTC (8+ messages)
[PATCH 0/4] mfd: twl4030-power: Enable off-idle configuration when booted with device tree
2014-04-24 0:49 UTC (6+ messages)
` [PATCH 1/4] mfd: twl4030-power: Add recommended idle configuration
` [PATCH 2/4] mfd: twl4030-power: Add support for board specific configuration
` [PATCH 3/4] mfd: twl4030power: Add a configuration to turn off oscillator during off-idle
` [PATCH 4/4] ARM: dts: Enable twl4030 off-idle configuration for selected omaps
` [PATCH 1a/4] mfd: twl4030-power: Add generic reset configuration
[GIT PULL] omap fixes against v3.15-rc1
2014-04-23 22:34 UTC
[PATCH 0/5] GPIO OMAP driver changes for v3.16
2014-04-23 21:48 UTC (6+ messages)
[PATCH 00/11] Fixes for omap PM for making omap3 DT only
2014-04-23 21:07 UTC (14+ messages)
` [PATCH 02/11] ARM: OMAP3: Fix idle mode signaling for sys_clkreq and sys_off_mode
` [PATCH 07/11] ARM: dts: Enable N900 keybaord sleep leds by default
` [PATCH 10/11] mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree
` [GIT PULL] arm: omap: Immutable branch between MFD and ARM OMAP due for the v3.16 merge-window
[PATCH] ARM: dts: dra7-evm: keep TPS core control signals active
2014-04-23 20:34 UTC
[PATCH 0/3] Fix LAN9220 caused memory corruption noticed on cm-t3730
2014-04-23 19:03 UTC (2+ messages)
` [PATCH 3/3] ARM: dts: Fix GPMC timings for LAN9220
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).