aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/88pm800.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-03-19mfd: 88pm800: Fix I2C device resource leak if probe failsKrzysztof Kozlowski1-2/+1
2014-01-06mfd: marvell: Constify struct mfd_cell where possibleGeert Uytterhoeven1-2/+2
2013-09-02mfd: 88pm800: Fix potential NULL pdata dereferenceChao Xie1-4/+6
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-18mfd: 88pm800: Add regulator sub deviceChao Xie1-0/+28
2013-06-18mfd: 88pm800: Enhance sub devices initializationChao Xie1-19/+42
2013-06-18mfd: 88pm80x: Change chip id definition and detectionChao Xie1-36/+6
2013-06-18mfd: 88pm800: Enhance error handling for sub pages probe/removeChao Xie1-33/+48
2013-06-18mfd: 88pm800: Remove the power and gpadc page addr from platform dataChao Xie1-2/+3
2013-06-18mfd: 88pm800: 88pm805: Remove "IRQF_TRIGGER_FALLING" flagYi Zhang1-1/+1
2013-06-18mfd: 88pm800: Initialize mask_invertChao Xie1-0/+1
2013-06-18mfd: 88pm80x: Fix driver name for 88pm800 and 88pm805Chao Xie1-1/+1
2013-06-18mfd: 88pm800: Fix NULL pointer dereferenceYi Zhang1-8/+10
2013-02-14mfd: 88pm80x: Remove redundant devm_* callsYi Zhang1-7/+3
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-4/+4
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-2/+3
2012-07-16mfd: Fix checking return value of 88pm8xx regmap_read()Axel Lin1-7/+9
2012-07-09mfd: 88pm80[05] i2c device_id arrays should be NULL terminatedSamuel Ortiz1-0/+1
2012-07-09mfd: Support 88pm80x in 80x driverQiao Zhou1-0/+593