aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm831x-isink.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17regulator: wm831x-isink: Convert to devm_regulator_register()Gravatar Mark Brown 1-14/+3
2013-09-17regulator: wm831x-isink: Use devm_request_threaded_irq()Gravatar Mark Brown 1-4/+4
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-2/+0
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGGravatar Mark Brown 1-2/+2
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-2/+2
2012-05-20mfd: Convert wm831x to irq_domainGravatar Mark Brown 1-2/+2
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversGravatar Mark Brown 1-1/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-03-28regulator: wm831x-isink: Fix the logic to choose best current limit settingGravatar Axel Lin 1-1/+1
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Gravatar Mark Brown 1-3/+2
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-03-26regulator: Convert WM831x regulators to genirqGravatar Mark Brown 1-5/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Regulators: wm831x-xxx - clean up driver data after removalGravatar Dmitry Torokhov 1-0/+3
2009-12-02regulator: Initialise wm831x structure pointor for ISINK driverGravatar Mark Brown 1-0/+2
2009-09-17regulator: Add WM831x ISINK supportGravatar Mark Brown 1-0/+260