aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/88pm805.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-02mfd: 88pm805: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei1-21/+8
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-07-09mfd: 88pm805: msleep(1ms ~ 20ms) may not do what the caller intendsLee Jones1-1/+1
2014-01-06mfd: marvell: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-09-02mfd: 88pm805: Fix potential NULL pdata dereferenceChao Xie1-1/+1
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-18mfd: 88pm80x: Change chip id definition and detectionChao Xie1-13/+3
2013-06-18mfd: 88pm800: 88pm805: Remove "IRQF_TRIGGER_FALLING" flagYi Zhang1-1/+1
2013-06-18mfd: 88pm80x: Fix driver name for 88pm800 and 88pm805Chao Xie1-1/+1
2013-02-14mfd: 88pm80x: Remove redundant devm_* callsYi Zhang1-2/+2
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-3/+3
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+2
2012-07-16mfd: Fix checking return value of 88pm8xx regmap_read()Axel Lin1-2/+3
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/+299