Home
last modified time | relevance | path

Searched hist:"1260 f8c0efe126cf952c1bc19d975af34908a79d" (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/pch/
H A Dsandbox_pch.cdiff 1260f8c0efe126cf952c1bc19d975af34908a79d Sat Feb 16 21:24:51 CST 2019 Simon Glass <sjg@chromium.org> pch: Add ioctl support

At present the PCH has 4 operations and these are reasonably widely used
in the drivers. But sometimes we want to add rarely used operations, and
each of these currently adds to the size of the PCH operations table.

Add an ioctl() method which can be easily expanded without any more impact
on the operations table.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
H A Dpch-uclass.cdiff 1260f8c0efe126cf952c1bc19d975af34908a79d Sat Feb 16 21:24:51 CST 2019 Simon Glass <sjg@chromium.org> pch: Add ioctl support

At present the PCH has 4 operations and these are reasonably widely used
in the drivers. But sometimes we want to add rarely used operations, and
each of these currently adds to the size of the PCH operations table.

Add an ioctl() method which can be easily expanded without any more impact
on the operations table.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/openbmc/u-boot/test/dm/
H A Dpch.cdiff 1260f8c0efe126cf952c1bc19d975af34908a79d Sat Feb 16 21:24:51 CST 2019 Simon Glass <sjg@chromium.org> pch: Add ioctl support

At present the PCH has 4 operations and these are reasonably widely used
in the drivers. But sometimes we want to add rarely used operations, and
each of these currently adds to the size of the PCH operations table.

Add an ioctl() method which can be easily expanded without any more impact
on the operations table.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/openbmc/u-boot/include/
H A Dpch.hdiff 1260f8c0efe126cf952c1bc19d975af34908a79d Sat Feb 16 21:24:51 CST 2019 Simon Glass <sjg@chromium.org> pch: Add ioctl support

At present the PCH has 4 operations and these are reasonably widely used
in the drivers. But sometimes we want to add rarely used operations, and
each of these currently adds to the size of the PCH operations table.

Add an ioctl() method which can be easily expanded without any more impact
on the operations table.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>