| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | ARM: 7280/1: mmc: mmci: Cache MMCICLOCK and MMCIPOWER register | Ulf Hansson | 2012-02-02 | 2 | -13/+31 |
| | * | | | | | | ARM: 7230/1: mmc: mmci: Fix PIO read for small SDIO packets | Ulf Hansson | 2012-01-20 | 1 | -1/+18 |
| | * | | | | | | ARM: 7227/1: mmc: mmci: Prepare for SDIO before setting up DMA job | Ulf Hansson | 2012-01-20 | 1 | -5/+5 |
| | * | | | | | | ARM: 7223/1: mmc: mmci: Fixup use of runtime PM and use autosuspend | Ulf Hansson | 2012-01-20 | 1 | -3/+16 |
| | * | | | | | | ARM: 7221/1: mmc: mmci: Change from using legacy suspend | Ulf Hansson | 2012-01-20 | 1 | -10/+12 |
| | * | | | | | | ARM: 7219/1: mmc: mmci: Change vdd_handler to a generic ios_handler | Ulf Hansson | 2012-01-20 | 1 | -4/+4 |
| | * | | | | | | ARM: 7218/1: mmc: mmci: Provide option to configure bus signal direction | Ulf Hansson | 2012-01-20 | 2 | -10/+21 |
| | * | | | | | | ARM: 7217/1: mmc: mmci: Put power register deviations in variant data | Ulf Hansson | 2012-01-20 | 1 | -5/+17 |
| | * | | | | | | ARM: 7216/1: mmc: mmci: Do not release spinlock in request_end | Ulf Hansson | 2012-01-20 | 1 | -6/+0 |
| | * | | | | | | ARM: 7215/1: mmc: mmci: Increase max_segs from 16 to 128 | Ulf Hansson | 2012-01-20 | 1 | -1/+1 |
| | |/ / / / / |
|
| * | | | | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar | 2012-03-16 | 7 | -82/+7 |
* | | | | | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-23 | 3 | -30/+83 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 2012-02-22 | 102 | -352/+732 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge tag 'v3.3-rc2' into depends/rmk/for-armsoc | Olof Johansson | 2012-02-07 | 254 | -5693/+2865 |
| |\ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
|
| * | | | | | | | | ARM: amba: make use of -1 IRQs warn | Russell King | 2012-01-25 | 1 | -0/+3 |
| * | | | | | | | | ARM: amba: make irq 0 invalid | Russell King | 2012-01-25 | 2 | -3/+3 |
| * | | | | | | | | ARM: amba: of: convert to use amba_device_alloc | Russell King | 2012-01-25 | 1 | -3/+3 |
| * | | | | | | | | ARM: amba: add amba_device allocation/add/put functions | Russell King | 2012-01-25 | 1 | -25/+75 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2012-03-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | [IA64] genirq fixup for SGI/SN | Dimitri Sivanich | 2012-02-22 | 1 | -0/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-23 | 106 | -925/+2035 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | usermodehelper: use UMH_WAIT_PROC consistently | Oleg Nesterov | 2012-03-23 | 4 | -5/+5 |
| * | | | | | | | | rtc: ds1307: generalise ram size and offset | Austin Boyle | 2012-03-23 | 1 | -31/+47 |
| * | | | | | | | | rtc: ds1307: comment and format cleanup | David Anders | 2012-03-23 | 1 | -13/+24 |
| * | | | | | | | | rtc: ds1307: simplify irq setup code | Wolfram Sang | 2012-03-23 | 1 | -6/+5 |
| * | | | | | | | | rtc: ds1307: refactor chip_desc table | Wolfram Sang | 2012-03-23 | 1 | -29/+19 |
| * | | | | | | | | rtc: driver for DA9052/53 PMIC v1 | Ashish Jangam | 2012-03-23 | 3 | -0/+301 |
| * | | | | | | | | drivers/rtc/rtc-max8925.c: fix alarm->enabled mistake in max8925_rtc_read_ala... | Kevin Liu | 2012-03-23 | 1 | -5/+15 |
| * | | | | | | | | drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error | Kevin Liu | 2012-03-23 | 1 | -0/+1 |
| * | | | | | | | | drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static | Navin P | 2012-03-23 | 1 | -1/+1 |
| * | | | | | | | | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 2012-03-23 | 21 | -32/+31 |
| * | | | | | | | | drivers/rtc/rtc-twl.c: return correct RTC event from ISR | Venu Byravarasu | 2012-03-23 | 1 | -3/+3 |
| * | | | | | | | | drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing | Venu Byravarasu | 2012-03-23 | 1 | -1/+1 |
| * | | | | | | | | drivers/rtc/rtc-twl.c: enable RTC irrespective of its prior state | Venu Byravarasu | 2012-03-23 | 1 | -10/+2 |
| * | | | | | | | | drivers/rtc/rtc-twl.c: optimize IRQ bit access | Venu Byravarasu | 2012-03-23 | 1 | -0/+8 |
| * | | | | | | | | MIPS: add RTC support for loongson1B | zhao zhang | 2012-03-23 | 3 | -0/+221 |
| * | | | | | | | | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 2012-03-23 | 19 | -227/+19 |
| * | | | | | | | | rtc: convert rtc spi drivers to module_spi_driver | Axel Lin | 2012-03-23 | 9 | -103/+9 |
| * | | | | | | | | rtc/rtc-spear: call platform_set_drvdata() before registering rtc device | Viresh Kumar | 2012-03-23 | 1 | -40/+21 |
| * | | | | | | | | rtc/spear: fix for RTC_AIE_ON and RTC_AIE_OFF ioctl errors | Shiraz Hashim | 2012-03-23 | 1 | -0/+28 |
| * | | | | | | | | rtc-spear: fix for balancing the enable_irq_wake in Power Mgmt | Deepak Sikri | 2012-03-23 | 1 | -6/+11 |
| * | | | | | | | | led-class: change back LEDS_CLASS to tristate instead of bool | Bryan Wu | 2012-03-23 | 3 | -71/+71 |
| * | | | | | | | | drivers/leds/leds-lm3530.c: move the code setting gen_config to one place | Axel Lin | 2012-03-23 | 1 | -8/+10 |
| * | | | | | | | | drivers/leds/leds-pca9633.c: remove unused 'adapter' variable | Axel Lin | 2012-03-23 | 1 | -2/+0 |
| * | | | | | | | | leds-lm3530: replace pltfm with pdata | Kim, Milo | 2012-03-23 | 1 | -18/+18 |
| * | | | | | | | | leds-lm3530: remove LM3530_ALS_ZONE_REG code | Kim, Milo | 2012-03-23 | 1 | -15/+12 |
| * | | | | | | | | leds-lm3530: support pwm input mode | Kim, Milo | 2012-03-23 | 1 | -8/+24 |
| * | | | | | | | | leds-lm3530: replace i2c_client with led_classdev | Kim, Milo | 2012-03-23 | 1 | -8/+7 |
| * | | | | | | | | leds-lm3530: set the max_brightness to 127 | Kim, Milo | 2012-03-23 | 1 | -2/+9 |
| * | | | | | | | | drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h | Mark Brown | 2012-03-23 | 1 | -2/+1 |