Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384411
| From | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] regulator: A few fixes for supply resolution |
| Date | 2016-04-21 18:20 +0200 |
| Message-ID | <rqpuH-3tV-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series is to mainly address the boot failures reported on the Tegra124 Jetson TK1 where the AS3772 PMIC is failing to probe on -next [0]. However, there are a couple other patches I am including here which came from looking at this problem. Here is a summary of the patches ... Patch 1: Allows additional supplies to be resolved even if one fails Patch 2: Fixes potential crash if turning on a supply fails Patch 3-5: Address issue with AS3722 probe failing [0] http://marc.info/?l=linux-tegra&m=145927821311669&w=2 Jon Hunter (5): regulator: core: Don't terminate supply resolution early regulator: core: Clear the supply pointer if enabling fails regulator: core: Move registration of regulator device regulator: core: Add early supply resolution for a bypassed regulator regulator: helpers: Ensure bypass register field matches ON value drivers/regulator/core.c | 59 ++++++++++++++++++++++++++------------------- drivers/regulator/helpers.c | 2 +- 2 files changed, 35 insertions(+), 26 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] regulator: A few fixes for supply resolution Jon Hunter <jonathanh@nvidia.com> - 2016-04-21 18:20 +0200
[PATCH 1/5] regulator: core: Don't terminate supply resolution early Jon Hunter <jonathanh@nvidia.com> - 2016-04-21 18:20 +0200
Applied "regulator: core: Don't terminate supply resolution early" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-04-22 13:00 +0200
[PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Jon Hunter <jonathanh@nvidia.com> - 2016-04-21 18:20 +0200
Re: [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Mark Brown <broonie@kernel.org> - 2016-04-22 12:50 +0200
Re: [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Jon Hunter <jonathanh@nvidia.com> - 2016-04-22 13:30 +0200
Re: [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Mark Brown <broonie@kernel.org> - 2016-04-22 16:00 +0200
Re: [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Jon Hunter <jonathanh@nvidia.com> - 2016-04-25 16:50 +0200
Re: [PATCH 4/5] regulator: core: Add early supply resolution for a bypassed regulator Mark Brown <broonie@kernel.org> - 2016-04-25 19:00 +0200
csiph-web