diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-07-05 10:06:44 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-10-13 10:07:17 +0200 |
commit | e3fe982b2e4e968126a61c14df6c6a50fd7db2a7 (patch) | |
tree | a54de4ed892b800cd205c692a9e717fb312c03df /.mailmap | |
parent | pwm: berlin: Put per-channel config into driver data (diff) | |
download | linux-e3fe982b2e4e968126a61c14df6c6a50fd7db2a7.tar.xz linux-e3fe982b2e4e968126a61c14df6c6a50fd7db2a7.zip |
pwm: samsung: Put per-channel data into driver data
Instead of allocating extra data in .request() provide the needed memory
in struct samsung_pwm_chip. This reduces the number of allocations. Even
though now all 5 channel structs are allocated this is probably
outweighed by the reduced overhead to track up to 6 smaller allocations.
Link: https://lore.kernel.org/r/20230705080650.2353391-3-u.kleine-koenig@pengutronix.de
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions