Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fda4b25c55a59ba12378e4b9e4553f6ea57d802d
/
drivers
/
of
3296193
dt: introduce for_each_available_child_of_node, of_get_next_available_child
by Timur Tabi
· 12 years ago
f14121a
Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux
by Linus Torvalds
· 12 years ago
3c4cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
83c7f72
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
887eafd
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
475d009
of: Improve prom_update_property() function
by Dong Aisheng
· 12 years ago
bc51b0c
Revert "of: match by compatible property first"
by Linus Torvalds
· 12 years ago
e95d8aa
of: mtd: nuke useless const qualifier
by Artem Bityutskiy
· 12 years ago
84774e6
of: address: Don't fail a lookup just because a node has no reg property
by Lee Jones
· 12 years ago
74a7f08
devicetree: add helper inline for retrieving a node's full name
by Grant Likely
· 12 years ago
1af4c7f
of: return -ENOENT when no property
by Alexandre Courbot
· 12 years ago
a3a7cab
of: Fix null pointer related warnings in base.c file
by Sachin Kamat
· 12 years ago
6bd47ac
netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()
by David Daney
· 12 years ago
ac28b9f
netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs
by David Daney
· 12 years ago
107a84e
of: match by compatible property first
by Thierry Reding
· 12 years ago
e001f1c
of: export of_platform_populate()
by Stephen Warren
· 12 years ago
7e5b2db
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 12 years ago
ae32adc
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
b1bf7d4
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 12 years ago
be122ab
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 12 years ago
b324c67
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
3d1482f
Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 12 years ago
3df425f
OF: PCI: const usage needed by MIPS
by John Crispin
· 13 years ago
0938643
of/i2c: implement of_find_i2c_adapter_by_node
by Stephen Warren
· 13 years ago
d9afca3
of/i2c: call i2c_verify_client from of_find_i2c_device_by_node
by Stephen Warren
· 13 years ago
3aa450c
Merge tag 'v3.4-rc6' into spi/next
by Grant Likely
· 12 years ago
2510602
netdev/of/phy: New function: of_mdio_find_bus().
by David Daney
· 13 years ago
5019f0b
ARM: spear: remove most mach/*.h header contents
by Arnd Bergmann
· 13 years ago
c541adc
dt: add property iteration helpers
by Stephen Warren
· 13 years ago
d57a428
spi/devicetree: Move devicetree support code into spi directory
by Grant Likely
· 13 years ago
6270d83
gpio: Fix range check in of_gpio_simple_xlate()
by Roland Stigge
· 13 years ago
f141ed6
gpio: Move DT support code into drivers/gpio
by Grant Likely
· 13 years ago
7bf97e1
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
09893ee
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
56c10bf
Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
f8974cb
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
c207f3a
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
a94c7b0
Merge branch 'spear/dt' into next/dt2
by Arnd Bergmann
· 13 years ago
770d7c3
of/mtd/nand: add generic bindings and helpers
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
e2aa417
Merge tag 'v3.3-rc7' into gpio/next
by Grant Likely
· 13 years ago
6e2cf65
gpio: constify the data parameter to gpiochip_find()
by Grant Likely
· 13 years ago
89d4a17
Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6
by Nicolas Ferre
· 13 years ago
b3950d5
Merge branch 'irqdomain/next' into gpio/next
by Grant Likely
· 13 years ago
e5c7d1f
of/mdio: fix fixed link bus name
by Baruch Siach
· 13 years ago
d022bbc
of/fdt.c: asm/setup.h included twice
by Danny Kukawka
· 13 years ago
964dba2
devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)
by Grant Likely
· 13 years ago
0f22dd3
of: Only compile OF_DYNAMIC on PowerPC pseries and iseries
by Grant Likely
· 13 years ago
ff64abe
of_gpio: add support of of_gpio_named_count to be able to count named gpio
by Jean-Christophe PLAGNIOL-VILLARD
· 13 years ago
07d57a3
drivercore: Output common devicetree information in uevent
by Grant Likely
· 13 years ago
7aff0fe
of: Add of_property_match_string() to find index into a string list
by Grant Likely
· 13 years ago
c0f72f8
ARM: amba: of: convert to use amba_device_alloc
by Russell King
· 13 years ago
81d48f0a
Merge tags 'devicetree-for-linus' and 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
eb52d58
of: add include asm/setup.h in drivers/of/fdt.c
by Yu Yue
· 13 years ago
02550d6
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
fbce1c2
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
c89810a
ARM: prom.h: Fix build error by removing unneeded header file
by Fabio Estevam
· 13 years ago
661db79
of/irq: Add interrupts-names property to name an irq resource
by Benoit Cousson
· 13 years ago
35f3da3
of/address: Add reg-names property to name an iomem resource
by Benoit Cousson
· 13 years ago
75c7184
of/pdt: fix section mismatch warning
by Sam Ravnborg
· 13 years ago
8af0da9
dt: reform for_each_property to for_each_property_of_node
by Dong Aisheng
· 13 years ago
7b482c8
ARM/of: allow *machine_desc.dt_compat to be const
by Uwe Kleine-König
· 13 years ago
88af7f5
of/base: Take NULL string into account for property with multiple strings
by Benoit Cousson
· 13 years ago
f88e1ae
dt/device: Fix auxdata matching to handle entries without a name override
by Grant Likely
· 13 years ago
53a4209
of: Add device tree selftests
by Grant Likely
· 13 years ago
15c9a0a
of: create of_phandle_args to simplify return of phandle parsing data
by Grant Likely
· 13 years ago
64842aa
gpiolib: output basic details and consolidate gpio device drivers
by Grant Likely
· 13 years ago
77a7300
of/irq: Get rid of NO_IRQ usage
by Anton Vorontsov
· 13 years ago
d7fb6d0
of/irq: of_irq_init: add check for parent equal to child node
by Rob Herring
· 13 years ago
b4bbb02
Revert "of/irq: of_irq_find_parent: check for parent equal to child"
by Linus Torvalds
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
1197ab2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
303f59d
dt/platform: minor cleanup
by Olof Johansson
· 13 years ago
367069f
Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
81a3c10c
Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
2c8d667
drivers/of: include export.h for EXPORT_SYMBOL_GPL/THIS_MODULE as required
by Paul Gortmaker
· 13 years ago
48a9e41
drivers/of: Add module.h to of_spi.c
by Paul Gortmaker
· 13 years ago
9775913
of: of_pci.c needs export.h since it uses EXPORT_SYMBOLS
by Paul Gortmaker
· 13 years ago
08cab72
Merge branch 'dt/gic' into next/dt
by Arnd Bergmann
· 13 years ago
c71a54b
of/irq: introduce of_irq_init
by Rob Herring
· 13 years ago
ae97159
of_mdio: Don't phy_scan_fixups() twice
by Kyle Moffett
· 13 years ago
9514a56
Merge branch 'for-grant' of git://git.jdl.com/software/linux-3.0 into devicetree/next
by Grant Likely
· 13 years ago
dc93728
of/irq: of_irq_find_parent: check for parent equal to child
by Rob Herring
· 13 years ago
4cd7f7a
dt: add helper to read 64-bit integers
by Jamie Iles
· 13 years ago
4fcd15a
of: Add helpers to get one string in multiple strings property
by Benoit Cousson
· 13 years ago
611cad7
dt: add of_alias_scan and of_alias_get_id
by Shawn Guo
· 13 years ago
78b782c
of: Change logic to overwrite cmd_line with CONFIG_CMDLINE
by Benjamin Herrenschmidt
· 13 years ago
fe55c18
Revert "dt: add of_alias_scan and of_alias_get_id"
by Grant Likely
· 13 years ago
750f463
dt: add of_alias_scan and of_alias_get_id
by Shawn Guo
· 13 years ago
a6b11f5
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
aac285c
of: constify property name parameters for helper functions
by Jamie Iles
· 13 years ago
4a2d732
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
28c1b6d
of: address: use resource_size helper
by Felipe Balbi
· 13 years ago
3038bbd
of/gpio: export of_gpio_simple_xlate
by Jamie Iles
· 13 years ago
4157ef1
net: ibm_newemac: convert it to use of_get_phy_mode
by Shawn Guo
· 13 years ago
6ca1a11
dt/net: add helper function of_get_phy_mode
by Shawn Guo
· 13 years ago
1844750
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
a642285
of: fix missing include from of_pci.c
by Grant Likely
· 13 years ago
acb41c0
Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
8181780
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
Next »