summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mfd: twl6030-irq: Add interrupt mapping table for the twl6032Oleksandr Dmytryshyn2013-08-201-1/+47
* mfd: twl6030-irq: Create struct twl6030_irqGrygorii Strashko2013-08-201-42/+59
* mfd: twl6030-irq: Convert to use linear irq_domainGrygorii Strashko2013-08-201-50/+69
* mfd: twl6030-irq: Add error check when IRQs are masked initiallyGrygorii Strashko2013-08-201-4/+9
* mfd: twl6030-irq: Migrate to IRQ threaded handlerNaga Venkata Srikanth V2013-08-201-100/+50
* mfd: palmas: Add support for external control configurationLaxman Dewangan2013-08-202-0/+146
* mfd: da9063: Add IRQ supportKrystian Garbaciak2013-08-204-1/+288
* mfd: da9063: Add Dialog DA9063 core driverKrystian Garbaciak2013-08-206-0/+492
* mfd: da9063: Add register definitions for DA9063 driverKrystian Garbaciak2013-08-201-0/+1028
* Merge tag 'regmap-irq-ack-mask' of git://git.kernel.org/pub/scm/linux/kernel/...Samuel Ortiz2013-08-202-3/+32
|\
| * regmap: irq: document mask/wake_invert flagsPhilipp Zabel2013-07-241-0/+2
| * regmap: irq: make flags bool and put them in a bitfieldPhilipp Zabel2013-07-241-4/+4
| * regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel2013-07-232-0/+27
* | mfd: ucb1x00: Explicitely include linux/device.hAndrea Adami2013-07-311-0/+1
* | mfd: mcp: Add missing linux/device.h headerAndrea Adami2013-07-311-0/+2
* | MFD: ti_tscadc: Disable TSC config registers in adc modePatil, Rachna2013-07-311-7/+11
* | MFD: ti_tscadc: ADC Clock check not requiredPatil, Rachna2013-07-312-6/+1
* | mfd: wm8994: Remove check for active audio in runtime suspendMark Brown2013-07-311-29/+1
* | mfd: wm8994: Remove unneeded check for JACKDETMark Brown2013-07-311-14/+0
* | mfd: wm8997: Make Kconfig prompt for WM8997 more consistentMark Brown2013-07-311-1/+1
* | mfd: s2mps11: Remove clocks from regulators listYadwinder Singh Brar2013-07-311-5/+1
* | mfd: syscon: Remove "base" field from private driver dataAlexander Shiyan2013-07-311-4/+4
* | mfd: twl6040: Cleanup in early error handling in probe functionPeter Ujfalusi2013-07-311-9/+5
* | mfd: twl6040: Cosmetic, parameter alignment changePeter Ujfalusi2013-07-311-11/+10
* | mfd: twl6040: Remove support for legacy (pdata) modePeter Ujfalusi2013-07-312-42/+14
* | mfd: sec: Add register cache for interrupt mask registersMark Brown2013-07-311-0/+31
* | mfd: Update DA9055 i2c device id nameAnkur Raina2013-07-311-1/+1
* | mfd: Fix for DA9055 driver initializationAnkur Raina2013-07-311-0/+5
* | mfd: s2mps11: Add device tree supportYadwinder Singh Brar2013-07-312-0/+92
* | mfd: Add TPS659038 documentation under PalmasJ Keerthy2013-07-311-0/+2
* | Linux 3.11-rc3v3.11-rc3Linus Torvalds2013-07-281-1/+1
* | Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-287-19/+49
|\ \
| * | pinctrl: fix a memleak when freeing mapsLinus Walleij2013-07-251-0/+1
| * | pinctrl: pinctrl-single: fix compile warning when no CONFIG_PMJean-Francois Moine2013-07-221-0/+2
| * | pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DTGuennadi Liakhovetski2013-07-221-0/+1
| * | arm/dts: sirf: fix the pingroup name mismatch between drivers and dtsBarry Song2013-07-222-16/+16
| * | pinctrl: sirf: add usp0_uart_nostreamctrl pin group for usp-uart without flow...Qipan Li2013-07-222-0/+26
| * | pinctrl: sirf: fix the pin number and mux bit for usp0Qipan Li2013-07-221-2/+2
| * | pinctrl: am33xx dt binding: correct include pathIan Campbell2013-07-211-1/+1
* | | Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-283-128/+95
|\ \ \
| * | | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-261-2/+1
| * | | ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
| * | | tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-242-29/+0
| * | | tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-28/+22
| * | | tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-37/+12
| * | | tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-7/+6
| * | | tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-5/+4
| * | | tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-9/+7
| * | | tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-07-241-14/+36
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-07-286-24/+32
|\ \ \ \
OpenPOWER on IntegriCloud