aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+1
2010-05-22of: change of_match_device to work with struct deviceGrant Likely2-8/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-7/+0
2010-05-22drivercore: Add of_match_table to the common device driversGrant Likely1-3/+4
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely3-3/+0
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely3-13/+13
2010-04-28i2c/of: Allow device node to be passed via i2c_board_infoGrant Likely1-0/+1
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely2-0/+2
2010-04-28of/flattree: Make unflatten_device_tree() safe to call from any archGrant Likely1-0/+15
2010-04-28of: check for IS_ERR()Dan Carpenter1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-26of/flattree: Fix unhandled OF_DT_NOP tag when unflattening the device treeJason Gunthorpe1-2/+5
2010-02-14of: move definition of of_chosen into common code.Grant Likely1-0/+1
2010-02-14of/flattree: Don't assume HAVE_LMBJeremy Kerr1-3/+6
2010-02-09of/flattree: Make the kernel accept ePAPR style phandle informationDavid Gibson1-1/+10
2010-02-09of/flattree: endian-convert members of boot_param_headerJeremy Kerr1-8/+8
2010-02-09of: assume big-endian properties, adding conversions where necessaryJeremy Kerr6-41/+47
2010-02-09of: use __be32 for cell value accessorsJeremy Kerr1-2/+2
2010-02-09of/flattree: use OF_ROOT_NODE_{SIZE,ADDR}_CELLS DEFAULT for fdt parsingJeremy Kerr1-2/+2
2010-02-09of/flattree: use callback to setup initrd from /chosenJeremy Kerr1-16/+11
2010-02-09of: include linux/proc_fs.hJeremy Kerr1-0/+1
2010-02-09of/flattree: merge early_init_dt_scan_memory() common codeGrant Likely1-0/+50
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-3/+3
2010-02-09of: merge of_find_node_by_phandleJeremy Kerr1-0/+21
2010-02-09of: merge of_attach_node() & of_detach_node()Grant Likely2-0/+75
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely1-15/+290
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-4/+3
2010-01-28of: Merge of_node_get() and of_node_put()Grant Likely1-0/+75
2010-01-28of: merge machine_is_compatible()Grant Likely1-0/+21
2009-12-10of/flattree: merge early_init_dt_scan_chosen()Grant Likely1-0/+38
2009-12-10of/flattree: merge dt_mem_next_cellGrant Likely1-0/+8
2009-12-10of/flattree: Merge earlyinit_dt_scan_root()Grant Likely1-0/+26
2009-12-10of/flattree: Merge early_init_dt_check_for_initrd()Grant Likely1-0/+37
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+25
2009-11-23of: merge prom_{add,remove,modify}_propertyGrant Likely1-0/+116
2009-11-23of/flattree: Merge unflatten_device_treeGrant Likely1-0/+52
2009-11-23of/flattree: Merge unflatten_dt_nodeGrant Likely1-0/+200
2009-11-23of/flattree: Merge of_flat_dt_is_compatibleGrant Likely1-0/+24
2009-11-23of/flattree: merge of_get_flat_dt_propGrant Likely1-0/+43
2009-11-23of/flattree: merge of_get_flat_dt_rootGrant Likely1-0/+16
2009-11-23of/flattree: merge of_scan_flat_dtGrant Likely1-0/+64
2009-11-23of/flattree: merge find_flat_dt_string and initial_boot_paramsGrant Likely3-0/+26
2009-10-30of/platform: Implement support for dev_pm_opsAnton Vorontsov1-15/+290
2009-10-15of: merge of_find_all_nodes() implementationsGrant Likely1-1/+25
2009-10-15of: Remove nested functionJérôme Pouiller1-6/+7
2009-09-23of: remove "stm,m25p40" aliasAnton Vorontsov1-1/+0
2009-07-22of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov1-0/+42
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds4-0/+170
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-4/+4
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-4/+4
2009-05-19powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDSAnton Vorontsov1-0/+1
2009-04-27openfirmware: Add OF phylib support codeGrant Likely3-0/+146
2009-04-27of: add of_parse_phandle() helper for parsing phandle propertiesGrant Likely1-0/+24
2009-04-01powerpc: add mmc-spi-slot bindingsAnton Vorontsov1-0/+1
2009-01-09drivers/of: Add the of_find_i2c_device_by_node function.Jon Smirl1-0/+19
2008-12-21of/gpio: Implement of_gpio_count()Anton Vorontsov1-0/+34
2008-12-21of: of_parse_phandles_with_args() learns to differentiate 'hole' cellsAnton Vorontsov1-6/+16
2008-12-21of: Minor simplification for the of_parse_phandles_with_args()Anton Vorontsov1-7/+4
2008-12-03of/gpio: Implement of_get_gpio_flags()Anton Vorontsov1-7/+29
2008-12-03of/i2c: Fill the archdata for I2C devicesAnton Vorontsov1-0/+11
2008-11-19of: Add helpers for finding device nodes which have a given propertyMichael Ellerman1-0/+35
2008-10-31OF-device: Don't overwrite numa_node in device registrationJeremy Kerr1-1/+10
2008-10-21Merge commit 'kumar/kumar-for-2.6.28'Benjamin Herrenschmidt1-0/+2
2008-10-20of/spi: Support specifying chip select as active high via device treeWolfgang Ocker1-0/+2
2008-10-21of: Format string bug in drivers/of/of_i2c.cJon Smirl1-1/+1
2008-10-14Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt1-1/+1
2008-10-13of: Add new helper of_parse_phandles_with_args()Anton Vorontsov2-62/+128
2008-10-10powerpc/of-bindings: Don't support linux,<modalias> "compatible" valuesGrant Likely1-20/+5
2008-10-08OF: add fsl,mcu-mpc8349emitx to the exception listAnton Vorontsov1-1/+1
2008-08-20powerpc/ibmebus: Restore "name" sysfs attribute on ibmebus devicesJoachim Fenkes1-0/+10
2008-07-25spi: Add OF binding support for SPI bussesGrant Likely3-0/+100
2008-07-25of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely2-61/+91
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-2/+0
2008-07-25gpiolib: allow user-selectionMichael Buesch1-1/+1
2008-07-22powerpc/mpc5200: Fix wrong 'no interrupt' handling in of_i2cWolfram Sang1-2/+0
2008-07-12OpenFirmware: Include <linux/of_i2c.h> from of_i2c.c.Robert P. J. Day1-0/+1
2008-06-09Merge branch 'merge'Paul Mackerras1-1/+0
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare1-1/+0
2008-05-23[POWERPC] of/gpio: Use dynamic base allocationAnton Vorontsov1-37/+1
2008-05-16[POWERPC] Move of_device_get_modalias to drivers/ofStephen Rothwell1-0/+48
2008-05-16Merge branch 'linux-2.6' into powerpc-nextPaul Mackerras1-0/+3
2008-05-15[POWERPC] Add null pointer check to of_find_propertyTimur Tabi1-0/+3
2008-05-14[POWERPC] Create modalias file in sysfs for of_platform busOlaf Hering2-16/+23
2008-04-24[POWERPC] drivers/of/of_i2c.c: Add MODULE_LICENSEAdrian Bunk1-0/+3
2008-04-20[POWERPC] i2c: Fix build breakage introduced by OF helpersJochen Friedrich3-3/+3
2008-04-17[POWERPC] i2c: OF helpers for the i2c APIJochen Friedrich3-0/+122
2008-04-17[POWERPC] OF helpers for the GPIO APIAnton Vorontsov3-0/+249
2008-04-07[POWERPC] Add of_device_is_available functionJosh Boyer1-0/+26
2008-02-06[POWERPC] Create and hook up of_platform_device_shutdownMichael Ellerman1-0/+10
2008-02-06[POWERPC] Add of_get_next_parent()Michael Ellerman1-0/+25
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely2-29/+58
2007-10-17[SPARC/64]: Consolidate of_register_driverStephen Rothwell1-0/+21
2007-07-20Create drivers/of/platform.cStephen Rothwell2-1/+97
2007-07-20Begin consolidation of of_device.hStephen Rothwell1-1/+1
2007-07-20Begin to consolidate of_device.cStephen Rothwell3-0/+135
2007-07-20Consolidate of_find_node_by routinesStephen Rothwell1-0/+115
2007-07-20Consolidate of_get_next_childStephen Rothwell1-0/+24
2007-07-20Consolidate of_get_parentStephen Rothwell1-0/+21
2007-07-20Consolidate of_find_propertyStephen Rothwell1-0/+26
2007-07-20Consolidate of_device_is_compatibleStephen Rothwell1-0/+24
2007-07-20Start split out of common open firmware codeStephen Rothwell2-0/+66