On Thu, Feb 11, 2016 at 06:03:18PM +0000, Jon Hunter wrote: > This series contains a few fixes on the Tegra PMC driver. Some of these > patches were original included as part of the series to add generic PM > domain support for Tegra [0]. However, to keep these patch series a > manageable size, I have separate them in to this series and I have added > a couple more fixes as well. > > [0] http://marc.info/?l=linux-tegra&m=145399885003830&w=2 > > Jon Hunter (8): > soc: tegra: pmc: Remove non-existing L2 partition for Tegra124 > soc: tegra: pmc: Restore base address on probe failure > soc: tegra: pmc: Protect public functions from potential race > conditions > soc: tegra: pmc: Change powergate and rail IDs to be an unsigned type > soc: tegra: pmc: Fix testing of powergate state > soc: tegra: pmc: Fix verification of valid partitions > soc: tegra: pmc: Remove additional check for a valid partition > soc: tegra: pmc: Ensure GPU partition can be toggled on/off by PMC > > drivers/gpu/drm/tegra/drm.h | 2 +- > drivers/soc/tegra/pmc.c | 131 +++++++++++++++++++++++++++++--------------- > include/soc/tegra/pmc.h | 35 ++++++------ > 3 files changed, 105 insertions(+), 63 deletions(-) Applied patches 1-7 and v2 of patch 8, all with Mathieu's Reviewed-by. Thanks, Thierry