summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * of/irq: create interrupts-extended propertyGrant Likely2013-10-282-5/+81
| | * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-242-13/+26
| | * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-2411-19/+20
| | * of/irq: Rework of_irq_count()Thierry Reding2013-10-241-1/+2
| | * of: Add testcases for interrupt parsingGrant Likely2013-10-241-6/+85
| | * of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-242-3/+12
| | * of/irq: Refactor interrupt-map parsingGrant Likely2013-10-242-53/+62
| | * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-242-2/+2
| | * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-243-12/+10
| | * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-244-22/+22
| | * of/irq: Pass trigger type in IRQ resource flagsTomasz Figa2013-10-151-1/+1
| | * of: Fix dereferencing node name in debug output to be safeGrant Likely2013-10-152-7/+7
| | * of: Fix iteration bug over CPU reg propertiesGrant Likely2013-10-151-2/+2
| | * of: Make cpu node handling more portable.David Miller2013-10-151-17/+28
| * | of: set dma_mask to point to coherent_dma_maskRob Herring2013-11-031-0/+2
| * | of: implement of_node_to_nid as a weak functionRob Herring2013-10-091-0/+7
| * | of: implement pci_address_to_pio as weak functionRob Herring2013-10-092-1/+8
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-0960-0/+93
| * | microblaze: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
| * | of: remove unnecessary prom.h includesRob Herring2013-10-092-2/+0
| * | drivers: remove unnecessary prom.h includesRob Herring2013-10-092-4/+0
| * | of: introduce common FDT machine related functionsRob Herring2013-10-091-0/+60
| * | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-3/+6
| * | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-0/+19
| * | of: Introduce common early_init_dt_scanRob Herring2013-10-091-0/+26
| * | of: create unflatten_and_copy_device_treeRob Herring2013-10-091-0/+24
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-11-1212-22/+249
|\ \ \
| * | | leds: lp55xx: handle enable pin in driverSebastian Reichel2013-10-251-12/+13
| * | | leds-gpio: of: led should not be created if its status is disabledJosh Wu2013-10-251-3/+3
| * | | leds: Added driver for the NXP PCA9685 I2C chipMaximilian Güntner2013-10-223-0/+224
| * | | leds: pwm: Remove redundant of_match_ptrSachin Kamat2013-10-221-1/+1
| * | | leds: Include linux/of.h headerSachin Kamat2013-10-225-0/+5
| * | | leds: dac124s085: Remove redundant spi_set_drvdataSachin Kamat2013-10-221-3/+0
| * | | leds: lp55xx: enable setting default triggerLinus Walleij2013-10-221-0/+3
| * | | leds: blinkm: Remove redundant breakSachin Kamat2013-10-221-3/+0
* | | | Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-11-1210-29/+1238
|\ \ \ \
| * | | | clk: new driver for efm32 SoCUwe Kleine-König2013-11-042-0/+82
| * | | | clk: of: helper for determining number of parent clocksMike Turquette2013-10-071-0/+6
| * | | | clk/zynq: Fix possible memory leakFelipe Pena2013-10-071-1/+15
| * | | | clk: keystone: Build Keystone clock driversSantosh Shilimkar2013-10-073-0/+9
| * | | | clk: keystone: Add gate control clock driverSantosh Shilimkar2013-10-071-0/+264
| * | | | clk: keystone: add Keystone PLL clock driverSantosh Shilimkar2013-10-071-0/+305
| * | | | clk: Add APM X-Gene SoC clock driverLoc Ho2013-10-073-0/+529
| * | | | clk: wm831x: get rid of the implementation of remove functionLaxman Dewangan2013-10-021-6/+0
| * | | | clk: Correct lookup logic in clk_fetch_parent_index()Tomasz Figa2013-10-011-4/+7
| * | | | clk: Use kcalloc() to allocate arraysTomasz Figa2013-10-011-7/+7
| * | | | clk: Add error handling to clk_fetch_parent_index()Tomasz Figa2013-10-011-11/+14
| | |/ / | |/| |
* | | | Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-1237-938/+2337
|\ \ \ \
| * | | | gpio: gpio-mxs: Remove unneeded dt checksFabio Estevam2013-11-061-23/+9
| * | | | gpio: pl061: don't depend on CONFIG_ARMRob Herring2013-11-061-1/+1