aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/twl-core.c
AgeCommit message (Expand)Author
2014-06-18mfd: twl-core: Fix accessibility of some twl4030 audio registersTomas Novotny
2014-01-21Merge tag 'ib-asoc-3.14.2' into for-mfd-nextLee Jones
2014-01-21mfd: twl-core: Fix passing of platform data in the device tree caseTony Lindgren
2014-01-21mfd: twl-core: Clean up module by removing twl603x pdata handlingRuslan Ruslichenko
2014-01-08mfd: twl-core: Enable regcache for audio registersPeter Ujfalusi
2014-01-08mfd: twl-core: API to set the regcache bypass for a given regmap in twlPeter Ujfalusi
2014-01-08mfd: twl-core: Simplify IO wrapper functions by moving common code outPeter Ujfalusi
2013-07-31mfd: Use dev_get_platdata()Jingoo Han
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory
2013-06-19mfd: twl4030-power: Split from twl-core into a dedicated moduleFlorian Vaussard
2013-06-11mfd: twl-core: Convert to module_i2c_driver()Grygorii Strashko
2013-02-14mfd: twl-core: Fix kernel panic on bootJon Hunter
2013-02-14mfd: twl-core: Move twl_i2c_read/write_u8 to header as inline functionPeter Ujfalusi
2013-02-14mfd: twl-core: Remove no longer valid comment regarding to write buffer sizePeter Ujfalusi
2013-02-14mfd: twl-core: Collect global variables behind one private structure (global)Peter Ujfalusi
2013-02-14mfd: twl-core: Move 'inuse' check early at probe timePeter Ujfalusi
2013-02-14mfd: twl-core: Do not create dummy pdata when booted with DTPeter Ujfalusi
2013-02-14mfd: twl-core: Do not try to call legacy mfd add_children() when booted with DTPeter Ujfalusi
2013-02-14mfd: twl-core: Allocate twl_modules dynamicallyPeter Ujfalusi
2013-02-14mfd: twl-core: Use the lookup table to find the correct subchip for the modulesPeter Ujfalusi
2013-02-14mfd: twl-core: No need to check for invalid subchip IDPeter Ujfalusi
2013-02-14mfd: twl-core: Clean up module id lookup and definitionsPeter Ujfalusi
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28mfd: remove use of __devinitBill Pemberton
2012-11-21mfd: twl-core: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi
2012-11-21mfd: twl-core: re-group the twl_mapping table for easier readingPeter Ujfalusi
2012-11-21mfd: twl: Convert module id definitions to enumsPeter Ujfalusi
2012-11-21mfd: twl-core: Clean up and correct child registrationPeter Ujfalusi
2012-11-21mfd/rtc/gpio: twl: No need to allocate bigger buffer for writePeter Ujfalusi
2012-11-21mfd: twl-core: Convert to use regmap for I/OPeter Ujfalusi
2012-11-21mfd: twl-core: Support for proper PWM driversPeter Ujfalusi
2012-11-21mfd: twl-core: Register twl4030-madc child only for twl4030 classPeter Ujfalusi
2012-11-20mfd: twl-core: Fix chip ID for the twl6030-pwm modulePeter Ujfalusi
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-09-19pwm: Move TWL6030 PWM driver to PWM frameworkThierry Reding
2012-09-19mfd: twl: Replace twl_has_*() macros by IS_ENABLED()Thierry Reding
2012-09-18mfd: twl-core: Add API to query the HFCLK ratePeter Ujfalusi
2012-09-17mfd: Fix compile for twl-core.c by removing cpu_is_omap usageTony Lindgren
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-07-31Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds
2012-07-09mfd: Move twl-core device_init_wakeup to after platform_device_addNeilBrown
2012-06-19twl4030_charger: Allow charger to control the regulator that feeds itNeilBrown
2012-05-09mfd: twl: define all feature flags in one place.NeilBrown
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-03-22mfd: Detach twl6040 from the pmic mfd driverPeter Ujfalusi
2012-03-22mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsBenoit Cousson
2012-03-22mfd: Move twl-core IRQ allocation into twl[4030|6030]-irq filesBenoit Cousson
2012-03-22mfd: Remove references already defineid in header file from twl-coreBenoit Cousson
2012-03-22mfd: Remove unneeded header from twl-coreFelipe Balbi