aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mc13xxx-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu1-1/+3
2018-10-23mfd: mc13xxx-core: Fix PMIC shutdown when reading ADC valuesFabio Estevam1-1/+2
2018-04-16hwmon: MC13783: Add uid and die temperature sensor inputsAndrey Gusakov1-1/+14
2015-12-04mfd: mc13xxx-core: Use of_property_read_bool()Saurabh Sengar1-4/+4
2015-06-22mfd: mc13xxx-core: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+1
2015-03-23mfd: mc13xxx-core: %pF is only for function pointersScott Wood1-3/+3
2014-09-26mfd: mc13xxx: Configure WDI resetMarkus Pargmann1-0/+8
2014-07-09mfd: mc13xxx: Use regmap irq framework for interruptsAlexander Shiyan1-269/+41
2014-06-03mfd: mc13xxx: Do not use platform data with devicetreeAlexander Shiyan1-12/+10
2014-06-03mfd: mc13xxx-core: Initialize the lock prior to using itFabio Estevam1-2/+2
2014-04-29ASoC: mc13783: Add devicetree supportAlexander Shiyan1-3/+7
2014-01-21mfd: mc13xxx: Simplify probe() & remove()Alexander Shiyan1-19/+17
2014-01-21mfd: mc13xxx: Remove redundant checksAlexander Shiyan1-4/+1
2013-09-25mfd: mc13xxx: Don't require lock for simple register I/OMark Brown1-5/+0
2012-11-06mfd: mc13xxx: Add support for mc34708Uwe Kleine-König1-0/+21
2012-11-06mfd: mc13xxx: Change probing details for mc13xxx devicesUwe Kleine-König1-50/+27
2012-09-21mfd: Use devm_* APIs for mc13xxx: remove leftover kfreeAndreas Pretzsch1-1/+0
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-07-09mfd: Use devm_* APIs for mc13xxxAxel Lin1-4/+0
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-192/+47
2012-05-18mfd: mc13xxx: add codec platform dataPhilippe Rétornaz1-1/+2
2012-05-01mfd: Move the mc13xxx-core spi specific code into a separate moduleMarc Reilly1-143/+5
2012-05-01mfd: Use regmap for the mc13xxx-core register accessMarc Reilly1-79/+34
2012-05-01mfd: Prepare for separating spi and i2c mc13xxx-core backendsMarc Reilly1-75/+113
2012-03-06mfd: Add pdata to set mc13783-ts conversion delayMichael Thalmeier1-2/+9
2012-01-09mfd: Add device tree probe support for mc13xxxShawn Guo1-31/+75
2012-01-09mfd: Fixed unconditional reset of the mc13xxx ADC reading enable bitsRobin van der Gracht1-2/+2
2012-01-09mfd: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-10-24mfd: Fix a sparse warning about mc13xxx_chipname not being declaredUwe Kleine-König1-1/+1
2011-10-24input: Add power button support for mc13783Philippe Rétornaz1-0/+9
2011-10-24mfd: Implicitly register mc13xxx led subdevicePhilippe Rétornaz1-1/+1
2011-10-24mfd: Unconditionally register mc13xxx regulator subdevicePhilippe Rétornaz1-4/+2
2011-10-24mfd: Remove mc13783 API functions and symbolsUwe Kleine-König1-12/+0
2011-10-24mfd: Provide a generic version of mc13xxx adc_do_conversionUwe Kleine-König1-45/+44
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsSamuel Ortiz1-5/+7
2011-03-23mfd: Add MODULE_DEVICE_TABLE to mc13xxx-coreAxel Lin1-0/+1
2011-03-23mfd: Rename platform_data field of mfd_cell to mfd_dataAndres Salomon1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to mc13xxx driversAndres Salomon1-13/+5
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König1-1/+1
2010-10-29mfd: Fix a memory leak when unload mc13xxx-core moduleAxel Lin1-0/+2
2010-10-29mfd: Remove DEBUG defines from mc13xxx-coreSamuel Ortiz1-2/+0
2010-10-29mfd: Add mc13892 support to mc13xxxUwe Kleine-König1-0/+840