summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/dwapb_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-9/+9
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-7/+7
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* gpio: dw: Return output value when direction is outSean Anderson2020-10-081-7/+12
* gpio: dw: Add a trailing underscore to generated nameSean Anderson2020-10-081-1/+9
* gpio: dw: Fix warnings about casting int to pointerSean Anderson2020-10-081-2/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* gpio: dwapb_gpio: fix broken dev->nodeSimon Goldschmidt2019-05-241-3/+2
* gpio: dwapb_gpio: convert to livetreeSimon Goldschmidt2019-05-101-14/+11
* gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt2018-11-291-0/+7
* gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan2018-10-031-9/+2
* gpio: dwapb_gpio: Change to use dev_read_addr()Ley Foon Tan2018-09-151-1/+1
* gpio: dwapb_gpio: Add reset ctrl to driverLey Foon Tan2018-09-151-2/+49
* gpio: dwapb_gpio: Enable get_function supportLey Foon Tan2018-09-151-0/+14
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* gpio: dwapb: Add support for port BPhil Edworthy2016-11-211-10/+10
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+2
* gpio: Add DW APB GPIO driverMarek Vasut2015-08-231-0/+167