summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-139-71/+41
* of: Create function for counting number of phandles in a propertyGrant Likely2013-02-133-4/+61
* of/base: Clean up exit paths for of_parse_phandle_with_args()Grant Likely2013-02-131-7/+19
* of/selftest: Use selftest() macro throughoutGrant Likely2013-02-131-23/+14
* of/selftest: Fix GPIOs selftest to cover the 7th caseGrant Likely2013-02-131-1/+1
* of: fix recursive locking in of_get_next_available_child()Stephen Warren2013-02-131-5/+25
* Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely2013-02-134-48/+60
|\
| * documentation/devicetree: Fix a typo in exynos-dw-mshc.txtSachin Kamat2013-02-091-1/+1
| * OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner2013-02-093-47/+59
* | of/exynos_g2d: Add Bindings for exynos G2D driverAjay Kumar2013-02-081-0/+22
* | kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren2013-02-082-0/+33
* | input: Extend matrix-keypad device tree bindingSimon Glass2013-02-084-13/+23
* | Merge branch 'robherring/for-next' from git://sources.calxeda.com/kernel/linu...Grant Likely2013-02-082-22/+76
|\|
| * DT: add vendor prefixes for Renesas and ToshibaGuennadi Liakhovetski2013-01-281-0/+2
| * OF: Fixup resursive locking code pathsThomas Gleixner2013-01-281-21/+70
| * of: Add vendor prefix for Cirrus LogicAlexander Shiyan2013-01-251-0/+1
| * of: fix incorrect return value of of_find_matching_node_and_match()Thomas Abraham2013-01-201-2/+4
* | devicetree: Move NS2 LEDs binding into LEDs directoryGrant Likely2013-02-071-0/+0
* | of: use platform_device_addGrant Likely2013-02-061-2/+11
* | powerpc/5200: Fix size to request_mem_region() callGrant Likely2013-02-061-1/+1
* | documentation/devicetree: Fix typosMasanari Iida2013-02-0610-17/+17
* | of: add 'const' to of_node_full_name parameterSteffen Trumtrar2013-02-061-1/+1
* | of: Output devicetree alias names in ueventStepan Moskovchenko2013-02-063-20/+52
* | Linux 3.8-rc6v3.8-rc6Linus Torvalds2013-02-011-2/+2
* | Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-02-012-14/+5
|\ \
| * | dm: fix write same requests countingAlasdair G Kergon2013-01-311-2/+4
| * | dm thin: fix queue limits stackingMike Snitzer2013-01-311-12/+1
* | | Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-01-314-1/+16
|\ \ \
| * | | HID: i2c-hid: fix i2c_hid_output_raw_reportBenjamin Tissoires2013-01-311-1/+12
| * | | HID: usbhid: quirk for Formosa IR receiverNicholas Santos2013-01-032-0/+4
| * | | HID: remove x bit from sensor docJiri Kosina2012-12-141-0/+0
* | | | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-01-315-58/+86
|\ \ \ \
| * | | | NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust2013-01-301-2/+12
| * | | | SUNRPC: When changing the queue priority, ensure that we change the ownerTrond Myklebust2013-01-301-1/+17
| * | | | NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-01-301-0/+20
| * | | | NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust2013-01-271-1/+4
| * | | | NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2013-01-272-25/+9
| * | | | NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust2013-01-271-16/+15
| * | | | NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust2013-01-271-13/+9
| | |/ / | |/| |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-01-3118-22/+67
|\ \ \ \
| * | | | MIPS: Function tracer: Fix broken function tracingAl Cooper2013-01-312-4/+39
| * | | | mips: Move __virt_addr_valid() to a place for MIPS 64Steven Rostedt2013-01-312-6/+6
| * | | | MIPS: Netlogic: Fix UP compilation on XLRJayachandran C2013-01-301-1/+4
| * | | | MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZEGabor Juhos2013-01-301-1/+1
| * | | | MIPS: AR724x: Fix AR724X_PCI_MEM_SIZEGabor Juhos2013-01-301-1/+1
| * | | | MIPS: Lantiq: Fix cp0_perfcount_irq mappingJohn Crispin2013-01-301-1/+1
| * | | | MIPS: DSP: Fix DSP mask for registers.Steven J. Hill2013-01-241-1/+1
| * | | | MIPS: Fix build failure by adding definition of pfn_pmd().David Daney2013-01-231-0/+1
| * | | | MIPS: Octeon: Fix warning.Ralf Baechle2013-01-221-4/+5
| * | | | MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__Geert Uytterhoeven2013-01-221-1/+1