summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29ARM: at91/gpio: drop PIN_BASEJean-Christophe PLAGNIOL-VILLARD2-195/+195
2011-11-29ARM: at91/udc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-7/+7
2011-11-29ARM: at91/ohci: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-6/+6
2011-11-29ARM: at91/nand: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-4/+4
2011-11-29ARM: at91/mmc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-15/+15
2011-11-29ARM: at91/ide: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-11-29ARM: at91/pata: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD1-3/+3
2011-11-29ARM: at91/soc: use gpio_is_valid to check the gpioJean-Christophe PLAGNIOL-VILLARD7-72/+72
2011-11-29ARM: at91/boards: use -EINVAL for invalid gpioJean-Christophe PLAGNIOL-VILLARD38-65/+192
2011-11-29ARM: at91: gpio make struct at91_gpio_bank an initdataJean-Christophe PLAGNIOL-VILLARD8-13/+13
2011-11-29ARM: at91: switch gpio clock to clkdevJean-Christophe PLAGNIOL-VILLARD9-37/+43
2011-11-29Merge branch 'drivers/macb-gem-cleanup' into at91/gpioArnd Bergmann54-171/+157
2011-11-28ARM: at91: make rm9200 rtc drivers soc independentJean-Christophe PLAGNIOL-VILLARD7-55/+108
2011-11-28ARM: at91: make aic soc independentJean-Christophe PLAGNIOL-VILLARD14-50/+67
2011-11-28ARM: at91: make DBGU soc independentJean-Christophe PLAGNIOL-VILLARD21-33/+72
2011-11-28ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD14-18/+88
2011-11-28ARM: at91: make shutdown controler soc independentJean-Christophe PLAGNIOL-VILLARD18-67/+52
2011-11-28ARM: at91: drop CCFGJean-Christophe PLAGNIOL-VILLARD4-4/+0
2011-11-28ARM: at91: make smc register base soc independentJean-Christophe PLAGNIOL-VILLARD33-62/+92
2011-11-28ARM: at91: make pit register base soc independentJean-Christophe PLAGNIOL-VILLARD15-20/+45
2011-11-28ARM: at91: add ioremap_registers entry point to soc setupJean-Christophe PLAGNIOL-VILLARD9-0/+38
2011-11-28ARM: at91: make rtt register base soc independantJean-Christophe PLAGNIOL-VILLARD12-21/+21
2011-11-28ARM: at91: make dma register base soc independantJean-Christophe PLAGNIOL-VILLARD5-7/+7
2011-11-28ARM: at91: make ecc register base soc independantJean-Christophe PLAGNIOL-VILLARD10-16/+16
2011-11-28ARM: at91: make gpio register base soc independantJean-Christophe PLAGNIOL-VILLARD16-59/+70
2011-11-28ARM: at91: define CLOCK_TICK_RATE to bogus value except A91X40Jean-Christophe PLAGNIOL-VILLARD2-63/+10
2011-11-24Linux 3.2-rc3v3.2-rc3Linus Torvalds1-1/+1
2011-11-24Merge git://github.com/rustyrussell/linuxLinus Torvalds5-3/+23
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin2-0/+20
2011-11-24virtio-mmio: Correct the name of the guest features selectorSasha Levin2-2/+2
2011-11-24virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens1-1/+1
2011-11-24Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2-1/+5
2011-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-25/+51
2011-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds4-36/+70
2011-11-24eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-24eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-11-24eCryptfs: Prevent file create race conditionTyler Hicks3-33/+46
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+16
2011-11-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-24/+25
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-7/+10
2011-11-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-432/+600
2011-11-23regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2-7/+10
2011-11-23i2c: Make i2cdev_notifier_call staticShubhrajyoti D1-1/+1
2011-11-23i2c: Delete ANY_I2C_BUSJean Delvare1-3/+0
2011-11-23i2c: Fix device name for 10-bit slave addressJean Delvare2-18/+22
2011-11-23i2c-algo-bit: Generate correct i2c address sequence for 10-bit targetJeffrey (Sheng-Hui) Chu1-2/+2
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2-0/+6
2011-11-23Revert "of/irq: of_irq_find_parent: check for parent equal to child"Linus Torvalds1-7/+7
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-25/+13
2011-11-23drivers/gpu/vga/vgaarb.c: add missing kfreeJulia Lawall1-6/+12