messages from 2016-10-18 15:45:57 to 2016-10-27 08:44:21 UTC [more...]
[PATCH v6 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
2016-10-27 8:44 UTC (5+ messages)
` [PATCH v6 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v6 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does
` [PATCH v6 8/8] DT:omap3+ads7846: use new common touchscreen bindings
` [PATCH v6 5/8] DT:omap3+tsc2007: "
[PATCH 0/2] Few pinctrl-single clean-ups
2016-10-27 8:16 UTC (5+ messages)
` [PATCH 1/2] pinctrl: single: Drop custom names
` [PATCH 2/2] pinctrl: single: Drop pointless macro
[PATCH 0/4] Generic #pinctrl-cells and and pinctrl_parse_index_with_args
2016-10-27 8:15 UTC (8+ messages)
` [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells "
` [PATCH 2/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,pins
` [PATCH 3/4] pinctrl: single: Use generic parser and #pinctrl-cells for pinctrl-single,bits
` [PATCH 4/4] ARM: dts: Add #pinctrl-cells for pinctrl-single instances
[PATCH 0/5] gpio: davinci: Add k2g support
2016-10-27 7:53 UTC (11+ messages)
` [PATCH 1/5] gpio: davinci: Remove gpio2regs function to accommodate multi instances
` [PATCH 2/5] drivers: gpio: Add support for multiple IPs
` [PATCH 3/5] gpio: davinci: irq support for multiple gpio controllers
` [PATCH 5/5] gpio: davinci: Add a separate compatible for k2g
` [PATCH 4/5] gpio: davinci: Store both irqs into the controller
[PATCH 0/5] Minimal cpuidle fixes for omap5 and dra7
2016-10-27 7:43 UTC (11+ messages)
` [PATCH 1/5] ARM: OMAP5: Fix build for PM code
` [PATCH 2/5] ARM: OMAP5: Fix mpuss_early_init
` [PATCH 3/5] ARM: OMAP4+: Fix bad fallthrough for cpuidle
` [PATCH 4/5] ARM: DRA7: PM: cpuidle MPU CSWR support
` [PATCH 5/5] ARM: OMAP5: Enable minimal cpuidle for omap5 retention
[PATCH 1/2] rtc: omap: Fix selecting external osc
2016-10-27 5:57 UTC (2+ messages)
` [PATCH 2/2] rtc: omap: prevent disabling of clock/module during suspend
[PATCH 0/3] ARM: dts: am33xx: Add clock info to rtc nodes
2016-10-27 5:48 UTC (4+ messages)
` [PATCH 1/3] ARM: dts: AM335X-bone-common: Add the internal and external clock nodes for rtc
` [PATCH 2/3] ARM: dts: AM335X-evm: "
` [PATCH 3/3] ARM: dts: AM335X-evmsk: "
musb RPM sleep-while-atomic in 4.9-rc1
2016-10-26 14:31 UTC (11+ messages)
[PATCH 0/7] Support TPS65217 PMIC interrupt in DT
2016-10-26 13:56 UTC (11+ messages)
` [PATCH 1/7] ARM: dts: tps65217: Specify the interrupt controller
` [PATCH 2/7] ARM: dts: tps65217: Add the charger device
` [PATCH 3/7] ARM: dts: tps65217: Add the power button device
` [PATCH 4/7] ARM: dts: am335x: Support the PMIC interrupt
` [PATCH 5/7] ARM: dts: am335x: Add the charger interrupt
` [PATCH 6/7] ARM: dts: am335x: Add the power button interrupt
` [PATCH 7/7] mfd: tps65217: Fix mismatched interrupt number
[PATCH] mfd: tps65217: Drop call to irq_set_parent()
2016-10-26 13:24 UTC (5+ messages)
[PATCH 0/7] mfd: Fix all W=1 warnings
2016-10-26 12:27 UTC (3+ messages)
[PATCH 0/4] Add DMA support for ti_am335x_adc driver
2016-10-26 12:17 UTC (5+ messages)
` [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address
[PATCH v8 0/5] mfd: tps65218: Clean ups
2016-10-26 9:34 UTC (2+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO, Input and Regulator due for the v4.10 merge window
[PATCH] drivers: mfd: ti_am335x_tscadc: increase ADC ref clock to 24MHz
2016-10-26 8:48 UTC (10+ messages)
[PATCH resent v3 0/3] DT Fixes for OMAP5 boards
2016-10-26 8:02 UTC (6+ messages)
` [PATCH resent v3 1/3] dts: omap5: board-common: add phandle to reference Palmas gpadc
` [PATCH resent v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection
` [PATCH resent v3 3/3] ASoC: omap-abe-twl6040: fix typo in bindings documentation
[PATCH 0/5] Add generic pinctrl helpers for managing groups and functions
2016-10-25 21:02 UTC (6+ messages)
` [PATCH 1/5] pinctrl: core: Use delayed work for hogs
` [PATCH 2/5] pinctrl: core: Add generic pinctrl functions for managing groups
` [PATCH 3/5] "
` [PATCH 4/5] pinctrl: single: Use generic pinctrl helpers "
` [PATCH 5/5] pinctrl: single: Use generic pinmux helpers for managing functions
[PATCH v5 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
2016-10-25 19:26 UTC (9+ messages)
` [PATCH v5 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v5 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does
` [PATCH v5 3/8] drivers:input:tsc2007: check for presence and power down tsc2007 during probe
` [PATCH v5 4/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature
` [PATCH v5 5/8] DT:omap3+tsc2007: use new common touchscreen bindings
` [PATCH v5 6/8] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping
` [PATCH v5 8/8] DT:omap3+ads7846: use new common touchscreen bindings
` [PATCH v5 7/8] drivers:input:ads7846(+tsc2046): fix spi module table
[PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query
2016-10-25 18:47 UTC (2+ messages)
[PATCH v2 0/2] DT Fixes for OMAP5 boards
2016-10-25 17:34 UTC (7+ messages)
` [PATCH v2 1/2] dts: omap5: baord-common: add phandle to reference Palmas gpadc
` [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection
[PATCH v3 0/3] DT Fixes for OMAP5 boards
2016-10-25 17:30 UTC (5+ messages)
` [PATCH v3 1/3] dts: omap5: board-common: add phandle to reference Palmas gpadc
` [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection
` [PATCH v3 3/3] ASoC: omap-abe-twl6040: fix typo in bindings documentation
[PATCH v4 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)
2016-10-25 16:54 UTC (15+ messages)
` [PATCH v4 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation
` [PATCH v4 4/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature
[RFC] shutdown machine when li-ion battery goes below 3V
2016-10-25 11:54 UTC (10+ messages)
[PATCH 0/2] dmaengine: core/omap-dma: Support for port window
2016-10-25 10:50 UTC (3+ messages)
` [PATCH 1/2] dmaengine: dma_slave_config: add support for slave "
` [PATCH 2/2] dmaengine: omap-dma: Support for slave devices with data "
[PATCH 0/2] musb-fixes for v4.9-rc2
2016-10-24 18:07 UTC (4+ messages)
[PATCHv3] usb: musb: Fix unbalanced platform_disable
2016-10-24 17:54 UTC (3+ messages)
[PATCH] ARM: OMAP2+: PRM: initialize en_uart4_mask and grpsel_uart4_mask
2016-10-24 11:00 UTC
[balbi-usb:testing/next 60/89] drivers/usb/dwc3/dwc3-st.c:328:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state'
2016-10-24 9:18 UTC
[balbi-usb:testing/next 89/89] drivers/usb/dwc3/dwc3-pci.c:118:4: error: implicit declaration of function 'acpi_str_to_uuid'
2016-10-24 9:12 UTC
[PATCH v3 0/4] Add DMA support for ti_am335x_adc driver
2016-10-22 17:47 UTC (5+ messages)
` [PATCH v3 2/4] drivers: iio: ti_am335x_adc: add dma support
[balbi-usb:testing/next 57/84] drivers/usb/dwc3/dwc3-st.c:328:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state'
2016-10-21 12:29 UTC (4+ messages)
[PATCH v2 0/9] ARM: DRA7: Add support for DRA718-evm
2016-10-21 10:38 UTC (10+ messages)
` [PATCH v2 1/9] ARM: dts: dra72-evm: Remove pinmux configurations for erratum i869
` [PATCH v2 2/9] ARM: dra72-evm: Fix modelling of regulators
` [PATCH v2 3/9] ARM: dts: dra72: Add separate dtsi for tps65917
` [PATCH v2 4/9] regulator: lp873x: Add support for populating input supply
` [PATCH v2 5/9] ARM: OMAP2+: board-generic: add support for DRA71x family
` [PATCH v2 6/9] ARM: DRA7: hwmod: Do not register RTC on DRA71
` [PATCH v2 7/9] ARM: dts: Add support for dra718-evm
` [PATCH v2 8/9] ARM: omap2plus_defconfig: Enable REGULATOR_GPIO
` [PATCH v2 9/9] ARM: omap2plus_defconfig: Enable LP873X support
[PATCH] net: cpsw: fix obtaining mac address for am3517
2016-10-21 9:51 UTC (5+ messages)
[PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG
2016-10-21 3:10 UTC (3+ messages)
[PATCH] davinci_emac: fix setting the mac from DT
2016-10-20 13:35 UTC (2+ messages)
Bunch of CRC errors in next with arm: move exports to definitions
2016-10-20 13:24 UTC (5+ messages)
[PATCH 0/3] ARM-OMAP2+: Fine-tuning for five function implementations
2016-10-20 13:13 UTC (2+ messages)
[PATCHv4 00/15] clk: ti: add support for hwmod clocks
2016-10-20 13:11 UTC (19+ messages)
` [PATCHv4 03/15] dt-bindings: clock: add omap4 hwmod clock IDs
` [PATCHv4 04/15] clk: ti: add support for automatic clock alias generation
` [PATCHv4 05/15] clk: ti: create clock aliases automatically for simple clock types
` [PATCHv4 06/15] clk: ti: use automatic clock alias generation framework
` [PATCHv4 07/15] clk: ti: rename ti_clk_register_legacy_clks API
` [PATCHv4 08/15] clk: ti: add clkdm_lookup to the exported functions
` [PATCHv4 09/15] clk: ti: move omap2_init_clk_clkdm under TI clock driver
` [PATCHv4 10/15] clk: ti: add support API for fetching memmap index
` [PATCHv4 11/15] clk: ti: clockdomain: add clock provider support to clockdomains
` [PATCHv4 12/15] clk: ti: enforce const types on string arrays
` [PATCHv4 13/15] clk: ti: add support for omap4 module clocks
` [PATCHv4 14/15] clk: ti: omap4: add hwmod clock data
` [PATCHv4 15/15] clk: ti: omap4: cleanup unnecessary clock aliases
[PATCH RESEND] ARM: AM43XX: Select OMAP_INTERCONNECT in Kconfig
2016-10-19 20:44 UTC
partial bluetooth success on n900 [was Re: bluetooth/uart timeout handling]
2016-10-19 9:25 UTC
[PATCH] ARM: dts: am335x-baltos-ir5221: use both musb channels in host mode
2016-10-19 7:09 UTC
[PATCH 0/9] ARM: DRA7: Add support for DRA718-evm
2016-10-19 4:50 UTC (4+ messages)
` [PATCH 4/9] regulator: lp873x: Add support for populating input supply
seeing some junk characters on boot console with v4.9-rc1-3-g14155ca
2016-10-18 19:39 UTC (2+ 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).