zephyr/drivers/ps2
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt drivers: ps2: Add driver for Microchip XEC family 2019-09-18 13:23:52 +08:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.xec drivers: ps2: Compile out PS/2 in terms of an eSPI peripheral 2019-11-20 15:02:08 -05:00
ps2_handlers.c drivers: ps2: Add syscall handler for PS/2 API 2019-09-18 13:23:52 +08:00
ps2_mchp_xec.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00