All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dm: replace auto_alloc_size with auto
@ 2021-01-23 18:48 Dario Binacchi
  2021-01-24  2:03 ` Simon Glass
  2021-01-30 21:26 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2021-01-23 18:48 UTC (permalink / raw)
  To: u-boot

The auto_alloc_size members of struct driver has been renamed auto.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 include/dm/device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dm/device.h b/include/dm/device.h
index f5b4cd6876..e665558444 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -111,7 +111,7 @@ enum {
  * probe method if the device has a device tree node.
  *
  * All three of plat, priv and uclass_priv can be allocated by the
- * driver, or you can use the auto_alloc_size members of struct driver and
+ * driver, or you can use the auto members of struct driver and
  * struct uclass_driver to have driver model do this automatically.
  *
  * @driver: The driver used by this device
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] dm: replace auto_alloc_size with auto
  2021-01-23 18:48 [PATCH] dm: replace auto_alloc_size with auto Dario Binacchi
@ 2021-01-24  2:03 ` Simon Glass
  2021-01-30 21:26 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-01-24  2:03 UTC (permalink / raw)
  To: u-boot

On Sat, 23 Jan 2021 at 11:49, Dario Binacchi <dariobin@libero.it> wrote:
>
> The auto_alloc_size members of struct driver has been renamed auto.
>
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>
>  include/dm/device.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] dm: replace auto_alloc_size with auto
  2021-01-23 18:48 [PATCH] dm: replace auto_alloc_size with auto Dario Binacchi
  2021-01-24  2:03 ` Simon Glass
@ 2021-01-30 21:26 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-01-30 21:26 UTC (permalink / raw)
  To: u-boot

On Sat, 23 Jan 2021 at 11:49, Dario Binacchi <dariobin@libero.it> wrote:
>
> The auto_alloc_size members of struct driver has been renamed auto.
>
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
>
>  include/dm/device.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

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

Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-30 21:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 18:48 [PATCH] dm: replace auto_alloc_size with auto Dario Binacchi
2021-01-24  2:03 ` Simon Glass
2021-01-30 21:26 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.