Home
last modified time | relevance | path

Searched hist:c57f806b (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/dm/
H A Duclass.hc57f806b Sun Jul 17 16:23:15 CDT 2016 Simon Glass <sjg@chromium.org> dm: core: Add a way to find a device by its driver

Some SoCs have a single clock device. Provide a way to find it given its
driver name. This is handled by the linker so will fail if the name is not
found, avoiding strange errors when names change and do not match. It is
also faster than a string comparison.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Ddevice.hc57f806b Sun Jul 17 16:23:15 CDT 2016 Simon Glass <sjg@chromium.org> dm: core: Add a way to find a device by its driver

Some SoCs have a single clock device. Provide a way to find it given its
driver name. This is handled by the linker so will fail if the name is not
found, avoiding strange errors when names change and do not match. It is
also faster than a string comparison.

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/drivers/core/
H A Duclass.cc57f806b Sun Jul 17 16:23:15 CDT 2016 Simon Glass <sjg@chromium.org> dm: core: Add a way to find a device by its driver

Some SoCs have a single clock device. Provide a way to find it given its
driver name. This is handled by the linker so will fail if the name is not
found, avoiding strange errors when names change and do not match. It is
also faster than a string comparison.

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