Skip to content

Commit 60a9a20

Browse files
committed
kscan: drop kscan and any reference
Drop the whole kscan subsystem and reference to it. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent 501b95f commit 60a9a20

File tree

69 files changed

+8
-1077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8
-1077
lines changed

MAINTAINERS.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,24 +1777,6 @@ Release Notes:
17771777
tests:
17781778
- drivers.ipm
17791779

1780-
"Drivers: kscan":
1781-
status: maintained
1782-
maintainers:
1783-
- albertofloyd
1784-
collaborators:
1785-
- VenkatKotakonda
1786-
files:
1787-
- drivers/kscan/
1788-
- include/zephyr/drivers/kscan.h
1789-
- samples/drivers/kscan/
1790-
- tests/drivers/kscan/
1791-
- dts/bindings/kscan/
1792-
- doc/hardware/peripherals/kscan.rst
1793-
labels:
1794-
- "area: Kscan"
1795-
tests:
1796-
- drivers.kscan
1797-
17981780
"Drivers: LED":
17991781
status: maintained
18001782
maintainers:

boards/ite/it82xx2_evb/Kconfig.defconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

boards/ite/it82xx2_evb/it82xx2_evb.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
i2c-0 = &i2c0;
1818
peci-0 = &peci0;
1919
led0 = &led0;
20-
kscan0 = &kscan_input;
2120
watchdog0 = &twd0;
2221
pwm-0 = &pwm0;
2322
};
@@ -30,7 +29,6 @@
3029
zephyr,flash = &flash0;
3130
zephyr,flash-controller = &flashctrl;
3231
zephyr,code-partition = &slot0_partition;
33-
zephyr,keyboard-scan = &kscan_input;
3432
};
3533

3634
leds {
@@ -196,10 +194,6 @@
196194
pinctrl-names = "default";
197195
row-size = <8>;
198196
col-size = <16>;
199-
200-
kscan_input: kscan-input {
201-
compatible = "zephyr,kscan-input";
202-
};
203197
};
204198

205199
&peci0 {

boards/ite/it82xx2_evb/it82xx2_evb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ supported:
1515
- gpio
1616
- usb_device
1717
- i2c
18-
- kscan
1918
- pm
2019
- pwm
2120
- tach

boards/ite/it8xxx2_evb/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ endchoice
1414

1515
endif # PM
1616

17-
config INPUT
18-
default y if KSCAN
19-
2017
endif # BOARD_IT8XXX2_EVB

boards/ite/it8xxx2_evb/it8xxx2_evb.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
i2c-0 = &i2c0;
1818
peci-0 = &peci0;
1919
led0 = &led0;
20-
kscan0 = &kscan_input;
2120
watchdog0 = &twd0;
2221
pwm-0 = &pwm0;
2322
};
@@ -30,7 +29,6 @@
3029
zephyr,flash = &flash0;
3130
zephyr,flash-controller = &flashctrl;
3231
zephyr,code-partition = &slot0_partition;
33-
zephyr,keyboard-scan = &kscan_input;
3432
};
3533

3634
leds {
@@ -180,10 +178,6 @@
180178
pinctrl-names = "default";
181179
row-size = <8>;
182180
col-size = <16>;
183-
184-
kscan_input: kscan-input {
185-
compatible = "zephyr,kscan-input";
186-
};
187181
};
188182
&peci0 {
189183
status = "okay";

boards/ite/it8xxx2_evb/it8xxx2_evb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ supported:
1313
- gpio
1414
- adc
1515
- i2c
16-
- kscan
1716
- pwm
1817
- watchdog
1918
vendor: ite

boards/microchip/mec1501modular_assy6885/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if BOARD_MEC1501MODULAR_ASSY6885
55

6-
config INPUT
7-
default y if KSCAN
8-
96
#PS/2 driver is compiled in terms of this flag.
107
config ESPI_PERIPHERAL_8042_KBC
118
default y

boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
zephyr,sram = &sram0;
1818
zephyr,console = &uart1;
1919
zephyr,flash = &flash0;
20-
zephyr,keyboard-scan = &kscan_input;
2120
};
2221

2322
aliases {
@@ -26,7 +25,6 @@
2625

2726
i2c0 = &i2c_smb_0;
2827
i2c1 = &i2c_smb_1;
29-
kscan0 = &kscan_input;
3028
watchdog0 = &wdog;
3129
};
3230
};
@@ -120,10 +118,6 @@
120118
pinctrl-names = "default", "sleep";
121119
row-size = <8>;
122120
col-size = <16>;
123-
124-
kscan_input: kscan-input {
125-
compatible = "zephyr,kscan-input";
126-
};
127121
};
128122

129123
&peci0 {

boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ supported:
2121
- i2c
2222
- pwm
2323
- watchdog
24-
- kscan
2524
- tach
2625
vendor: microchip

0 commit comments

Comments
 (0)