index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
of
Age
Commit message (
Expand
)
Author
Lines
2017-10-17
of: overlay: rename identifiers to more reflect what they do
Frank Rowand
-257
/
+295
2017-10-17
of: overlay.c: Convert comparisons to zero or NULL to logical expressions
Frank Rowand
-18
/
+18
2017-10-17
of: overlay.c: Remove comments that state the obvious, to reduce clutter
Frank Rowand
-29
/
+18
2017-10-17
of: overlay: fix memory leak related to duplicated property
Lixin Wang
-4
/
+11
2017-10-16
of: unittest: Remove redundant OF_DETACHED flag setting
Stephen Boyd
-2
/
+0
2017-10-16
of/fdt: Document detached argument to __unflatten_device_tree()
Stephen Boyd
-0
/
+1
2017-10-16
of/resolver: Replace kmalloc + memcpy with kmemdup()
Stephen Boyd
-2
/
+1
2017-10-16
of/resolver: Simplify to be32_add_cpu()
Stephen Boyd
-4
/
+1
2017-10-16
of/fdt: skip unflattening of disabled nodes
Rob Herring
-0
/
+4
2017-10-16
of/fdt: add of_fdt_device_is_available function
Rob Herring
-3
/
+14
2017-10-16
of: make kobject and bin_attribute support configurable
Rob Herring
-152
/
+192
2017-10-16
of: move kobj_to_device_node() into dynamic.c
Rob Herring
-6
/
+5
2017-10-16
of: fix missing kobject init for !SYSFS && OF_DYNAMIC config
Rob Herring
-3
/
+0
2017-10-12
device property: preserve usecount for node passed to of_fwnode_graph_get_por...
Niklas Söderlund
-1
/
+1
2017-10-12
drivers: of: increase MAX_RESERVED_REGIONS to 32
Stewart Smith
-1
/
+1
2017-10-12
of: do not leak console options
Sergey Senozhatsky
-2
/
+6
2017-10-05
of/pci: Add of_pci_dma_range_parser_init() for dma-ranges parsing support
Marc Gonzalez
-3
/
+16
2017-10-03
of/fdt: only store the device node basename in full_name
Rob Herring
-58
/
+11
2017-09-12
Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-16
/
+32
2017-09-07
Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-272
/
+418
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-21
/
+18
2017-09-05
Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-16
/
+50
2017-09-05
devicetree: Adjust status "ok" -> "okay" under drivers/of/
Robert P. J. Day
-3
/
+3
2017-09-01
of: restrict DMA configuration
Robin Murphy
-16
/
+32
2017-08-25
of: Use PLATFORM_DEVID_NONE definition
Andy Shevchenko
-2
/
+2
2017-08-24
of/device: Fix of_device_get_modalias() buffer handling
Bjorn Andersson
-5
/
+10
2017-08-24
of/device: Prevent buffer overflow in of_device_modalias()
Bjorn Andersson
-0
/
+2
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-4
/
+4
2017-08-17
of: fix DMA mask generation
Robin Murphy
-4
/
+4
2017-08-14
device property: use of_graph_get_remote_endpoint() for of_fwnode
Kuninori Morimoto
-2
/
+2
2017-08-13
of_mdio: merge branch tails in of_phy_register_fixed_link()
Sergei Shtylyov
-12
/
+11
2017-08-07
of_mdio: use of_property_read_u32_array()
Sergei Shtylyov
-8
/
+8
2017-08-07
Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
-2
/
+15
2017-08-01
of/irq: use of_property_read_u32_index to parse interrupts property
Rob Herring
-21
/
+13
2017-08-01
of/device: use of_property_for_each_string to parse compatible strings
Rob Herring
-43
/
+23
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2017-08-01
Merge remote-tracking branches 'asoc/fix/dpcm', 'asoc/fix/imx', 'asoc/fix/msm...
Mark Brown
-2
/
+15
2017-08-01
device property: Fix usecount for of_graph_get_port_parent()
Tony Lindgren
-2
/
+15
2017-07-24
of_mdio: kill useless variable in of_phy_register_fixed_link()
Sergei Shtylyov
-4
/
+2
2017-07-24
of_pci: use of_property_read_u32_array()
Sergei Shtylyov
-14
/
+14
2017-07-24
of_pci: use of_property_read_u32()
Sergei Shtylyov
-9
/
+6
2017-07-24
of: base: use of_property_read_string()
Sergei Shtylyov
-4
/
+6
2017-07-24
of: base: use of_property_read_u32()
Sergei Shtylyov
-8
/
+6
2017-07-22
device property: Introduce fwnode_property_get_reference_args
Sakari Ailus
-0
/
+31
2017-07-22
device property: Constify fwnode property API
Sakari Ailus
-16
/
+18
2017-07-22
device property: Get rid of struct fwnode_handle type field
Sakari Ailus
-0
/
+1
2017-07-21
of: irq: fix of_irq_to_resource() error check
Sergei Shtylyov
-1
/
+1
2017-07-21
of: remove unused pci_space variable from address.c
Shawn Lin
-2
/
+1
2017-07-21
of: irq: use of_property_read_u32()
Sergei Shtylyov
-18
/
+12
2017-07-21
of: irq: use of_property_read_bool() for "interrupt-controller" prop
Sergei Shtylyov
-3
/
+2
[prev]
[next]