| Commit message (Expand) | Author | Age | Lines |
* | beagleboard: Update comment in get_board_rev() | Tom Rini | 2013-05-10 | -2/+3 |
* | omap3: allow dynamic selection of gfx_format | Nikita Kiryanov | 2013-03-08 | -2/+4 |
* | omap_hsmmc: add driver check for write protection | Nikita Kiryanov | 2013-03-08 | -1/+1 |
* | omap_hsmmc: implement driver check for card detection | Nikita Kiryanov | 2013-03-08 | -2/+1 |
* | beagle: expansion boards: add LSR COM6L adapter | robertcnelson@gmail.com | 2013-02-18 | -0/+6 |
* | beagle: expansion boards: retry i2c_read with 16bit addressing | robertcnelson@gmail.com | 2013-02-18 | -0/+8 |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-08 | -27/+26 |
|\ |
|
| * | Pass sdrc timing values through board_sdrc_timings structure | Peter Barada | 2012-12-10 | -27/+26 |
* | | omap3_beagle: add musb-new init | Ilya Yanok | 2012-11-20 | -0/+43 |
|/ |
|
* | usb: ehci: rework to take advantage of new lowlevel interface | Lucas Stach | 2012-10-15 | -3/+3 |
* | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -1/+1 |
* | beagle: only call DSS code when #defined CONFIG_VIDEO_OMAP3 | Peter Meerwald | 2012-09-01 | -0/+4 |
* | beagle: removed unused pr_debug #define | Peter Meerwald | 2012-09-01 | -2/+0 |
* | beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() ... | Peter Meerwald | 2012-09-01 | -3/+3 |
* | beagle: add eeprom expansion board info for bct brettl4 | Peter Meerwald | 2012-07-09 | -2/+6 |
* | ARM:OMAP+:MMC: Add parameters to MMC init | Jonathan Solnit | 2012-05-15 | -1/+1 |
* | BeagleBoard: Remove userbutton command and use gpio command instead | Joel Fernandes | 2012-04-16 | -55/+0 |
* | board/ti/beagle/beagle.c: Fix build warnings | Anatolij Gustschin | 2012-03-29 | -1/+2 |
* | bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() | Simon Glass | 2012-03-18 | -1/+1 |
* | beagle: enable DVI_PUP | Peter Meerwald | 2012-02-27 | -0/+34 |
* | beagle: fix typos | Peter Meerwald | 2012-02-12 | -2/+2 |
* | ehci-omap: Clean up added ehci-omap.c | Govindraj.R | 2012-02-12 | -0/+22 |
* | ehci-omap: driver for EHCI host on OMAP3 | Ilya Yanok | 2012-02-12 | -101/+0 |
* | Beagleboard: Correct memory size on rev C4 | robertcnelson@gmail.com | 2012-02-12 | -0/+7 |
* | beagle: add eeprom expansion board info for bct brettl3 | Peter Meerwald | 2012-01-16 | -0/+4 |
* | OMAP3: Add SPL support to Beagleboard | Tom Rini | 2011-12-06 | -35/+69 |
* | omap: Don't use gpio_free to change direction to input | Joe Hershberger | 2011-10-27 | -6/+0 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -6/+0 |
* | OMAP3: beagle: Fix build warning in beagle.c | Dirk Behme | 2011-09-22 | -1/+1 |
* | led: remove camel casing of led identifiers globally | Jason Kridner | 2011-09-13 | -2/+2 |
* | omap: gpio: Adapt board files to use generic API | Sanjeev Premi | 2011-09-13 | -33/+33 |
* | beagleboard: enable HUB power on all variants of the BeagleBoard | Christian Spielberger | 2011-09-04 | -1/+9 |
* | led: Remove state-saving of led for toggle functionality and add toggle optio... | Joel A Fernandes | 2011-09-04 | -16/+12 |
* | BeagleBoard: fix LED 0/1 in driver | Jason Kridner | 2011-09-04 | -2/+2 |
* | BeagleBoard: Configure DVI/S-video | Jason Kridner | 2011-09-04 | -0/+110 |
* | BeagleBoard: Added userbutton command | Jason Kridner | 2011-09-04 | -0/+56 |
* | BeagleBoard: turn off clocks in ehci_stop | Koen Kooi | 2011-09-04 | -0/+6 |
* | beagleboard: add support for xM revision C | Koen Kooi | 2011-09-04 | -0/+11 |
* | OMAP3 Beagle Pin Mux initialization glitch fix | Bob Feretich | 2011-09-04 | -6/+6 |
* | BeagleBoard: fixed typo in typecast | Jason Kridner | 2011-05-23 | -1/+1 |
* | Minor coding style cleanup. | Wolfgang Denk | 2011-05-19 | -1/+0 |
* | omap3_beagle: enable EHCI and USB storage. | Alexander Holler | 2011-04-27 | -0/+106 |
* | OMAP3: Change some USB related MUX values | Alexander Holler | 2011-04-27 | -13/+14 |
* | OMAP3: BeagleBoard: add more expansionboard IDs | Koen Kooi | 2011-04-27 | -1/+41 |
* | OMAP3: BeagleBoard: add xM rev B to ID table | Koen Kooi | 2011-04-27 | -6/+19 |
* | OMAP3: BeagleBoard: Enable pullups on i2c2. | Steve Kipisz | 2011-04-27 | -0/+4 |
* | BeagleBoard: Added LED driver | Jason Kridner | 2011-04-27 | -1/+101 |
* | Move DECLARE_GLOBAL_DATA_PTR to file scope | John Rigby | 2010-12-21 | -2/+2 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | ARMV7: OMAP3: Add expansion board detection for Beagle | Koen Kooi | 2010-11-04 | -2/+139 |