gpio: remove deprecated API functions/macros

This commit removes API functions and macros which were deprecated in
2.2 release. GPIO drivers are updated accordingly.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2020-06-13 02:07:29 +02:00 committed by Carles Cufí
commit 4b194eb4fc
27 changed files with 37 additions and 1129 deletions

View file

@ -76,19 +76,6 @@
/** @} */
/**
* @cond INTERNAL_HIDDEN
*
* Following defines are deprecated and shouldn't be used in DTS files.
*/
#define GPIO_DIR_IN (1 << 8) /* GPIO_INPUT */
#define GPIO_DIR_OUT (1 << 9) /* GPIO_OUTPUT */
#define GPIO_PUD_PULL_UP GPIO_PULL_UP
#define GPIO_PUD_PULL_DOWN GPIO_PULL_DOWN
#define GPIO_INT_ACTIVE_LOW (1 << 17) /* GPIO_INT_LOW_0 */
#define GPIO_INT_ACTIVE_HIGH (1 << 18) /* GPIO_INT_HIGH_1 */
/** @endcond */
/**
* @}
*/