aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/twl-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23mfd: twl-core: Add power off implementation for twl603xAndreas Kemnade1-0/+28
2023-11-01mfd: twl: Convert to use maple tree register cacheMark Brown1-1/+1
2023-11-01mfd: twl-core: Add a clock subdevice for the TWL6032Andreas Kemnade1-0/+16
2023-06-15mfd: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-26mfd: twl-core: Remove unused add_child() and add_numbered_child() functionsTom Rix1-65/+0
2023-02-22mfd: twl: Fix TWL6032 phy vbus detectionAndreas Kemnade1-5/+4
2022-12-07mfd: twl-core: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-10-07Merge tag 'mfd-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-1/+1
2022-09-28mfd: twl-core: Fix double "to to" in comment.Jason Wang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-07-19mfd: twl: Remove platform data supportUwe Kleine-König1-318/+5
2022-04-28mfd: twl4030: Make twl4030_exit_irq() return voidUwe Kleine-König1-5/+1
2022-04-28mfd: twl6030: Make twl6030_exit_irq() return voidUwe Kleine-König1-2/+2
2021-06-02mfd: twl-core: Fix incorrect function name twl_regcache_bypass()Lee Jones1-1/+1
2019-08-12mfd: twl-core: Convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-02mfd: twl-core: Disable IRQ while suspendedAndreas Kemnade1-0/+23
2019-01-03mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor1-2/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+3
2018-05-16mfd: twl-core: Fix clock initializationPeter Ujfalusi1-1/+1
2017-09-05mfd: twl-core: Improve the documentationDan Carpenter1-2/+2
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-3/+3
2016-10-04mfd: twl-core: Make it explicitly non-modularPaul Gortmaker1-8/+1
2016-06-29mfd: twl-core: Refactoring for add_numbered_child()Markus Elfring1-10/+11
2016-06-29mfd: twl-core: Return directly after a failed platform_device_alloc() in add_...Markus Elfring1-5/+2
2015-08-05twl4030_charger: use runtime_pm to keep usb phy active while charging.NeilBrown1-5/+4
2015-01-22mfd: twl-core: Constify struct regmap_config and reg_default arrayKrzysztof Kozlowski1-4/+4
2014-05-06Merge tag 'ib-mfd-omap-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren1-0/+15
2014-04-23mfd: twl-core: Fix idle mode signaling for omaps when booted with device treeTony Lindgren1-0/+15
2014-03-19mfd: twl-core: Fix accessibility of some twl4030 audio registersTomas Novotny1-5/+5
2014-01-21Merge tag 'ib-asoc-3.14.2' into for-mfd-nextLee Jones1-27/+163
2014-01-21mfd: twl-core: Fix passing of platform data in the device tree caseTony Lindgren1-3/+12
2014-01-21mfd: twl-core: Clean up module by removing twl603x pdata handlingRuslan Ruslichenko1-198/+0
2014-01-08mfd: twl-core: Enable regcache for audio registersPeter Ujfalusi1-0/+111
2014-01-08mfd: twl-core: API to set the regcache bypass for a given regmap in twlPeter Ujfalusi1-0/+21
2014-01-08mfd: twl-core: Simplify IO wrapper functions by moving common code outPeter Ujfalusi1-27/+31
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory1-23/+23
2013-06-19mfd: twl4030-power: Split from twl-core into a dedicated moduleFlorian Vaussard1-4/+8
2013-06-11mfd: twl-core: Convert to module_i2c_driver()Grygorii Strashko1-11/+1
2013-02-14mfd: twl-core: Fix kernel panic on bootJon Hunter1-8/+8
2013-02-14mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline functionPeter Ujfalusi1-28/+0
2013-02-14mfd: twl-core: Remove no longer valid comment regarding to write buffer sizePeter Ujfalusi1-3/+0
2013-02-14mfd: twl-core: Collect global variables behind one private structure (global)Peter Ujfalusi1-47/+57
2013-02-14mfd: twl-core: Move 'inuse' check early at probe timePeter Ujfalusi1-6/+6
2013-02-14mfd: twl-core: Do not create dummy pdata when booted with DTPeter Ujfalusi1-24/+7
2013-02-14mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DTPeter Ujfalusi1-2/+1
2013-02-14mfd: twl-core: Allocate twl_modules dynamicallyPeter Ujfalusi1-10/+21
2013-02-14mfd: twl-core: Use the lookup table to find the correct subchip for the modulesPeter Ujfalusi1-29/+27
2013-02-14mfd: twl-core: No need to check for invalid subchip IDPeter Ujfalusi1-11/+2
2013-02-14mfd: twl-core: Clean up module id lookup and definitionsPeter Ujfalusi1-54/+51
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-109/+118
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-1/+1
2012-11-21mfd: twl-core: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi1-8/+6
2012-11-21mfd: twl-core: re-group the twl_mapping table for easier readingPeter Ujfalusi1-4/+5
2012-11-21mfd: twl: Convert module id definitions to enumsPeter Ujfalusi1-6/+3
2012-11-21mfd: twl-core: Clean up and correct child registrationPeter Ujfalusi1-15/+12
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi1-7/+2
2012-11-21mfd: twl-core: Convert to use regmap for I/OPeter Ujfalusi1-67/+80
2012-11-21mfd: twl-core: Support for proper PWM driversPeter Ujfalusi1-2/+9
2012-11-21mfd: twl-core: Register twl4030-madc child only for twl4030 classPeter Ujfalusi1-1/+2
2012-11-20mfd: twl-core: Fix chip ID for the twl6030-pwm modulePeter Ujfalusi1-1/+1
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-92/+64
2012-09-19pwm: Move TWL6030 PWM driver to PWM frameworkThierry Reding1-0/+7
2012-09-19mfd: twl: Replace twl_has_*() macros by IS_ENABLED()Thierry Reding1-92/+25
2012-09-18mfd: twl-core: Add API to query the HFCLK ratePeter Ujfalusi1-0/+32
2012-09-17mfd: Fix compile for twl-core.c by removing cpu_is_omap usageTony Lindgren1-26/+30
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren1-0/+2
2012-07-31Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds1-4/+5
2012-07-09mfd: Move twl-core device_init_wakeup to after platform_device_addNeilBrown1-1/+2
2012-06-19twl4030_charger: Allow charger to control the regulator that feeds itNeilBrown1-4/+5
2012-05-09mfd: twl: define all feature flags in one place.NeilBrown1-7/+0
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-84/+69
2012-03-22mfd: Detach twl6040 from the pmic mfd driverPeter Ujfalusi1-26/+33
2012-03-22mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsBenoit Cousson1-14/+19
2012-03-22mfd: Move twl-core IRQ allocation into twl[4030|6030]-irq filesBenoit Cousson1-24/+5
2012-03-22mfd: Remove references already defineid in header file from twl-coreBenoit Cousson1-5/+2
2012-03-22mfd: Remove unneeded header from twl-coreFelipe Balbi1-4/+0
2012-03-22mfd: Make twl-core not depend on pdata->irq_base/endFelipe Balbi1-34/+27
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-5/+44
2012-03-19Merge tag 'topic/twl' into regulator-nextMark Brown1-1/+40
2012-03-18Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown1-4/+4
2012-03-11mfd: twl-core: regulator configuration for twl6030 V1V8, V2V1 SMPSPeter Ujfalusi1-0/+10
2012-03-11regulator: twl6030: add support for vdd1, vdd2 and vdd3 regulatorsTero Kristo1-0/+15
2012-03-11regulator: twl4030: add support for external voltage get/setTero Kristo1-1/+15
2012-03-06mfd: twl-core: Don't specify regulator consumers by struct deviceMark Brown1-4/+4
2012-03-05dt: fix twl4030 for non-dt compile on x86Grant Likely1-0/+1
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely1-3/+2
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-12/+2
2012-02-16mfd: twl-core.c: Fix the number of interrupts managed by twl4030Benoit Cousson1-1/+1
2012-02-09ARM: omap: fix broken twl-core dependencies and ifdefsRussell King1-2/+4
2012-02-03mfd: twl-core: Don't specify regulator consumers by struct deviceMark Brown1-4/+4
2012-01-09mfd: twl-core: Add initial DT support for twl4030/twl6030Benoit Cousson1-1/+50
2011-12-20mfd: Fix twl-core oops while calling twl_i2c_* for unbound driverIlya Yanok1-8/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker1-0/+1
2011-10-24mfd: Fix twl4030 dependencies for audio codecThomas Weber1-1/+1
2011-07-31mfd: Add tps65921 support from twl-coreOleg Drokin1-0/+2
2011-07-04mfd: twl6040: Add initial supportMisael Lopez Cruz1-3/+2
2011-07-04MFD: twl4030-audio: Rename platform dataPeter Ujfalusi1-4/+4
2011-05-26mfd: Add phoenix lite (twl6025) support to twl6030Graeme Gregory1-37/+153
2011-05-26mfd: TWL5030 version checking in twl-coreLesly A M1-0/+62
2011-03-23mfd: Enabling twl4030_wdt and pwrbutton only for TritonKeerthy1-2/+2
2011-03-23regulator: twl: add clk32kg to twl-regulatorBalaji T K1-0/+4
2011-01-14mfd: Fix twl_probe section mismatch warning in mfd/twl-core.cBryan Wu1-1/+1
2010-12-10mfd: TWL6030: OMAP4: Registering the TWL6030-usb deviceHema HK1-5/+39
2010-10-29mfd: Add twl4030_bci platform_data backGrazvydas Ignotas1-0/+17
2010-10-29mfd: Fix twl-core sparse warningG, Manjunath Kondaiah1-1/+1
2010-10-29mfd: Switch twl-core over to defines in twl.hFelipe Balbi1-12/+9
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-3/+3
2010-03-18OMAP4: PMIC: Rename twl6030_codec as twl6040_codecOlaya, Margarita1-2/+2
2010-03-07mfd: Add twl6030 base addr for ID0, ID1, ID2Balaji T K1-2/+5
2010-03-07mfd: Disable TWL4030/5030 I2C1/I2C4 internal pull-upsMoiz Sonasath1-0/+13
2010-03-07mfd: Fix twl_has_pwrbutton typoEduardo Valentin1-1/+1
2010-03-07mfd: Remove leftover from discontinued TWL4030 battery patchChristoph Egger1-19/+0
2010-02-24OMAP4: PMIC: Add support for twl6030 codecMisael Lopez Cruz1-3/+15
2009-12-14mfd: Add twl6030 regulator subdevicesRajendra Nayak1-3/+48
2009-12-14mfd: Add support for twl6030 irq frameworkBalaji T K1-14/+106
2009-12-13mfd: Rename twl4030_ routines in twl-regulator.cRajendra Nayak1-1/+1
2009-12-13mfd: Rename twl4030_ routines in rtc-twl.cBalaji T K1-1/+1
2009-12-13mfd: Rename all twl4030_i2c*Balaji T K1-63/+73
2009-12-13mfd: Rename twl4030* driver files to enable re-useSantosh Shilimkar1-0/+929