summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* read_file: Make it work on tftp servers which do not pass sizeSascha Hauer2013-06-201-0/+2
* Fix typo.Masaki Muranaka2013-06-031-1/+1
* Remove ftstc(). It is declared but not implemented.Masaki Muranaka2013-06-031-1/+0
* Merge branch 'for-next/usb-chipidea'Sascha Hauer2013-06-022-0/+23
|\
| * usb: i.MX chipidea: Add overcurrent disable flag for i.MX6Sascha Hauer2013-05-311-0/+2
| * usb: Add devicetree helpersSascha Hauer2013-05-301-0/+21
* | Merge branch 'for-next/of-i2c'Sascha Hauer2013-06-022-0/+3
|\ \
| * | i2c: Add devicetree supportSascha Hauer2013-05-311-0/+1
| * | of: Add of_modalias_node functionSascha Hauer2013-05-311-0/+2
| |/
* | Merge branch 'for-next/of'Sascha Hauer2013-06-021-0/+1
|\ \
| * | bootm: print Kernel commandline in verbose modeSascha Hauer2013-05-311-0/+1
* | | Merge branch 'for-next/mips'Sascha Hauer2013-06-021-0/+2
|\ \ \
| * | | of: separate out "generic" memory bank addingAntony Pavlov2013-05-131-0/+2
* | | | Merge branch 'for-next/mci'Sascha Hauer2013-06-025-15/+65
|\ \ \ \
| * | | | mci: Add devicetree helper functionSascha Hauer2013-05-311-0/+1
| * | | | mci: implement detect driver callbackSascha Hauer2013-05-311-2/+4
| * | | | devices: add detect mechanismSascha Hauer2013-05-311-0/+8
| * | | | of: Add of_alias_get functionSascha Hauer2013-05-301-0/+6
| * | | | mci: embed mci device into struct mciSascha Hauer2013-05-301-1/+1
| * | | | driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-3/+2
| * | | | mci: Add support for MMC boot partitionsSascha Hauer2013-05-301-1/+30
| * | | | ARM: OMAP MCI: Move TWL6030 power initialization into OMAP directoryAlexander Shiyan2013-05-301-10/+0
| * | | | param: Add helpers to provide an enum parameterSascha Hauer2013-05-231-0/+14
| * | | | param: Add info functionSascha Hauer2013-05-231-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-next/imx-oftree'Sascha Hauer2013-06-023-2/+15
|\ \ \ \
| * | | | of: provide NULL of_get_root_node for \!CONFIG_OFTREESascha Hauer2013-05-231-1/+6
| * | | | Merge branch 'for-next/of-misc' into for-next/imx-oftreeSascha Hauer2013-05-231-0/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | net: Add of_register_ethaddrSascha Hauer2013-05-211-0/+5
| | |/ /
| * / / of: Add of_match_node functionSascha Hauer2013-05-202-1/+4
| |/ /
* | | Merge branch 'for-next/block'Sascha Hauer2013-06-021-2/+8
|\ \ \
| * | | block: implement block_read/block_write functionsSascha Hauer2013-05-311-0/+8
| * | | block: remove unused read_start and read_done opsSascha Hauer2013-05-311-2/+0
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2013-06-0212-5/+20
|\ \ \ | |/ / |/| |
| * | Enables to build bootm command on generic_x86.Masaki Muranaka2013-06-021-1/+1
| * | treewide include/: Add missing includesSascha Hauer2013-05-3110-2/+17
| * | treewide: Fix typo seperate -> separateSascha Hauer2013-05-211-2/+2
* | | nand_base: sync flash detection functions with linux 3.9's codeEric BĂ©nard2013-05-171-0/+2
|/ /
* / gpio: fix typosAntony Pavlov2013-05-122-2/+1
|/
* Merge branch 'for-next/param'Sascha Hauer2013-05-067-16/+64
|\
| * mtd: Nand: Use dev_add_param_bool for erasebad parameterSascha Hauer2013-04-111-0/+1
| * console: Use dev_add_param_int for baudrate parameterSascha Hauer2013-04-111-0/+2
| * param: pass param to dev_remove_paramSascha Hauer2013-04-111-2/+2
| * fb: Use dev_add_param_bool for enable parameterSascha Hauer2013-04-111-0/+1
| * ata: Use dev_add_param_bool for probe parameterSascha Hauer2013-04-111-0/+1
| * mci: Use dev_add_param_int for probe parameterSascha Hauer2013-04-111-0/+2
| * param: remove now unused dev_[gs]et_param_ipSascha Hauer2013-04-111-15/+0
| * net: store ethernet device parameters in deviceSascha Hauer2013-04-111-1/+6
| * param: Add ip address convenience functionSascha Hauer2013-04-111-0/+13
| * param: Add integer and boolean parameter helpersSascha Hauer2013-04-111-0/+37
| * param: Add dev member to struct param_dSascha Hauer2013-04-061-0/+1