| Commit message (Expand) | Author | Age | Files | Lines |
* | backlight: convert pwm_bl to dev_pm_ops | Mark Brown | 2012-01-11 | 1 | -10/+11 |
* | backlight: convert platform_lcd to devm_kzalloc() | Mark Brown | 2012-01-11 | 1 | -5/+4 |
* | backlight: use kstrtoul() | Jingoo Han | 2012-01-11 | 2 | -19/+13 |
* | drivers/video/backlight/ep93xx_bl.c: remove duplicated header include | Jingoo Han | 2012-01-11 | 1 | -1/+0 |
* | backlight/ld9040.c: regulator control in the driver | Donghwa Lee | 2012-01-11 | 1 | -12/+59 |
* | backlight: convert drivers/video/backlight/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 13 | -148/+13 |
* | backlight: remove ADX backlight device support | Paul Bolle | 2012-01-11 | 3 | -191/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 2012-01-09 | 1 | -2/+2 |
|\ |
|
| * | apbuart: fix section mismatch warning | Sam Ravnborg | 2011-12-27 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-09 | 10 | -13/+11 |
|\ \ |
|
| * | | netdev: make net_device_ops const | stephen hemminger | 2012-01-09 | 2 | -3/+2 |
| * | | bcm63xx: make ethtool_ops const | stephen hemminger | 2012-01-09 | 1 | -1/+1 |
| * | | usbnet: make ethtool_ops const | stephen hemminger | 2012-01-09 | 4 | -5/+5 |
| * | | 8139cp: fix missing napi_gro_flush. | françois romieu | 2012-01-09 | 1 | -0/+1 |
| * | | smsc911x: Unconditionally include linux/smscphy.h in smsc911x.h | David S. Miller | 2012-01-07 | 1 | -2/+0 |
| * | | asix: fix infinite loop in rx_fixup() | Aurelien Jacobs | 2012-01-07 | 1 | -1/+1 |
| * | | r6040: fix typo in use of MCR0 register bits | Cesar Eduardo Barros | 2012-01-07 | 1 | -1/+1 |
* | | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 8 | -33/+36 |
|\ \ \ |
|
| * \ \ | Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-... | Arnd Bergmann | 2012-01-03 | 8 | -33/+36 |
| |\ \ \ |
|
| | * | | | clk: add config option HAVE_CLK_PREPARE into Kconfig | Shawn Guo | 2011-12-28 | 1 | -0/+3 |
| | * | | | video: mxsfb: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -4/+4 |
| | * | | | serial: mxs-auart: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -4/+4 |
| | * | | | net: flexcan: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -5/+5 |
| | * | | | mtd: gpmi-lib: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -6/+6 |
| | * | | | mmc: mxs-mmc: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -5/+5 |
| | * | | | dma: mxs-dma: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -4/+4 |
| | * | | | net: fec: add clk_prepare/clk_unprepare | Richard Zhao | 2011-12-28 | 1 | -5/+5 |
* | | | | | Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -61/+367 |
|\ \ \ \ \ |
|
| * | | | | | Merge branch 'v3.2-rc7' into next/pm | Arnd Bergmann | 2012-01-03 | 305 | -2530/+4960 |
| |\| | | | |
|
| * | | | | | omap-serial: Add minimal device tree support | Rajendra Nayak | 2011-12-16 | 1 | -3/+42 |
| * | | | | | omap-serial: Use default clock speed (48Mhz) if not specified | Rajendra Nayak | 2011-12-16 | 1 | -0/+7 |
| * | | | | | omap-serial: Get rid of all pdev->id usage | Rajendra Nayak | 2011-12-16 | 1 | -15/+15 |
| * | | | | | ARM: OMAP2+: UART: Fix compilation/sparse warnings | Govindraj.R | 2011-12-15 | 1 | -3/+4 |
| * | | | | | ARM: OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos | Govindraj.R | 2011-12-15 | 1 | -1/+35 |
| * | | | | | ARM: OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART | Jon Hunter | 2011-12-15 | 1 | -7/+8 |
| * | | | | | ARM: OMAP2+: UART: Allow UART parameters to be configured from board file. | Deepak K | 2011-12-15 | 1 | -5/+3 |
| * | | | | | ARM: OMAP2+: UART: Add wakeup mechanism for omap-uarts | Govindraj.R | 2011-12-15 | 1 | -0/+15 |
| * | | | | | ARM: OMAP2+: UART: Move errata handling from serial.c to omap-serial | Govindraj.R | 2011-12-15 | 1 | -4/+64 |
| * | | | | | ARM: OMAP2+: UART: Get context loss count to context restore | Govindraj.R | 2011-12-15 | 1 | -2/+18 |
| * | | | | | ARM: OMAP2+: UART: Remove uart reset function. | Govindraj.R | 2011-12-15 | 1 | -0/+1 |
| * | | | | | ARM: OMAP2+: UART: Ensure all reg values configured are available from port s... | Govindraj.R | 2011-12-15 | 1 | -17/+26 |
| * | | | | | ARM: OMAP2+: UART: Remove context_save and move context restore to driver | Govindraj.R | 2011-12-15 | 1 | -0/+24 |
| * | | | | | ARM: OMAP2+: UART: Add runtime pm support for omap-serial driver | Govindraj.R | 2011-12-15 | 1 | -13/+109 |
| * | | | | | ARM: OMAP2+: UART: Remove mapbase/membase fields from pdata. | Govindraj.R | 2011-12-15 | 1 | -2/+8 |
| * | | | | | ARM: OMAP2+: UART: Cleanup part of clock gating mechanism for uart | Govindraj.R | 2011-12-15 | 1 | -1/+0 |
* | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 28 | -740/+1581 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'samsung/driver' into next/drivers | Arnd Bergmann | 2012-01-09 | 154 | -1002/+2693 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'drivers/rtc-sa1100' into next/drivers | Arnd Bergmann | 2011-12-28 | 2 | -118/+184 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | RTC: sa1100: support sa1100, pxa and mmp soc families | Jett.Zhou | 2011-12-28 | 2 | -80/+178 |
| | * | | | | | | | RTC: sa1100: remove redundant code of setting alarm | Jett.Zhou | 2011-12-28 | 1 | -41/+12 |