summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * EXYNOS: PINMUX: Add pinmux support for I2CRajeshwari Shinde2012-07-312-0/+60
| * EXYNOS5: define EXYNOS5_I2C_SPACINGRajeshwari Shinde2012-07-311-0/+2
| * EXYNOS: Add I2C base address.Rajeshwari Shinde2012-07-311-0/+3
| * EXYNOS: CLK: Add i2c clockRajeshwari Shinde2012-07-312-0/+34
| * mx6qsabrelite: add i2c multi-bus supportTroy Kisky2012-07-312-8/+48
| * imx-common: add i2c.c for bus recovery supportTroy Kisky2012-07-317-1/+186
| * i.mx53: add definition for I2C3_BASE_ADDRTroy Kisky2012-07-311-0/+1
| * i.mx: iomux-v3.c: move to imx-common directoryTroy Kisky2012-07-313-2/+2
| * i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky2012-07-316-6/+6
| * iomux-v3: remove include of mx6x_pins.hTroy Kisky2012-07-311-1/+0
| * mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky2012-07-311-0/+17
| * mxc_i2c: add bus recovery supportTroy Kisky2012-07-311-0/+26
| * mxc_i2c: prep work for multiple busses supportTroy Kisky2012-07-311-21/+104
| * mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky2012-07-311-12/+7
| * mxc_i2c: add retriesTroy Kisky2012-07-311-9/+27
| * mxc_i2c: check for arbitration lostTroy Kisky2012-07-311-0/+7
| * mxc_i2c: change slave addr if conflicts with destination.Troy Kisky2012-07-311-0/+2
| * mxc_i2c: don't disable controller after every transactionTroy Kisky2012-07-311-15/+13
| * mxc_i2c: place i2c_reset code inlineTroy Kisky2012-07-311-12/+3
| * mxc_i2c: place imx_start code inlineTroy Kisky2012-07-311-33/+20
| * mxc_i2c: remove redundant readTroy Kisky2012-07-311-1/+0
| * mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky2012-07-311-51/+29
| * mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky2012-07-311-17/+8
| * mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky2012-07-311-3/+7
| * mxc_i2c: create i2c_init_transferTroy Kisky2012-07-311-26/+18
| * mxc_i2c: clear i2sr before waiting for bitTroy Kisky2012-07-311-4/+5
| * mxc_i2c: create tx_byte functionTroy Kisky2012-07-311-58/+24
| * mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky2012-07-311-5/+1
| * mxc_i2c: fix i2c_imx_stopTroy Kisky2012-07-311-1/+1
| * i2c: deblock i2c bus also if accessed before realocationHolger Brunck2012-07-311-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk2012-07-3117-111/+595
|\ \
| * | microblaze: Wire up SPI driverStephan Linz2012-07-311-3/+52
| * | spi: microblaze: Adds driver for Xilinx SPI controllerStephan Linz2012-07-313-0/+350
| * | microblaze: intc: Clear interrupt codeMichal Simek2012-07-106-48/+54
| * | microblaze: Call serial multi initializationMichal Simek2012-07-101-0/+5
| * | microblaze: Move __udelay implementationMichal Simek2012-07-103-43/+19
| * | microblaze: Remove extern from board.cMichal Simek2012-07-101-4/+0
| * | microblaze: Wire up dts configurationStephan Linz2012-07-103-0/+13
| * | fdt: Add board specific dts inclusionStephan Linz2012-07-101-1/+2
| * | microblaze: Move individual board linker scripts to common script in cpu tree.Michal Simek2012-07-092-0/+2
| * | microblaze: Add gpio.hMichal Simek2012-07-091-0/+41
| * | microblaze: Add missing undefs for UBI and UBIFSStephan Linz2012-07-091-0/+2
| * | microblaze: Expand and correct configuration commentsStephan Linz2012-07-091-7/+29
| * | microblaze: Enable ubi supportStephan Linz2012-06-271-2/+18
| * | microblaze: Avoid compile error on systems without cfi flashStephan Linz2012-06-271-3/+9
| * | microblaze: Remove wrong define CONFIG_SYS_FLASH_PROTECTIONStephan Linz2012-06-271-2/+0
* | | sf: stmicro: add geometrical info for N25Q256 from MicronJérôme Carretero2012-04-081-0/+6
* | | cmd_sf: add size checking to spi flash commandsGerlando Falauto2012-04-031-0/+14
* | | sf: unify status register writing (and thus block unlocking)Mike Frysinger2012-03-044-62/+32
* | | sf: sst: inline duplicate write enable helper funcsMike Frysinger2012-03-041-22/+4
OpenPOWER on IntegriCloud