Home
last modified time | relevance | path

Searched hist:"1 ca7e2062b4e8c3b211753dcb19c063b5b9b73ca" (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Droot.h1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dtest.h1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Duclass-id.h1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/test/dm/
H A Dbus.c1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dtest-fdt.c1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A DMakefile1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/core/
H A Droot.c1ca7e2062b4e8c3b211753dcb19c063b5b9b73ca Wed Jul 23 12:55:18 UTC 2014 Simon Glass <sjg@chromium.org> dm: Provide a function to scan child FDT nodes

At present only root nodes in the device tree are scanned for devices.
But some devices can have children. For example a SPI bus may have
several children for each of its chip selects.

Add a function which scans subnodes and binds devices for each one. This
can be used for the root node scan also, so change it.

A device can call this function in its bind() or probe() methods to bind
its children.

Signed-off-by: Simon Glass <sjg@chromium.org>