On Tue, Sep 24, 2024 at 05:28:57PM -0500, Rob Herring wrote:Just one user in drivers/of/platform.c right now.
On Mon, Sep 23, 2024 at 05:42:47PM +0800, Kunwu Chan wrote:Would be nice to discuss "how shall we merge this cross-subsystem
Add dev_is_amba() function to determineRussell, Can I get an ack for this to take it with patch #2.
whether the device is a AMBA device.
Suggested-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
Signed-off-by: Kunwu Chan <chentao@xxxxxxxxxx>
---
drivers/amba/bus.c | 6 ++++++
include/linux/amba/bus.h | 5 +++++
2 files changed, 11 insertions(+)
patch series" first, hmm?
The reason I didn't take patch 1 originally is because it was submitted
to me without any users, and the general principle is not to accept
patches without users. Too many times, I've merged code where there's
been a "promise" that it will be used, only to have the author go
silent and users never come along. So now, my rule is... any code that
adds something must also come with its user.