diff options
| author | Tom Rini <[email protected]> | 2018-07-26 23:12:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-26 23:12:47 -0400 |
| commit | 2ae23a280be660c5c3dc8addb7f61bf7c12242f7 (patch) | |
| tree | 46adac0e233201045e737d46ec00d8d4f39d69c1 /doc | |
| parent | 53885e76ce8dca29782b211c2c83ad37c41d798a (diff) | |
| parent | ab948cd21d25ba2f54832fc98a59eea90e680eba (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/driver-model/README.txt | 2 | ||||
| -rw-r--r-- | doc/git-mailrc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt index 0853477578a..d6fa5c48579 100644 --- a/doc/driver-model/README.txt +++ b/doc/driver-model/README.txt @@ -695,7 +695,7 @@ steps (see device_probe()): allocate it yourself in ofdata_to_platdata(). Note that it is preferable to do all the device tree decoding in ofdata_to_platdata() rather than in probe(). (Apart from the ugliness of mixing configuration and run-time - data, one day it is possible that U-Boot will cache platformat data for + data, one day it is possible that U-Boot will cache platform data for devices which are regularly de/activated). h. The device's probe() method is called. This should do anything that diff --git a/doc/git-mailrc b/doc/git-mailrc index 75aa675c08b..bf8f2a5b69a 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -20,7 +20,7 @@ alias alisonwang Alison Wang <[email protected]> alias angelo_ts Angelo Dureghello <[email protected]> alias bmeng Bin Meng <[email protected]> alias danielschwierzeck Daniel Schwierzeck <[email protected]> -alias dinh Dinh Nguyen <[email protected]> +alias dinh Dinh Nguyen <[email protected]> alias hs Heiko Schocher <[email protected]> alias iwamatsu Nobuhiro Iwamatsu <[email protected]> alias jaehoon Jaehoon Chung <[email protected]> @@ -33,7 +33,7 @@ alias marex Marek Vasut <[email protected]> alias mariosix Mario Six <[email protected]> alias masahiro Masahiro Yamada <[email protected]> alias mateusz Mateusz Kulikowski <[email protected]> -alias maxime Maxime Ripard <[email protected]> +alias maxime Maxime Ripard <[email protected]> alias monstr Michal Simek <[email protected]> alias prafulla Prafulla Wadaskar <[email protected]> alias prom Minkyu Kang <[email protected]> |
