Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
364b72e5009fefd3d30e311465924e78ac07af14
/
drivers
/
of
30e4c9a
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
14a0db3
of: MSI: Simplify irqdomain lookup
by Marc Zyngier
· 9 years ago
5339f9d
Merge tag 'devicetree-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
1832237
drivers/of: Export OF changeset functions
by Gavin Shan
· 9 years ago
1bc16ad
mdio: remove an unneed condition
by Dan Carpenter
· 9 years ago
a9049e0
mdio: Add support for mdio drivers.
by Andrew Lunn
· 9 years ago
7f85442
phy: Add API for {un}registering an mdio device to a bus.
by Andrew Lunn
· 9 years ago
801a8ef
of: phy: Only register a phy device for phys
by Andrew Lunn
· 9 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 9 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 9 years ago
b80443c
of/platform: export of_default_bus_match_table
by Masahiro Yamada
· 9 years ago
d2329fb
of/unittest: Show broken behaviour in the platform bus
by Grant Likely
· 9 years ago
289582e
of/address: replace printk(KERN_ERR ...) with pr_err(...)
by Masahiro Yamada
· 9 years ago
264041e
of/irq: optimize device node matching loop in of_irq_init()
by Masahiro Yamada
· 9 years ago
4c3141e
of/irq: Export of_irq_find_parent again
by Carlo Caione
· 9 years ago
f806238
of/fdt: Add mutex protection for calls to __unflatten_device_tree()
by Guenter Roeck
· 9 years ago
ba85edb
of/address: fix typo in comment block of of_translate_one()
by Masahiro Yamada
· 9 years ago
78bb2ab
of: do not use 0x in front of %pa
by Dmitry V. Krivenok
· 9 years ago
9eb8cd2
of: Fix comparison of reserved memory regions
by Michael Ellerman
· 9 years ago
be23c9d
Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
b4a2375
Merge tag 'devicetree-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
1cc8e34
drivers: of: of_reserved_mem: fixup the alignment with CMA setup
by Jason Liu
· 9 years ago
85a1c77
of: Print rather than WARN'ing when overlap check fails
by Michael Ellerman
· 9 years ago
f2115fa
Merge branch 'acpi-pci'
by Rafael J. Wysocki
· 9 years ago
5023071
PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
by Suthikulpanit, Suravee
· 9 years ago
37efbe2
of/pci: Fix pci_get_host_bridge_device leak
by Suthikulpanit, Suravee
· 9 years ago
9bbd4b9
Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
3c87b79
Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
510bd06
of: simplify arch_find_n_match_cpu_physical_id() function
by Masahiro Yamada
· 9 years ago
0b13ea8
drivers: of: removing assignment of 0 to static variable
by Saurabh Sengar
· 9 years ago
25fff6a
Merge branch 'all-dtbs-v2' into for-next
by Rob Herring
· 9 years ago
1b7c501
of: add config option to enable building of all dtbs
by Rob Herring
· 9 years ago
3f5ceec
of/fdt: fix error checking for earlycon address
by Masahiro Yamada
· 9 years ago
001cf50
of/overlay: add missing of_node_put
by Julia Lawall
· 9 years ago
7fad948a
of/platform: add missing of_node_put
by Julia Lawall
· 9 years ago
8363ccb
of/irq: add missing of_node_put
by Julia Lawall
· 9 years ago
855ff28
of/unittest: add missing of_node_put
by Julia Lawall
· 9 years ago
f92ce76
Merge branch 'dt-doc-cleanup' into for-next
by Rob Herring
· 9 years ago
56f2de8
of: to support binding numa node to specified device in devicetree
by Zhen Lei
· 9 years ago
82b9b42
of/irq: Use the msi-map property to provide device-specific MSI domain
by Marc Zyngier
· 9 years ago
a251b26
of/irq: Split of_msi_map_rid to reuse msi-map lookup
by Marc Zyngier
· 9 years ago
61c0824
of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsing
by Marc Zyngier
· 9 years ago
48ae34f
of/irq: Add support code for multi-parent version of "msi-parent"
by Marc Zyngier
· 9 years ago
8db02d8
of/irq: Add new function of_msi_map_rid()
by David Daney
· 9 years ago
52493d4
of/irq: make of_irq_find_parent static
by Jonas Gorski
· 9 years ago
6296ad9
of/fdt: fix aliases with baudrate in earlycon
by Stefan Agner
· 9 years ago
f134f25
PCI: of: Ignore resources with failed translation
by Pavel Fedin
· 9 years ago
4af9710
PCI: of: Add 64-bit address recognition without LPAE support
by Pavel Fedin
· 9 years ago
518a7cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
f018ae7
of_mdio: fix MDIO phy device refcounting
by Russell King
· 9 years ago
ae1add2
of: Check for overlap in reserved memory regions
by Mitchel Humpherys
· 9 years ago
4f59d71
of: to support binding numa node to specified device in devicetree
by Zhen Lei
· 9 years ago
c8aa33a
of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.
by David Daney
· 9 years ago
f81c11a
of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"
by Marc Zyngier
· 9 years ago
acceba5
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
a4fdb2a
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
dd5cdb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
f1a3c0b
Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 9 years ago
17e6b00
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a559700
phy: fixed_phy: Add gpio to determine link up/down.
by Andrew Lunn
· 9 years ago
6602c45
of/irq: export of_get_irq_byname()
by Dmitry Torokhov
· 9 years ago
3a496b0
of/address: Don't loop forever in of_find_matching_node_by_address().
by David Daney
· 9 years ago
43443ad
of/platform: add function to populate default bus
by Hauke Mehrtens
· 9 years ago
8eafeb4
of/fdt: make memblock maximum physical address arch configurable
by Ard Biesheuvel
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c706c23
of/platform: Assign MSI domain to platform device
by Marc Zyngier
· 9 years ago
599ad5a
of: Drop owner assignment from platform and i2c driver
by Krzysztof Kozlowski
· 9 years ago
39da809
of: add HAS_IOMEM depends to OF_ADDRESS
by Rob Herring
· 9 years ago
4cba5c2
of_mdio: add new DT property 'managed' to specify the PHY management type
by Stas Sergeev
· 9 years ago
4da3064
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux
by Linus Torvalds
· 9 years ago
48a9b73
of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on sh
by Geert Uytterhoeven
· 9 years ago
d23b251
of/irq: Fix pSeries boot failure
by Jeremy Linton
· 9 years ago
becfc3c
Merge remote-tracking branch 'robh/for-next' into devicetree/next
by Grant Likely
· 9 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
f5dcb68
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
e3d8238
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
d813335
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
294240f
of/address: use atomic allocation in pci_register_io_range()
by Jingoo Han
· 9 years ago
8ffaa90
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
by Dave Airlie
· 9 years ago
8ccd0d0
of: add helper for getting endpoint node of specific identifiers
by Hyungwon Hwang
· 9 years ago
aefc7ec2
dt/fdt: add empty versions of early_init_dt_*_memory_arch
by Rob Herring
· 9 years ago
941742f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
37ef164
Merge tag 'driver-core-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
f76502a
of/dynamic: Fix test for PPC_PSERIES
by Geert Uytterhoeven
· 9 years ago
63a4aea
of: clean-up unnecessary libfdt include paths
by Rob Herring
· 9 years ago
649e0a7
of: make unittest select OF_EARLY_FLATTREE instead of depend on it
by Rob Herring
· 9 years ago
0166dc1
of: make CONFIG_OF user selectable
by Rob Herring
· 9 years ago
ce32f85
of/fdt: fix argument name and add comments of unflatten_dt_node()
by Masahiro Yamada
· 10 years ago
c8fff7b
of: return NUMA_NO_NODE from fallback of_node_to_nid()
by Konstantin Khlebnikov
· 10 years ago
24bbd92
of/fdt: split off FDT self reservation from memreserve processing
by Ard Biesheuvel
· 9 years ago
94a8bf9
of/overlay: Grammar s/an negative/a negative/
by Geert Uytterhoeven
· 9 years ago
3b1a2c9
of/fdt: Make fdt blob input parameters of unflatten functions const
by Geert Uytterhoeven
· 9 years ago
3386e0f
of: add helper function to retrive match data
by Joachim Eastwood
· 10 years ago
194ec93
drivers: of/base: move of_init to driver_init
by Sudeep Holla
· 9 years ago
5dbb4c6
of/pci: Fix pci_address_to_pio() conversion of CPU address to I/O port
by Zhichang Yuan
· 10 years ago
ab6016e
of: mdio: Add a "broken-turn-around" property
by Florian Fainelli
· 9 years ago
22869a9
MFD/OF: document MFD devices and handle simple-mfd
by Linus Walleij
· 10 years ago
d56a669
Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 10 years ago
Next »