aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+4
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds10-555/+765
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds35-728/+3057
2012-01-11Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-1/+16
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds19-203/+550
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2-0/+23
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2-9/+6
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-1410/+1636
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds4-80/+152
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-6/+6
2012-01-10Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds3-32/+7
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds91-1236/+1172
2012-01-10drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings1-2/+2
2012-01-10drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson1-2/+8
2012-01-10drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen5-5/+0
2012-01-10drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin1-1/+1
2012-01-10drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin30-351/+30
2012-01-10drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown1-3/+1
2012-01-10drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown1-20/+0
2012-01-10rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey1-0/+112
2012-01-10drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij1-3/+3
2012-01-10rtc/ab8500: set can_wake flagAndrew Lynn1-0/+2
2012-01-10rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund1-2/+2
2012-01-10drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy1-53/+59
2012-01-10drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy1-0/+11
2012-01-10drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary1-1/+1
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown1-5/+2
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown1-3/+2
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin1-1/+1
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown3-0/+788
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin1-12/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin7-98/+7
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin21-265/+31
2012-01-10backlight: convert pwm_bl to dev_pm_opsMark Brown1-10/+11
2012-01-10backlight: convert platform_lcd to devm_kzalloc()Mark Brown1-5/+4
2012-01-10backlight: use kstrtoul()Jingoo Han2-19/+13
2012-01-10drivers/video/backlight/ep93xx_bl.c: remove duplicated header includeJingoo Han1-1/+0
2012-01-10backlight/ld9040.c: regulator control in the driverDonghwa Lee1-12/+59
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin13-148/+13
2012-01-10backlight: remove ADX backlight device supportPaul Bolle3-191/+0
2012-01-10Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-6/+14
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds92-1499/+2263
2012-01-11md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown1-1/+10
2012-01-11md: notify the 'degraded' sysfs attribute on failure.NeilBrown1-0/+6
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds26-278/+2665
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds269-6393/+42307
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds118-1576/+4647
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds26-631/+3415
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds68-2600/+3618
2012-01-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds35-284/+325
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds48-337/+1215
2012-01-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds12-178/+722
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds26-323/+321
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-227/+1061
2012-01-10Merge git://git.infradead.org/users/cbou/battery-urgentAnton Vorontsov190-1577/+1848
2012-01-10drm/nouveau/pm: fix build with HWMON offDave Airlie1-1/+1
2012-01-10gma500: silence gcc warnings in mid_get_vbt_data()Dan Carpenter1-3/+3
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter1-5/+3
2012-01-10rtc-puv3: solve section mismatch in rtc-puv3.cGuan Xuetao1-2/+2
2012-01-10rtc-puv3: using module_platform_driver()Guan Xuetao1-15/+1
2012-01-10i2c-puv3: using module_platform_driver()Guan Xuetao1-14/+2
2012-01-10rtc-puv3: irq: remove IRQF_DISABLEDGuan Xuetao1-2/+2
2012-01-10of: add include asm/setup.h in drivers/of/fdt.cYu Yue1-0/+1
2012-01-10power_supply: Mark da9052 driver as brokenAnton Vorontsov1-0/+1
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-2/+2
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+11
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-33/+36
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds28-740/+1581
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-31/+39
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-14/+7
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1130/+776
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds15-174/+191
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds459-36009/+24338
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds183-3727/+4727
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds38-564/+1953
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-123/+123
2012-01-09mtd: Fix dependency for MTD_DOC200xFabio Estevam1-0/+3
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy4-7/+4
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy11-20/+14
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy3-10/+5
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy4-29/+13
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy6-15/+7
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy2-4/+24
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-2/+0
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-4/+0
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-8/+10
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-5/+3
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-7/+2
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy1-9/+8
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy2-20/+12
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy2-3/+3
2012-01-09mtd: mtdcore: export symbols cleanupArtem Bityutskiy1-15/+9
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-19/+22
2012-01-09mtd: sst25l: kill unused variableArtem Bityutskiy1-1/+1
2012-01-09mtd: onenand: kill unused variableArtem Bityutskiy1-1/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-12/+13
2012-01-09mtd: remove extra retlen assignmentArtem Bityutskiy7-33/+22
2012-01-09mtd: doc: do not initialize mtd_info fields to 0 or NULLArtem Bityutskiy4-29/+0
2012-01-09mtd: docprobe: use kzalloc insteadArtem Bityutskiy1-6/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy10-10/+10
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy17-24/+24
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy9-9/+9
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy9-9/+9
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy4-4/+4
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy8-9/+9
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy2-4/+5
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy11-22/+22
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy12-27/+27
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy2-4/+4
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy18-60/+63
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy29-125/+134
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy3-5/+4
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy19-21/+21
2012-01-09mtd: mtdchar: rename functionsArtem Bityutskiy1-37/+39
2012-01-09mtd: lpddr: drop unnecessary zeroingArtem Bityutskiy1-7/+0
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall1-5/+1
2012-01-09mtd: gpio-nand: add device tree bindingsJamie Iles1-7/+108
2012-01-09mtd: bcm63xxpart: check the image tag's crc32Jonas Gorski1-16/+29
2012-01-09mtd: bcm63xxpart: don't assume NVRAM is always the fourth partitionJonas Gorski1-2/+2
2012-01-09mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiBJonas Gorski1-7/+15
2012-01-09mtd: bcm63xxpart: check version marker string for newer CFEsJonas Gorski1-5/+17
2012-01-09mtd: sm_ftl: fix module parameterRusty Russell1-1/+1
2012-01-09mtd: docg3: remove unused functionRobert Jarzmik1-0/+2
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-8/+10
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu1-5/+5
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo1-3/+10
2012-01-09mtdoops: fix the oops_page_used array sizeRoman Tereshonkov1-1/+1
2012-01-09mtd: maps: remove the now unused bcm963xx-flashJonas Gorski3-130/+0
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski1-1/+4
2012-01-09mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski5-150/+202
2012-01-09mtd: maps: bcm963xx-flash: clean up printk usageJonas Gorski1-10/+10
2012-01-09mtd: maps: bcm963xx-flash: remove superfluous semicolonsJonas Gorski1-5/+5
2012-01-09mtd: maps: bcm963xx-flash: fix word order for spare partitionJonas Gorski1-1/+1
2012-01-09mtd: davinci: if no amif timing is passed, don; t setup cscfg registerHeiko Schocher1-1/+3
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo1-1/+2
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo1-7/+11
2012-01-09mtd: docg3: fixes and cleanupsRobert Jarzmik2-14/+15
2012-01-09mtd: mtdoops: skip reading initially bad blocksRoman Tereshonkov1-0/+3
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin29-345/+30
2012-01-09mtd: docg3: dereferencing an ERR_PTR() in docg3_probe()Dan Carpenter1-9/+12
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen3-3/+0
2012-01-09mtd: docg3: add protection areas sysfs accessRobert Jarzmik2-0/+134
2012-01-09mtd: docg3: add fast modeRobert Jarzmik2-20/+75
2012-01-09mtd: docg3: add suspend and resumeRobert Jarzmik2-1/+80
2012-01-09mtd: docg3: add ECC correction codeRobert Jarzmik3-23/+113
2012-01-09mtd: docg3: map erase and write functionsRobert Jarzmik1-10/+4
2012-01-09mtd: docg3: add erase functionsRobert Jarzmik1-0/+90
2012-01-09mtd: docg3: add write functionsRobert Jarzmik1-12/+541
2012-01-09mtd: docg3: add OOB buffer to device structureRobert Jarzmik1-0/+8
2012-01-09mtd: docg3: add registers for erasing and writingRobert Jarzmik1-1/+13
2012-01-09mtd: docg3: add OOB layout to mtdinfoRobert Jarzmik1-0/+15
2012-01-09mtd: docg3: add multiple floor supportRobert Jarzmik2-56/+126
2012-01-09mtd: docg3: fix reading oob+data without correctionRobert Jarzmik1-99/+95
2012-01-09mtd: docg3: fix BCH registersRobert Jarzmik1-1/+1
2012-01-09mtd: docg3: fix protection areas readingRobert Jarzmik1-7/+9
2012-01-09mtd: docg3: fix tracing of IO in writebRobert Jarzmik1-1/+1
2012-01-09mtd: docg3: fix debug log verbosityRobert Jarzmik1-1/+1
2012-01-09mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUSShubhrajyoti D1-1/+1
2012-01-09mtd: cfi: Allow per-mapping CFI device endiannessAaron Sierra1-2/+3
2012-01-09mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris1-1/+2
2012-01-09mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris1-3/+4
2012-01-09mtd: nand: add 512 Mbit device code (Macronix)Brian Norris1-1/+2
2012-01-09mtd: nand: add Macronix manufacturerBrian Norris1-0/+1
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-35/+22
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann154-1002/+2693
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-141/+328
2012-01-09Merge branch 'samsung/dt' into samsung/cleanupArnd Bergmann157-1095/+2760
2012-01-09xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk1-2/+2
2012-01-09drm/radeon: double lock typo in radeon_vm_bo_rmv()Dan Carpenter1-1/+1
2012-01-09drm/radeon: use after free in radeon_vm_bo_add()Dan Carpenter1-1/+1
2012-01-09drm/sis|via: don't return stack garbage from free_mem ioctlDaniel Vetter2-4/+2
2012-01-09drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher4-3/+18
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel3-0/+130
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel26-279/+2536
2012-01-09Merge branch 'hid-battery' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Jiri Kosina3-29/+87
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov5453-285133/+415966
2012-01-08[CPUFREQ] EXYNOS: Removed useless headers and codesJaecheol Lee2-20/+2
2012-01-08[CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee4-317/+380
2012-01-088139cp: fix missing napi_gro_flush.françois romieu1-0/+1
2012-01-08... and the same for gadgetfsAl Viro1-15/+11