All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] cmd: bind allow to bind driver with driver_data
@ 2020-04-30 10:06 Patrice Chotard
  2020-04-30 10:06 ` [PATCH v4 1/5] cmd: bind: allow to bind driver with driver data Patrice Chotard
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Patrice Chotard @ 2020-04-30 10:06 UTC (permalink / raw)
  To: u-boot


   - fix the bind command
   - add a bind command test
   - add bind command documentation

Changes in v4:
   - fix make htmldocs error "Title underline too short"

Changes in v3:
   - fix typo
   - fix typo
   - add bind/unbind parameters description and how to find them

Changes in v2:
   - add a bind command test
   - add bind command documentation in doc/driver/model/bind.rst
   - simplify patch 1 by using lists_bind_fdt()

Patrice Chotard (5):
  cmd: bind: allow to bind driver with driver data
  sandbox: phy: add driver_data for bind test cmd
  sandbox: dts: Add compatible string for bind-test node
  test/py: Update test_bind
  doc: add bind/unbind command documentation

 arch/sandbox/dts/test.dts  |  1 +
 cmd/bind.c                 |  5 ++--
 doc/driver-model/bind.rst  | 49 ++++++++++++++++++++++++++++++++++++++
 doc/driver-model/index.rst |  1 +
 drivers/phy/sandbox-phy.c  | 18 +++++++++++++-
 test/py/tests/test_bind.py | 18 +++++++-------
 6 files changed, 80 insertions(+), 12 deletions(-)
 create mode 100644 doc/driver-model/bind.rst

-- 
2.17.1

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

end of thread, other threads:[~2020-07-28  9:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 10:06 [PATCH v4 0/5] cmd: bind allow to bind driver with driver_data Patrice Chotard
2020-04-30 10:06 ` [PATCH v4 1/5] cmd: bind: allow to bind driver with driver data Patrice Chotard
2020-07-07 20:08   ` Tom Rini
2020-07-27 14:25     ` Patrice CHOTARD
2020-07-27 14:35       ` Tom Rini
2020-07-27 14:38       ` Patrice CHOTARD
2020-07-28  9:10     ` Patrice CHOTARD
2020-04-30 10:06 ` [PATCH v4 2/5] sandbox: phy: add driver_data for bind test cmd Patrice Chotard
2020-04-30 10:06 ` [PATCH v4 3/5] sandbox: dts: Add compatible string for bind-test node Patrice Chotard
2020-04-30 10:06 ` [PATCH v4 4/5] test/py: Update test_bind Patrice Chotard
2020-04-30 10:06 ` [PATCH v4 5/5] doc: add bind/unbind command documentation Patrice Chotard
2020-05-08  1:36   ` 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.