UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / drivers / of /
2011-03-02 Andres Salomonof/promtree: allow DT device matching by fixing 'name...
2011-01-16 Grant Likelydt/flattree: Return virtual address from early_init_dt_...
2011-01-11 Benjamin HerrenschmidtMerge remote branch 'gcl/next' into next
2011-01-10 Linus TorvaldsMerge branch 'next-devicetree' of git://git.secretlab...
2011-01-03 Grant Likelyof/device: Don't register disabled devices
2011-01-01 Grant Likelyof/flattree: Add of_flat_dt_match() helper function
2010-12-30 Stephen Neuendorfferof/flattree: Refactor unflatten_device_tree and add...
2010-12-30 Stephen Neuendorfferof/flattree: Reorder unflatten_dt_node
2010-12-29 Stephen Neuendorfferof/flattree: Refactor unflatten_dt_node
2010-12-29 Stephen Neuendorfferof/flattree: Add non-boottime device tree functions
2010-12-29 Stephen Neuendorfferof/flattree: Add Kconfig for EARLY_FLATTREE
2010-12-24 David Daneyof/i2c: Fix request module by alias
2010-12-24 David Daneyof/mdio: Fix some endianness problems.
2010-12-23 Sebastian Andrzej... of/address: use proper endianess in get_flags
2010-12-09 Sebastian Siewiorof/address: Use propper endianess in get_flags
2010-11-01 David Daneyof/net: Move of_get_mac_address() to a common source...
2010-10-21 David Daneyof/mips: Cleanup some include directives/files.
2010-10-21 Grant Likelyof/flattree: Eliminate need to provide early_init_dt_sc...
2010-10-21 Grant Likelyof/device: Rework to use common platform_device_alloc...
2010-10-13 Jeremy Kerrof: use __be32 types for big-endian device tree data
2010-10-13 Andres Salomonof/irq: remove references to NO_IRQ in drivers/of/platf...
2010-10-13 Andres Salomonof/promtree: add package-to-path support to pdt
2010-10-13 Andres Salomonof/promtree: add of_pdt namespace to pdt code
2010-10-13 Andres Salomonof/promtree: no longer call prom_ functions directly...
2010-10-11 Andres Salomonof/promtree: make drivers/of/pdt.c no longer sparc...
2010-10-09 Andres Salomonsparc: break out some PROM device-tree building code...
2010-08-06 Grant Likelyof/device: Replace struct of_device with struct platfor...
2010-08-01 Grant Likelyof/platform: Register of_platform_drivers with an ...
2010-07-30 Anatolij Gustschinof/spi: call of_register_spi_devices() from spi core...
2010-07-30 Grant Likelyof/device: Make of_device_make_bus_id() usable by other...
2010-07-24 Grant Likelyof/irq: Fix endian issues in parsing interrupt specifiers
2010-07-24 Grant Likelyof: Fix phandle endian issues
2010-07-24 Stuart Yoderof/flattree: fix of_flat_dt_is_compatible() to match...
2010-07-24 Jonas Bonnof: remove of_default_bus_ids
2010-07-24 Jonas Bonnof: make of_find_device_by_node generic
2010-07-24 Grant Likelyof/device: Replace of_device with platform_device in...
2010-07-24 Grant Likelyof/device: Protect against binding of_platform_drivers...
2010-07-24 Grant Likelyof: Merge of_platform_bus_type with platform_bus_type
2010-07-19 Grant Likelyof/device: Fix build errors for non-ppc and non-microblaze
2010-07-19 Grant Likelyof/flattree: Fix crash when device tree absent
2010-07-15 Grant Likelyof/flattree: Use common ALIGN() macro instead of arch...
2010-07-15 Grant Likelydrivers/of: fix build error when CONFIG_PPC_DCR is set
2010-07-05 Andres Salomonproc: unify PROC_DEVICETREE config
2010-07-05 Grant Likelyof: Put all CONFIG_OF dependencies into a Kconfig menu...
2010-07-05 Stephen Rothwellof: define CONFIG_OF globally so architectures can...
2010-07-05 Grant Likelyof: Fix missing include
2010-07-05 Grant Likelyof: refactor of_modalias_node() and remove explicit...
2010-07-05 Grant Likelyof/i2c: Generalize OF support
2010-07-05 Grant Likelyof/device: Add OF style matching helper function
2010-07-05 Grant Likelyof/gpio: fix of_gpio includes
2010-07-05 Anton Vorontsovof/gpio: add default of_xlate function if device has...
2010-07-05 Grant Likelyof/gpio: stop using device_node data pointer to find...
2010-07-05 Anton Vorontsovof/gpio: Kill of_gpio_chip and add members directly...
2010-07-05 Grant Likelyof/device: populate platform_device (of_device) resourc...
2010-07-05 Grant Likelyof: Merge of_device_alloc() and of_device_make_bus_id()
2010-07-05 Grant Likelyof/device: Merge of_platform_bus_probe()
2010-07-05 Grant Likelyof: Modify of_device_get_modalias to be passed struct...
2010-07-05 Grant Likelyof/device: merge of_device_uevent
2010-07-05 Grant Likelyof: Use full node name in resource structures
2010-07-05 Grant Likelyof/address: restrict 'no-ranges' kludge to powerpc
2010-07-05 Grant Likelyof/address: little-endian fixes
2010-07-05 Grant Likelyof/address: Merge all of the bus translation code
2010-07-05 Grant Likelyof/address: merge of_address_to_resource()
2010-07-05 Grant Likelyof/address: merge of_iomap()
2010-07-05 Rob Herringof/irq: little endian fixes
2010-07-05 Grant Likelyof/irq: merge irq mapping code
2010-06-28 Grant Likelyof/irq: Move irq_of_parse_and_map() to common code
2010-05-22 Grant LikelyMerge remote branch 'origin' into secretlab/next-devicetree
2010-05-22 Grant Likelyof: change of_match_device to work with struct device
2010-05-22 Grant Likelyof: Remove duplicate fields from of_platform_driver
2010-05-22 Grant Likelydrivercore: Add of_match_table to the common device...
2010-05-18 Grant Likelyof: eliminate of_device->node and dev_archdata->{of...
2010-05-18 Grant Likelyof: Always use 'struct device.of_node' to get device...
2010-04-29 Grant Likelyi2c/of: Allow device node to be passed via i2c_board_info
2010-04-29 Grant Likelydriver-core: Add device node pointer to struct device
2010-04-29 Grant Likelyof/flattree: Make unflatten_device_tree() safe to call...
2010-04-28 Dan Carpenterof: check for IS_ERR()
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-27 Jason Gunthorpeof/flattree: Fix unhandled OF_DT_NOP tag when unflatten...
2010-02-14 Grant Likelyof: move definition of of_chosen into common code.
2010-02-14 Jeremy Kerrof/flattree: Don't assume HAVE_LMB
2010-02-09 David Gibsonof/flattree: Make the kernel accept ePAPR style phandle...
2010-02-09 Jeremy Kerrof/flattree: endian-convert members of boot_param_header
2010-02-09 Jeremy Kerrof: assume big-endian properties, adding conversions...
2010-02-09 Jeremy Kerrof: use __be32 for cell value accessors
2010-02-09 Jeremy Kerrof/flattree: use OF_ROOT_NODE_{SIZE,ADDR}_CELLS DEFAULT...
2010-02-09 Jeremy Kerrof/flattree: use callback to setup initrd from /chosen
2010-02-09 Jeremy Kerrof: include linux/proc_fs.h
2010-02-09 Grant Likelyof/flattree: merge early_init_dt_scan_memory() common...
2010-02-09 Grant Likelyof: add 'of_' prefix to machine_is_compatible()
2010-02-09 Jeremy Kerrof: merge of_find_node_by_phandle
2010-02-09 Grant Likelyof: merge of_attach_node() & of_detach_node()
2010-01-28 Grant LikelyMerge commit 'v2.6.33-rc5' into secretlab/test-devicetree
2010-01-28 Grant Likelyof: unify phandle name in struct device_node
2010-01-28 Grant Likelyof: Merge of_node_get() and of_node_put()
2010-01-28 Grant Likelyof: merge machine_is_compatible()
2009-12-11 Grant Likelyof/flattree: merge early_init_dt_scan_chosen()
2009-12-10 Grant Likelyof/flattree: merge dt_mem_next_cell
2009-12-10 Grant Likelyof/flattree: Merge earlyinit_dt_scan_root()
next