/openbmc/libmctp/utils/ |
H A D | mctp-in.c | diff e4d8456ff789b9b2d6befcc9e16a60a3b2ca015a Tue Nov 30 13:04:10 CST 2021 Brad Bishop <bradleyb@fuzziesquirrel.com> utils: fix in/pipe utilities
These examples stopped building with 3b36d17cf.
Fixes: 3b36d17cf18bd9ad13f043256371222e2845e4d9 Change-Id: I14218769afd1e9b8171de33b88028ef4a052ce17 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
H A D | mctp-pipe.c | diff e4d8456ff789b9b2d6befcc9e16a60a3b2ca015a Tue Nov 30 13:04:10 CST 2021 Brad Bishop <bradleyb@fuzziesquirrel.com> utils: fix in/pipe utilities
These examples stopped building with 3b36d17cf.
Fixes: 3b36d17cf18bd9ad13f043256371222e2845e4d9 Change-Id: I14218769afd1e9b8171de33b88028ef4a052ce17 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
|
H A D | mctp-demux-daemon.c | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
/openbmc/libmctp/ |
H A D | libmctp-serial.h | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | README.md | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | libmctp-astlpc.h | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | serial.c | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | libmctp.h | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | astlpc.c | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|
H A D | core.c | diff 3b36d17cf18bd9ad13f043256371222e2845e4d9 Tue Sep 03 22:56:09 CDT 2019 Jeremy Kerr <jk@ozlabs.org> API: Add binding accessors to generic struct mctp_binding
Rather than have every binding include their own wrappers around binding<->core functions, introduce an accessor to retrieve the struct mctp_binding from each.
This means we no longer need the binding-specific registration callbacks. However, we do now need a ->start callback, to allow bindings to perform post-registration init.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Change-Id: I6cee9e93f37520f85c155a0ca34017cc0675552c
|