aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ti-abb-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour1-3/+19
2023-10-17regulator: Use device_get_match_data()Rob Herring1-15/+7
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2022-09-19regulator: of: Fix kernel-docJiapeng Chong1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2022-07-05regulator: Fix parameter declaration and spelling mistake.Zhang Jiaming1-2/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-03-07regulator: cleanup commentsTom Rix1-3/+3
2021-09-13regulator: ti-abb: Make use of the helper function devm_ioremap relatedCai Huoqing1-25/+6
2020-11-18regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon1-1/+11
2020-09-14regulator: ti-abb: Constify ti_abb_reg_opsRikard Falkeborn1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-10-01regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin1-18/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-19regulator: ti-abb: Remove redundant error messageSachin Kamat1-8/+3
2014-02-19regulator: ti-abb: Do not hardcode return valueSachin Kamat1-1/+1
2014-02-12regulator: ti-abb-regulator: do not open-code counting and access of dt array...Heiko Stuebner1-23/+20
2014-02-03regulator: ti-abb: Add support for interleaved LDO registersNishanth Menon1-29/+57
2013-10-24Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-nextMark Brown1-0/+5
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown1-57/+22
2013-10-11regulator: ti-abb: Fix operator precedence typoNishanth Menon1-1/+1
2013-09-27regulator: ti-abb: skip optional parameter for ldo-addressNishanth Menon1-0/+5
2013-09-27regulator: ti-abb: Fix bias voltage glitch in transition to bypass modeNishanth Menon1-2/+14
2013-09-17regulator: ti-abb: Use devm_regulator_registerSachin Kamat1-57/+22
2013-08-22regulator: ti-abb: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-10/+0
2013-06-18regulator: ti-abb: Convert to use devm_ioremap_resourceTushar Behera1-8/+6
2013-05-12regulator: ti-abb: Fix off-by-one valid range checking for abb->current_info_idxAxel Lin1-2/+2
2013-05-12regulator: Introduce TI Adaptive Body Bias(ABB) on-chip LDO driverAndrii.Tseglytskyi1-0/+912