From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 1 May 2019 21:42:07 +0800 Subject: [U-Boot] [PATCH v2 29/50] x86: pch: Add an ioctl to read power-management info In-Reply-To: <20190426035922.20596-30-sjg@chromium.org> References: <20190426035922.20596-1-sjg@chromium.org> <20190426035922.20596-30-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add a new ioctl() request to read information about the power-management > system. This can be used to power off the device. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to add an ioctl to read power-management info > > include/pch.h | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > Reviewed-by: Bin Meng