Searched hist:"55 ab48b4e356212fbe084ca110db73bb9a6e7058" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/char/ipmi/ |
H A D | kcs_bmc_cdev_ipmi.c | 55ab48b4e356212fbe084ca110db73bb9a6e7058 Tue Jun 08 12:47:45 CEST 2021 Andrew Jeffery <andrew@aj.id.au> ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
Take steps towards defining a coherent API to separate the KCS device drivers from the userspace interface. Decreasing the coupling will improve the separation of concerns and enable the introduction of alternative userspace interfaces.
For now, simply split the chardev logic out to a separate file. The code continues to build into the same module.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Zev Weiss <zweiss@equinix.com> Message-Id: <20210608104757.582199-5-andrew@aj.id.au> Signed-off-by: Corey Minyard <cminyard@mvista.com>
|
H A D | kcs_bmc.h | diff 55ab48b4e356212fbe084ca110db73bb9a6e7058 Tue Jun 08 12:47:45 CEST 2021 Andrew Jeffery <andrew@aj.id.au> ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
Take steps towards defining a coherent API to separate the KCS device drivers from the userspace interface. Decreasing the coupling will improve the separation of concerns and enable the introduction of alternative userspace interfaces.
For now, simply split the chardev logic out to a separate file. The code continues to build into the same module.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Zev Weiss <zweiss@equinix.com> Message-Id: <20210608104757.582199-5-andrew@aj.id.au> Signed-off-by: Corey Minyard <cminyard@mvista.com>
|
H A D | kcs_bmc.c | diff 55ab48b4e356212fbe084ca110db73bb9a6e7058 Tue Jun 08 12:47:45 CEST 2021 Andrew Jeffery <andrew@aj.id.au> ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
Take steps towards defining a coherent API to separate the KCS device drivers from the userspace interface. Decreasing the coupling will improve the separation of concerns and enable the introduction of alternative userspace interfaces.
For now, simply split the chardev logic out to a separate file. The code continues to build into the same module.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Zev Weiss <zweiss@equinix.com> Message-Id: <20210608104757.582199-5-andrew@aj.id.au> Signed-off-by: Corey Minyard <cminyard@mvista.com>
|