Searched hist:"5725128507 eca41bb110d702858ca2c8d7dc4085" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | syscon.h | 5725128507eca41bb110d702858ca2c8d7dc4085 Tue Jun 23 16:38:43 CDT 2015 Simon Glass <sjg@chromium.org> dm: Add support for generic system controllers (syscon)
Many SoCs have a number of system controllers which are dealt with as a group by a single driver. It is a pain to have to add lots of compatible strings and/or separate drivers for each. Instead we can identify the controllers by a number and request the address of the one we want.
Add a simple implementation of this which can be used by SoC driver code.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/drivers/core/ |
H A D | syscon-uclass.c | 5725128507eca41bb110d702858ca2c8d7dc4085 Tue Jun 23 16:38:43 CDT 2015 Simon Glass <sjg@chromium.org> dm: Add support for generic system controllers (syscon)
Many SoCs have a number of system controllers which are dealt with as a group by a single driver. It is a pain to have to add lots of compatible strings and/or separate drivers for each. Instead we can identify the controllers by a number and request the address of the one we want.
Add a simple implementation of this which can be used by SoC driver code.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | Makefile | diff 5725128507eca41bb110d702858ca2c8d7dc4085 Tue Jun 23 16:38:43 CDT 2015 Simon Glass <sjg@chromium.org> dm: Add support for generic system controllers (syscon)
Many SoCs have a number of system controllers which are dealt with as a group by a single driver. It is a pain to have to add lots of compatible strings and/or separate drivers for each. Instead we can identify the controllers by a number and request the address of the one we want.
Add a simple implementation of this which can be used by SoC driver code.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | diff 5725128507eca41bb110d702858ca2c8d7dc4085 Tue Jun 23 16:38:43 CDT 2015 Simon Glass <sjg@chromium.org> dm: Add support for generic system controllers (syscon)
Many SoCs have a number of system controllers which are dealt with as a group by a single driver. It is a pain to have to add lots of compatible strings and/or separate drivers for each. Instead we can identify the controllers by a number and request the address of the one we want.
Add a simple implementation of this which can be used by SoC driver code.
Signed-off-by: Simon Glass <sjg@chromium.org>
|