summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mfd: Remove redundant code to get htc_pasic3 irqAxel Lin2010-10-291-7/+0
| * | | mfd: Fix tps6586x_add_subdevs error pathAxel Lin2010-10-291-1/+7
| * | | mfd: Fix pcap_add_subdev error pathAxel Lin2010-10-291-1/+9
| * | | mfd: Fix da903x_add_subdevs error pathAxel Lin2010-10-291-1/+7
| * | | mfd: Add codec resource into 88pm860x driverHaojian Zhuang2010-10-291-0/+44
| * | | mfd: Free tps6586x allocated resources when unload the moduleAxel Lin2010-10-291-0/+13
| * | | usb: otg: twl4030-usb: switch over to defines in twl.hFelipe Balbi2010-10-291-4/+9
| * | | mfd: Switch twl4030-power over to defines in twl.hFelipe Balbi2010-10-291-14/+16
| * | | mfd: Switch twl-core over to defines in twl.hFelipe Balbi2010-10-291-12/+9
| * | | i2c: twl: add register defines for pm master moduleFelipe Balbi2010-10-291-0/+46
| * | | mfd: LP3974 PMIC supportKyungmin Park2010-10-292-7/+9
| * | | gpio: Add bitmask to block requests to unavailable stmpe GPIOsWolfram Sang2010-10-292-0/+11
| * | | mfd: Switch AB3100 to use MFD cellsLinus Walleij2010-10-292-61/+69
| * | | mfd: Move AB3100 to __devinitLinus Walleij2010-10-291-7/+7
| * | | gpiolib: Hook up WM8994 gpio_to_irq()Mark Brown2010-10-291-0/+1
| * | | mfd: Move PCF50633 IRQ protoypes where the definitions can see themMark Brown2010-10-292-7/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2010-10-288-56/+479
|\ \ \ \
| * | | | watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init codePrarit Bhargava2010-10-281-2/+0
| * | | | watchdog: add support for Broadcom BCM63xx built-in watchdogFlorian Fainelli2010-10-283-0/+361
| * | | | watchdog: f71808e_wdt: add support for the F71889FGGiel van Schijndel2010-10-282-3/+11
| * | | | watchdog: MachZ: fix debug macroNicolas Kaiser2010-10-281-1/+1
| * | | | watchdog: it8712f_wdt: Add module parameter for alternative reset sourcesTimo Juhani Lindfors2010-10-281-2/+11
| * | | | watchdog: it8712f_wdt: Add comments for config/control register namesTimo Juhani Lindfors2010-10-281-6/+6
| * | | | watchdog: it87_wdt: Add support for watchdogs with 8b timersOndrej Zajicek2010-10-282-28/+63
| * | | | watchdog: it87_wdt: Add support for IT8720F watchdogOndrej Zajicek2010-10-282-10/+16
| * | | | watchdog: Use static const char * const where possibleJoe Perches2010-10-281-1/+1
| * | | | watchdog: iTCO_wdt: Cleanup warning messagesPrarit Bhargava2010-10-281-9/+12
| * | | | watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDsSeth Heasley2010-10-281-0/+3
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-10-281-7/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ext4: BUG_ON fix: check if page has buffers before calling page_buffers() Theodore Ts'o2010-10-281-7/+5
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-2816-163/+61
|\ \ \ \ \
| * | | | | initramfs: Fix build break on symbol-prefixed archsMike Frysinger2010-10-281-1/+3
| * | | | | initramfs: fix initramfs size calculationHendrik Brueckner2010-09-293-11/+17
| * | | | | initramfs: generalize initramfs_data.xxx.S variantsHendrik Brueckner2010-09-296-120/+7
| * | | | | scripts/kallsyms: Enable error messages while hush up unnecessary warningsJean Sacren2010-09-291-6/+2
| * | | | | Merge branch 'kbuild/clean' into kbuild/kbuildMichal Marek2010-09-134-22/+24
| |\ \ \ \ \
| | * | | | | kbuild: Use a single clean rule for kernel and external modulesMichal Marek2010-09-061-19/+12
| | * | | | | kbuild: Do not run make clean in $(srctree)Michal Marek2010-09-031-1/+1
| | * | | | | kbuild: Really don't clean bounds.h and asm-offsets.hMichal Marek2010-03-113-2/+11
| * | | | | | scripts/setlocalversion: update commentMichael Prokop2010-09-061-2/+4
| * | | | | | scripts/mod/modpost.c: fix commentary accordingly to last changesAndy Shevchenko2010-08-261-1/+4
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-10-289-15/+1280
|\ \ \ \ \ \ \
| * | | | | | | regulator: max8952 - fix max8952_set_voltageAxel Lin2010-10-281-1/+1
| * | | | | | | regulator: max8952 - fix max8952_pmic_probe error pathAxel Lin2010-10-281-2/+8
| * | | | | | | regulator: fix build when CONFIG_REGULATOR_DUMMY=nAnand Gadiyar2010-10-281-4/+0
| * | | | | | | regulator: avoid deadlock when disabling regulator with supplyJeffrey Carlyle2010-10-281-9/+26
| * | | | | | | regulator: Add option for machine drivers to enable the dummy regulatorMark Brown2010-10-283-2/+28
| * | | | | | | Regulator: lp3972 cleanupAxel Lin2010-10-281-7/+18
| * | | | | | | Regulator: LP3972 PMIC regulator driverAxel Lin2010-10-284-0/+705
| * | | | | | | MAX8952 PMIC Driver Initial ReleaseMyungJoo Ham2010-10-284-0/+504
| | |_|_|/ / / | |/| | | | |
OpenPOWER on IntegriCloud