summaryrefslogtreecommitdiff
path: root/drivers/memory/ti-aemif.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-25memory: ti-aemif: Revert "memory: ti-aemif: don't needlessly iterate over chi...Bartosz Golaszewski1-3/+5
2024-08-21memory: ti-aemif: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-21memory: ti-aemif: simplify with dev_err_probe()Krzysztof Kozlowski1-4/+3
2024-08-12memory: ti-aemif: don't needlessly iterate over child nodesBartosz Golaszewski1-7/+3
2024-08-12memory: ti-aemif: use devm_clk_get_enabled() and shrink the codeBartosz Golaszewski1-23/+6
2024-08-12memory: ti-aemif: remove platform data supportBartosz Golaszewski1-24/+1
2023-12-19memory: ti-aemif: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-04-26memory: ti-emif: simplify platform_get_resource()Krzysztof Kozlowski1-3/+1
2021-01-25memory: ti-aemif: Drop child node when jumping out loopPan Bian1-2/+6
2020-07-24memory: ti-aemif: Rename SS to SSTROBE to avoid name conflictsKrzysztof Kozlowski1-8/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-06memory: ti-aemif: fix a potential NULL-pointer dereferenceBartosz Golaszewski1-1/+1
2018-04-20memory: aemif: add support for board filesBartosz Golaszewski1-20/+38
2018-04-20memory: aemif: don't rely on kbuild for driver's nameBartosz Golaszewski1-1/+1
2017-06-03memory: ti-aemif: Handle return value of clk_prepare_enableArvind Yadav1-1/+4
2017-01-19memory: aemif: allow passing device lookup table as platform dataBartosz Golaszewski1-1/+7
2015-10-05memory: ti-aemif: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2014-10-20memory: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-01memory: ti-aemif: introduce AEMIF driverIvan Khoronzhuk1-0/+427