summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-06gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson1-16/+17
2012-03-06gpio/omap: Add DT support to GPIO driverBenoit Cousson1-9/+112
2012-03-06gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson1-20/+15
2012-03-06gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson1-14/+9
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown1-0/+2
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan1-0/+39
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan1-2/+42
2012-03-03gpio: constify the data parameter to gpiochip_find()Grant Likely2-3/+4
2012-02-28Merge branch 'irqdomain/next' into gpio/nextGrant Likely358-41401/+2355
2012-02-27mfd: twl-core: Add IRQ_DOMAIN dependencyGrant Likely1-0/+1
2012-02-27devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2-5/+4
2012-02-24irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely1-2/+2
2012-02-23Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely255-6338/+3326
2012-02-16gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar1-1/+6
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-16/+1
2012-02-16irq_domain: Remove 'new' irq_domain in favour of the ppc oneGrant Likely1-12/+2
2012-02-16mfd: twl-core.c: Fix the number of interrupts managed by twl4030Benoit Cousson1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-5/+2
2012-02-16Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2012-02-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5
2012-02-14Merge tag 'battery-fixes-for-v3.3-rc2' of git://git.infradead.org/users/cbou/...Linus Torvalds3-12/+8
2012-02-14Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+10
2012-02-14Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-3/+10
2012-02-13ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King1-10/+10
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-37/+40
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds92-327/+386
2012-02-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-19/+21
2012-02-10Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-11/+5
2012-02-10Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie3-18/+18
2012-02-10Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-7/+28
2012-02-10Merge tag 'staging-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds116-40542/+861
2012-02-10Merge tag 'driver-core-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+55
2012-02-10Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-24/+13
2012-02-10Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-12/+174
2012-02-10bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter1-6/+4
2012-02-10isdn: type bug in isdn_net_header()Dan Carpenter1-1/+1
2012-02-09hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueNikolaus Schulz1-3/+2
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-02-09ARM: omap: fix broken twl-core dependencies and ifdefsRussell King2-3/+5
2012-02-09ARM: omap: fix oops in drivers/video/omap2/dss/dpi.cRussell King1-0/+5
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend1-37/+51
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend1-2/+9
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-09ixgbe: fix vf lookupGreg Rose1-1/+2
2012-02-09igb: fix vf lookupGreg Rose1-1/+2
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson1-4/+6