Taavi Hein
8b6060e24e
gpio: Bitmask overflow fix in gpio_reset_pin
...
For pins 32 and up the BIT(nr) macro used here overflowed,
causing undetermined GPIO pins to be reset.
Example: freeing SPI device/bus where CS is on pin 33
caused debug UART to cease communication, TXD0 was
disabled.
Fixed as BIT64(nr) macro, to be used elsewhere as needed.
For example in definitions like GPIO_SEL_32..GPIO_SEL_39.
2018-08-14 04:23:56 +03:00
..
2018-07-16 14:19:57 +08:00
2018-07-23 13:45:55 +10:00
2018-04-23 18:27:28 +05:30
2018-07-25 08:59:31 +08:00
2018-08-08 16:30:09 +08:00
2018-08-10 21:00:56 +08:00
2018-07-16 14:19:57 +08:00
2018-07-16 14:19:57 +08:00
2018-07-16 14:19:57 +08:00
2018-08-14 04:23:56 +03:00
2018-08-10 13:42:32 +08:00
2018-03-16 15:51:36 +08:00
2018-08-10 14:23:19 +07:00
2018-08-08 14:55:22 +05:30
2018-04-23 20:18:30 +08:00
2017-03-21 13:30:38 +03:00
2018-07-23 13:45:55 +10:00
2018-05-29 20:07:45 +08:00
2018-07-16 14:19:57 +08:00
2018-06-16 16:02:35 +08:00
2018-08-13 11:42:43 +08:00
2018-08-01 08:59:02 +00:00
2018-08-13 11:42:43 +08:00
2017-03-07 10:18:47 +11:00
2018-04-30 13:51:54 +05:30
2018-07-16 14:19:57 +08:00
2018-06-05 10:36:18 +00:00
2018-07-17 20:49:31 +08:00
2018-08-05 09:17:40 +03:00
2018-07-16 15:07:44 +05:30
2018-06-10 21:20:55 +08:00
2018-08-01 08:59:02 +00:00
2018-07-16 14:19:57 +08:00
2018-08-08 12:43:50 +05:30
2018-05-29 20:07:45 +08:00
2018-07-23 13:45:55 +10:00
2018-04-19 18:28:55 +05:30
2018-05-29 20:07:45 +08:00
2018-05-29 20:07:45 +08:00
2018-08-14 04:23:56 +03:00
2018-08-08 11:30:31 +03:00
2018-07-30 08:07:34 +03:00
2018-05-29 20:07:45 +08:00
2018-08-01 08:59:02 +00:00
2018-06-14 13:56:39 +08:00
2018-06-06 17:35:30 +00:00
2018-08-01 12:02:13 +05:30
2018-05-29 20:07:45 +08:00