aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-isink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław1-2/+0
2019-04-17regulator: wm831x: Switch to SPDX identifierAxel Lin1-12/+7
2019-03-13regulator: wm831x-isink: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-38/+7
2019-03-13regulator: wm831x-isink: Select maximum current in specific rangeAxel Lin1-1/+1
2019-03-13regulator: wm831x isink: Fix notifier mutex lock warningSteve Twiss1-0/+2
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall1-1/+1
2015-06-02regulator: wm831x: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-20regulator: wm831x-isink: Remove redundant error messageSachin Kamat1-3/+1
2013-09-17regulator: wm831x-isink: Convert to devm_regulator_register()Mark Brown1-14/+3
2013-09-17regulator: wm831x-isink: Use devm_request_threaded_irq()Mark Brown1-4/+4
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-2/+0
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGMark Brown1-2/+2
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+2
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-2/+2
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-1/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-03-28regulator: wm831x-isink: Fix the logic to choose best current limit settingAxel Lin1-1/+1
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown1-3/+2
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-03-26regulator: Convert WM831x regulators to genirqMark Brown1-5/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Regulators: wm831x-xxx - clean up driver data after removalDmitry Torokhov1-0/+3
2009-12-02regulator: Initialise wm831x structure pointor for ISINK driverMark Brown1-0/+2
2009-09-17regulator: Add WM831x ISINK supportMark Brown1-0/+260