| Commit message (Expand) | Author | Age | Files | Lines |
* | mfd: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-06-15 | 1 | -1/+1 |
* | mfd: 88pm800: Replace irqchip mask_invert with unmask_base | Aidan MacDonald | 2022-12-07 | 1 | -2/+1 |
* | mfd: 88pm80x: Remove #ifdef guards for PM related functions | Paul Cercueil | 2022-12-07 | 1 | -1/+1 |
* | mfd: 88pm800: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-07 | 1 | -3/+2 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | mfd: 88pm800: Use DEFINE_RES_IRQ_NAMED() to simplify code | Zhen Lei | 2021-06-02 | 1 | -12/+2 |
* | mfd: Constify static struct resources | Rikard Falkeborn | 2020-11-19 | 1 | -1/+1 |
* | mfd: 88pm800: Convert to i2c_new_dummy_device | Wolfram Sang | 2019-08-12 | 1 | -6/+6 |
* | mfd: Drop owner assignment from i2c_drivers | Krzysztof Kozlowski | 2015-08-11 | 1 | -1/+0 |
* | mfd: 88pm800: Fix I2C device resource leak if probe fails | Krzysztof Kozlowski | 2014-03-19 | 1 | -2/+1 |
* | mfd: marvell: Constify struct mfd_cell where possible | Geert Uytterhoeven | 2014-01-06 | 1 | -2/+2 |
* | mfd: 88pm800: Fix potential NULL pdata dereference | Chao Xie | 2013-09-02 | 1 | -4/+6 |
* | mfd: Use dev_get_platdata() | Jingoo Han | 2013-07-31 | 1 | -1/+1 |
* | mfd: 88pm800: Add regulator sub device | Chao Xie | 2013-06-18 | 1 | -0/+28 |
* | mfd: 88pm800: Enhance sub devices initialization | Chao Xie | 2013-06-18 | 1 | -19/+42 |
* | mfd: 88pm80x: Change chip id definition and detection | Chao Xie | 2013-06-18 | 1 | -36/+6 |
* | mfd: 88pm800: Enhance error handling for sub pages probe/remove | Chao Xie | 2013-06-18 | 1 | -33/+48 |
* | mfd: 88pm800: Remove the power and gpadc page addr from platform data | Chao Xie | 2013-06-18 | 1 | -2/+3 |
* | mfd: 88pm800: 88pm805: Remove "IRQF_TRIGGER_FALLING" flag | Yi Zhang | 2013-06-18 | 1 | -1/+1 |
* | mfd: 88pm800: Initialize mask_invert | Chao Xie | 2013-06-18 | 1 | -0/+1 |
* | mfd: 88pm80x: Fix driver name for 88pm800 and 88pm805 | Chao Xie | 2013-06-18 | 1 | -1/+1 |
* | mfd: 88pm800: Fix NULL pointer dereference | Yi Zhang | 2013-06-18 | 1 | -8/+10 |
* | mfd: 88pm80x: Remove redundant devm_* calls | Yi Zhang | 2013-02-14 | 1 | -7/+3 |
* | mfd: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -4/+4 |
* | mfd: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: core: Push irqdomain mapping out into devices | Mark Brown | 2012-09-15 | 1 | -2/+3 |
* | mfd: Fix checking return value of 88pm8xx regmap_read() | Axel Lin | 2012-07-16 | 1 | -7/+9 |
* | mfd: 88pm80[05] i2c device_id arrays should be NULL terminated | Samuel Ortiz | 2012-07-09 | 1 | -0/+1 |
* | mfd: Support 88pm80x in 80x driver | Qiao Zhou | 2012-07-09 | 1 | -0/+593 |