messages from 2016-06-23 04:49:18 to 2016-06-28 15:40:44 UTC [more...]
[PATCH] mfd: twl-core: One function call less in add_numbered_child() after error detection
2016-06-28 15:40 UTC (20+ messages)
` [PATCH 0/2] mfd: twl-core: Fine-tuning for add_numbered_child()
` [PATCH 2/2] mfd: twl-core: Refactoring "
` [PATCH 0/6] mfd: Fine-tuning for three function implementations
` [PATCH 1/6] mfd: twl-core: Return directly after a failed platform_device_alloc() in add_numbered_child()
` [PATCH 2/6] mfd: twl-core: Refactoring for add_numbered_child()
` [PATCH 3/6] mfd: dm355evm_msp: Return directly after a failed platform_device_alloc() in add_child()
` [PATCH 4/6] mfd: dm355evm_msp: Refactoring for add_child()
` [PATCH 5/6] mfd: smsc-ece1099: Delete an unnecessary variable initialisation in smsc_i2c_probe()
` [PATCH 6/6] mfd: smsc-ece1099: Return directly after a function failure "
[PATCH v2] mfd: twl6040: Handle mclk used for HPPLL and optional internal clock source
2016-06-28 15:30 UTC (2+ messages)
[PATCH v2 00/15] drivers: net: cpsw: improve runtime pm
2016-06-28 12:58 UTC (18+ messages)
` [PATCH v2 01/15] drivers: net: cpsw: fix suspend when all ethX devices are down
` [PATCH v2 02/15] drivers: net: cpsw: check return code from pm runtime calls
` [PATCH v2 03/15] drivers: net: cpsw: remove pm runtime calls from suspend callbacks
` [PATCH v2 04/15] drivers: net: cpsw: ethtool: fix accessing to suspended device
` [PATCH v2 05/15] drivers: net: cpsw: ndev: "
` [PATCH v2 06/15] drivers: net: davinci_mdio: do pm runtime initialization later in probe
` [PATCH v2 07/15] drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacks
` [PATCH v2 08/15] drivers: net: davinci_mdio: drop suspended and lock fields from mdio_data
` [PATCH v2 09/15] drivers: net: davinci_mdio: split reset function on init_clk and enable
` [PATCH v2 10/15] drivers: net: davinci_mdio: add pm runtime callbacks
` [PATCH v2 11/15] drivers: net: davinci_mdio: implement pm runtime auto mode
` [PATCH v2 12/15] net: davinci_mdio: document missed "ti,am4372-mdio" compat string
` [PATCH v2 13/15] net: davinci_mdio: introduce "ti,cpsw-mdio" "
` [PATCH v2 14/15] drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdio
` [PATCH v2 15/15] ARM: dts: am335x/am437x/dra7: use new "ti,cpsw-mdio" compat string
[PATCH v6 0/6] mfd: tps65218: Clean ups
2016-06-28 12:30 UTC (7+ messages)
` [PATCH v6 1/6] mfd: tps65218: Remove redundant read wrapper
` [PATCH v6 2/6] Documentation: regulator: tps65218: Update examples
` [PATCH v6 3/6] input: tps65218-pwrbutton: Add platform_device_id table
` [PATCH v6 4/6] gpio: tps65218-gpio: "
` [PATCH v6 5/6] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v6 6/6] regulator: tps65218: Remove all the compatibles
[PATCH v4 0/6] mfd: tps65218: Clean ups
2016-06-28 12:27 UTC (10+ messages)
` [PATCH v4 1/6] mfd: tps65218: Remove redundant read wrapper
` [PATCH v4 2/6] Documentation: regulator: tps65218: Update examples
` [PATCH v4 3/6] input: tps65218-pwrbutton: Add platform_device_id table
` [PATCH v4 4/6] gpio: tps65218-gpio: "
` [PATCH v4 5/6] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v4 6/6] regulator: tps65218: Remove all the compatibles
[PATCH v2 1/5] regulator: tps65217: Enable suspend configuration
2016-06-28 11:45 UTC (14+ messages)
` [PATCH v2 2/5] regulator: tps65218: "
` [PATCH v2 3/5] regulator: tps65218: force set power-up/down strobe to 3 for dcdc3
` [PATCH v2 4/5] mfd: tps65218: add version check to the PMIC probe
` [PATCH v2 5/5] regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs
` [PATCH v2 0/5] regulator: Enable suspend configuration
` Applied "regulator: tps65217: Enable suspend configuration" to the regulator tree
[PATCH v5 6/6] regulator: tps65218: Remove all the compatibles
2016-06-28 10:48 UTC
[PATCH v3 00/10] mfd: tps65218: Clean ups
2016-06-28 7:45 UTC (24+ messages)
` [PATCH v3 01/10] mfd: tps65218: Remove redundant read wrapper
` [PATCH v3 02/10] Documentation: regulator: tps65218: Update examples
` [PATCH v3 03/10] input: tps65218-pwrbutton: Add platform_device_id table
` [PATCH v3 04/10] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v3 05/10] regulator: tps65218: Remove all the compatibles
` [PATCH v3 06/10] gpio: tps65218: Remove the compatible
` [PATCH v3 07/10] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles
` [PATCH v3 08/10] ARM: dts: AM437X-SK-EVM: "
` [PATCH v3 09/10] ARM: dts: AM437X-CM-T43: "
` [PATCH v3 10/10] ARM: dts: AM43X-EPOS-EVM: "
[RESEND PATCHv2 00/28] clk: ti: hwmod clock type support
2016-06-28 7:08 UTC (15+ messages)
` [RESEND PATCHv2 01/28] clk: ti: add ti_clk_get helper API
` [RESEND PATCHv2 03/28] ARM: OMAP2+: omap_device: create clock alias purely from DT data
` [RESEND PATCHv2 04/28] ARM: OMAP2+: hwmod: use new ti_clk_get API to search for clock handles
` [RESEND PATCHv2 06/28] ARM: OMAP2+: hwmod: fetch main_clk based on hwmod name
` [RESEND PATCHv2 07/28] ARM: OMAP2+: timer: change order of hwmod data handling
` [RESEND PATCHv2 08/28] ARM: OMAP2+: clockdomain: add usecounting support to autoidle APIs
` [RESEND PATCHv2 09/28] ARM: AM33xx: fix module_wait_ready without clkctrl register
[RFC 00/19] Runtime PM fixes for omap-ssi
2016-06-28 0:33 UTC (2+ messages)
[PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings
2016-06-27 19:21 UTC (28+ messages)
` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck
` [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator
` [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names
` [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
` [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names
` [PATCH 06/27] ARM: dts: omap3-beagle-xm: "
` [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector
` [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names
` [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: "
` [PATCH 10/27] ARM: dts: omap3-gta04: "
` [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name
` [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes
` [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names
` [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: "
` [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name
` [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names
` [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name
` [PATCH 18/27] ARM: dts: omap4-duovero-parlor: "
` [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names
` [PATCH 20/27] ARM: dts: omap4-sdp: "
` [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name
` [PATCH 22/27] ARM: dts: am43xx-epos-evm: "
` [PATCH 23/27] ARM: dts: am437x-gp-evm: "
` [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names
` [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties
` [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names
` [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name
[RESEND PATCH v2 0/5] ir-rx51 driver fixes
2016-06-27 18:19 UTC (7+ messages)
` [RESEND PATCH v2 1/5] ir-rx51: Fix build after multiarch changes broke it
` [RESEND PATCH v2 2/5] pwm: omap-dmtimer: Allow for setting dmtimer clock source
[PATCH 3/9] regulator: tps65218: Enable suspend configuration
2016-06-27 17:00 UTC (2+ messages)
` Applied "regulator: tps65218: Enable suspend configuration" to the regulator tree
[PATCH 5/9] regulator: tps65218: force set power-up/down strobe to 3 for dcdc3
2016-06-27 17:00 UTC (2+ messages)
` Applied "regulator: tps65218: force set power-up/down strobe to 3 for dcdc3" to the regulator tree
[PATCH v2 0/8] mfd/regulator: tps65218: Clean ups
2016-06-27 14:30 UTC (14+ messages)
` [PATCH v2 1/8] mfd: tps65218: Remove redundant read wrapper
` [PATCH v2 2/8] Documentation: regulator: tps65218: Update examples
` [PATCH v2 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate
` [PATCH v2 4/8] regulator: tps65218: Remove all the compatibles
` [PATCH v2 5/8] ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles
` [PATCH v2 6/8] ARM: dts: AM437X-SK-EVM: "
` [PATCH v2 7/8] ARM: dts: AM437X-CM-T43: "
` [PATCH v2 8/8] ARM: dts: AM43X-EPOS-EVM: "
[PATCH 0/4] Get kexec working on SMP omap variants
2016-06-27 13:26 UTC (4+ messages)
` [PATCH 2/4] ARM: OMAP4+: Prevent CPU1 related hang with kexec
[PATCH V2] hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed
2016-06-27 9:05 UTC (4+ messages)
` [PATCH] "
[PATCH v3] net: ethernet: ti: cpdma: switch to use genalloc
2016-06-27 9:05 UTC
[PATCH v2] net: ethernet: ti: cpdma: switch to use genalloc
2016-06-27 8:42 UTC (2+ messages)
[GIT PULL] omap-gpmc changes for v4.8 merge window
2016-06-27 8:34 UTC
[PATCH] thermal: of-thermal: Fix setting of set_emul_temp hook
2016-06-27 6:18 UTC (3+ messages)
[PATCHv2 00/27] crypto: fixes for omap family of devices
2016-06-27 5:04 UTC (11+ messages)
` [PATCHv2 01/27] crypto: omap-sham: use runtime_pm autosuspend for clock handling
` [PATCHv2 05/27] crypto: omap-sham: avoid executing tasklet where not needed
` [PATCHv2 06/27] crypto: ahash: increase the maximum allowed statesize
[PATCH v2 0/5] ASoC: tpa6130a2: Add support for multiple instances
2016-06-26 12:02 UTC (5+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] ASoC: tpa6130a2: Add DAPM support
` Applied "ASoC: tpa6130a2: Add DAPM support" to the asoc tree
` [PATCH v3 2/2] ASoC: tpa6130a2: Remove goto err_gpio
[PATCH v2 5/5] ASoC: tpa6130a2: Remove goto err_gpio
2016-06-26 12:02 UTC (2+ messages)
` Applied "ASoC: tpa6130a2: Remove goto err_gpio" to the asoc tree
[PATCH] net: ethernet: ti: cpdma: switch to use genalloc
2016-06-25 8:33 UTC (10+ messages)
[PATCH] hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed
2016-06-24 16:46 UTC (3+ messages)
[PATCH v4 0/5] mfd: tps65217: Add power-button and IRQ support
2016-06-24 9:58 UTC (3+ messages)
` [PATCH v4 1/5] mfd: tps65217: Add support for IRQs
[PATCH] ARM: OMAP3: hwmod data: Add sysc information for DSI
2016-06-24 1:59 UTC
[PATCH 02/23] ARM: dts: n950: add display support
2016-06-24 0:30 UTC (11+ messages)
[PATCH v2 1/5] ASoC: tpa6130a2: Register component
2016-06-23 14:38 UTC (2+ messages)
` Applied "ASoC: tpa6130a2: Register component" to the asoc tree
[PATCH 2/4] ASoC: tap6130a2: Use regmap
2016-06-23 14:38 UTC (2+ messages)
` Applied "ASoC: tap6130a2: Use regmap" to the asoc tree
[PATCH v2 3/5] ASoC: tpa6130a2: Use snd soc volsw functions
2016-06-23 14:38 UTC (2+ messages)
` Applied "ASoC: tpa6130a2: Use snd soc volsw functions" to the asoc tree
[PATCH 1/1] thermal: core: call thermal_zone_device_update() after mode update
2016-06-23 12:37 UTC (5+ messages)
` [PATCHv4 "
[PATCH] gpio: omap: make gpio numbering deterministical by using of aliases
2016-06-23 12:08 UTC (9+ messages)
[PATCH 0/9] regulator: Enable suspend configuration
2016-06-23 10:32 UTC (8+ messages)
` [PATCH 1/9] regulator: tps65217: "
[PATCH 0/2] Drop last two remaining omap3 legacy board files
2016-06-23 9:16 UTC (7+ messages)
` [PATCH 1/2] ARM: OMAP2+: Drop legacy board file for n900
[PATCH 0/2 v2] gpio-omap: ensure a stable gpio numbering
2016-06-23 8:54 UTC (3+ messages)
` [PATCH 1/2 v2] gpio: omap: make gpio numbering deterministical by using of aliases
[PATCH v10 00/14] USB OTG/dual-role framework
2016-06-23 7:42 UTC (14+ messages)
` [PATCH v10 08/14] usb: otg: add OTG/dual-role core
` [PATCH v11 "
[PATCH v11 08/14] usb: otg: add OTG/dual-role core
2016-06-23 7:41 UTC (12+ 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