public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 00/12] Devres (Managed Device Resource) for U-Boot
@ 2015-07-08  4:29 Masahiro Yamada
  2015-07-08  4:29 ` [U-Boot] [RFC PATCH 01/12] x86: delete unneeded declarations of disable_irq() and enable_irq() Masahiro Yamada
                   ` (11 more replies)
  0 siblings, 12 replies; 35+ messages in thread
From: Masahiro Yamada @ 2015-07-08  4:29 UTC (permalink / raw)
  To: u-boot


Please refer to the commit message of 06/12
for what this series wants to do.



Masahiro Yamada (12):
  x86: delete unneeded declarations of disable_irq() and enable_irq()
  linux_compat: remove cpu_relax() define
  linux_compat: move vzalloc() to header file as an inline function
  linux_compat: handle __GFP_ZERO in kmalloc()
  dm: add DM_FLAG_BOUND flag
  devres: introduce Devres (Managed Device Resource) framework
  devres: add devm_kmalloc() and friends (managed memory allocation)
  dm: refactor device_bind() and device_unbind() with devm_kzalloc()
  dm: merge fail_alloc labels
  linux_compat: introduce GFP_DMA flag for kmalloc()
  dm: refactor device_probe() and device_remove() with devm_kzalloc()
  devres: add debug command to dump devres

 arch/x86/include/asm/interrupt.h       |   4 -
 drivers/core/Kconfig                   |  16 +++
 drivers/core/Makefile                  |   2 +-
 drivers/core/device-remove.c           |  41 ++-----
 drivers/core/device.c                  |  64 ++++-------
 drivers/core/devres.c                  | 195 +++++++++++++++++++++++++++++++++
 drivers/usb/musb-new/musb_gadget_ep0.c |   1 +
 include/dm/device.h                    |  52 +++++++--
 include/linux/compat.h                 |  29 +++--
 lib/linux_compat.c                     |  19 ++--
 10 files changed, 310 insertions(+), 113 deletions(-)
 create mode 100644 drivers/core/devres.c

-- 
1.9.1

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

end of thread, other threads:[~2015-07-09 15:12 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08  4:29 [U-Boot] [RFC PATCH 00/12] Devres (Managed Device Resource) for U-Boot Masahiro Yamada
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 01/12] x86: delete unneeded declarations of disable_irq() and enable_irq() Masahiro Yamada
2015-07-08  4:46   ` Bin Meng
2015-07-09  0:22     ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 02/12] linux_compat: remove cpu_relax() define Masahiro Yamada
2015-07-08  5:01   ` Heiko Schocher
2015-07-08  5:19     ` Masahiro Yamada
2015-07-09  0:22   ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 03/12] linux_compat: move vzalloc() to header file as an inline function Masahiro Yamada
2015-07-08  5:01   ` Heiko Schocher
2015-07-09  0:22   ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 04/12] linux_compat: handle __GFP_ZERO in kmalloc() Masahiro Yamada
2015-07-08  5:03   ` Heiko Schocher
2015-07-09  0:22   ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 05/12] dm: add DM_FLAG_BOUND flag Masahiro Yamada
2015-07-09  0:22   ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 06/12] devres: introduce Devres (Managed Device Resource) framework Masahiro Yamada
2015-07-08  5:07   ` Heiko Schocher
2015-07-09  0:22   ` Simon Glass
2015-07-09  5:16     ` Masahiro Yamada
2015-07-09  5:41       ` Albert ARIBAUD
2015-07-09 13:31         ` Simon Glass
2015-07-09 15:03           ` Albert ARIBAUD
2015-07-09 15:12             ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 07/12] devres: add devm_kmalloc() and friends (managed memory allocation) Masahiro Yamada
2015-07-09  0:23   ` Simon Glass
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 08/12] dm: refactor device_bind() and device_unbind() with devm_kzalloc() Masahiro Yamada
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 09/12] dm: merge fail_alloc labels Masahiro Yamada
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 10/12] linux_compat: introduce GFP_DMA flag for kmalloc() Masahiro Yamada
2015-07-08  5:10   ` Heiko Schocher
2015-07-08  5:15     ` Masahiro Yamada
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 11/12] dm: refactor device_probe() and device_remove() with devm_kzalloc() Masahiro Yamada
2015-07-08  5:14   ` Heiko Schocher
2015-07-08  4:29 ` [U-Boot] [RFC PATCH 12/12] devres: add debug command to dump devres Masahiro Yamada
2015-07-08  7:37   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox