diff options
author | Giovanni Di Santi <giovanni.disanti.lkl@gmail.com> | 2025-07-09 11:53:53 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-07-27 19:56:51 +0200 |
commit | e0bf12a43243e6afc5a03fc55c58ec48aba48088 (patch) | |
tree | a700de47433c291868e8bf362206286d7396cade /scripts/lib/kdoc/kdoc_files.py | |
parent | b56f93f568dc0214963d9d9d2fd2c992cf241c76 (diff) |
fbdev: kyro: Use devm_ioremap() for mmio registers
Replace the manual ioremap() call for the MMIO registers with the
device-managed devm_ioremap() variant.
This simplifies the driver's resource management by ensuring the memory is
automatically unmapped when the driver detaches from the device.
Signed-off-by: Giovanni Di Santi <giovanni.disanti.lkl@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions