summaryrefslogtreecommitdiff
path: root/drivers/gpio/dwapb_gpio.c
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-10-08gpio: dw: Return output value when direction is outSean Anderson
2020-10-08gpio: dw: Add a trailing underscore to generated nameSean Anderson
2020-10-08gpio: dw: Fix warnings about casting int to pointerSean Anderson
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-05-24gpio: dwapb_gpio: fix broken dev->nodeSimon Goldschmidt
2019-05-10gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt
2018-11-29gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan
2018-09-15gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan
2018-09-15gpio: dwapb_gpio: Enable get_function supportLey Foon Tan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-21gpio: dwapb: Add support for port BPhil Edworthy
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2015-08-23gpio: Add DW APB GPIO driverMarek Vasut