Commit b26ff91
Input: ili210x - use one common reset implementation
Rename ili251x_hardware_reset() to ili210x_hardware_reset(), change its
parameter from struct device * to struct gpio_desc *, and use it as one
single consistent reset implementation all over the driver. Also increase
the minimum reset duration to 12ms, to make sure the reset is really
within the spec.
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20220518210423.106555-1-marex@denx.de
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>1 parent e4920d4 commit b26ff91
1 file changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
| 759 | + | |
760 | 760 | | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | 761 | | |
765 | | - | |
766 | | - | |
767 | | - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
768 | 765 | | |
769 | 766 | | |
770 | 767 | | |
| |||
773 | 770 | | |
774 | 771 | | |
775 | 772 | | |
| 773 | + | |
776 | 774 | | |
777 | 775 | | |
778 | 776 | | |
| |||
803 | 801 | | |
804 | 802 | | |
805 | 803 | | |
806 | | - | |
| 804 | + | |
807 | 805 | | |
808 | 806 | | |
809 | 807 | | |
| |||
858 | 856 | | |
859 | 857 | | |
860 | 858 | | |
861 | | - | |
| 859 | + | |
862 | 860 | | |
863 | 861 | | |
864 | 862 | | |
| |||
951 | 949 | | |
952 | 950 | | |
953 | 951 | | |
954 | | - | |
955 | | - | |
956 | | - | |
| 952 | + | |
957 | 953 | | |
958 | 954 | | |
959 | 955 | | |
| |||
0 commit comments