aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Blackfin: gpio: add peripheral group checksteven miao1-67/+118
2010-10-22Blackfin: dma: bf54x: add missing break for SPORT1 TX IRQMike Frysinger1-0/+1
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang7-3/+44
2010-10-22Blackfin: bf548-ezkit: increase u-boot partition sizeMike Frysinger1-3/+7
2010-10-22Blackfin: boards: add example i2c resources for ad525x devicessteven miao4-0/+20
2010-10-22Blackfin: SIC: fix off-by-one error in loopMichael Hennerich1-3/+4
2010-10-22Blackfin: bf537-stamp: tweak i2c address for ad5280 add-on tftlcd boardSonic Zhang1-1/+1
2010-10-22Blackfin: bf51x: enable support for 0.2 siliconMike Frysinger1-1/+1
2010-10-22Blackfin: initial preempt support while returning from interruptBarry Song2-3/+126
2010-10-22Blackfin: workaround anomaly 05000481 (corruption with ITEST MMRs)Robin Getz1-3/+6
2010-10-22Blackfin: i2c-gpio boards: use GPIO_PF# definesMike Frysinger4-8/+8
2010-10-22Blackfin: access_ok: permit L1 stackBarry Song1-0/+5
2010-10-22Blackfin: bf561-ezkit: add AD1836 codec resourcesBarry Song1-0/+50
2010-10-22Blackfin: ptrace: enable access to L1 stacksBarry Song1-0/+8
2010-10-22Blackfin: boards: fix num_chipselect values for on-chip SPI busesMike Frysinger5-9/+9
2010-10-22Blackfin: ad7160eval: new board portMichael Hennerich5-1/+984
2010-10-22Blackfin: bf537-stamp: re-use regulator framework with ad5398 partsSonic Zhang1-10/+1
2010-10-22Blackfin: bf537-stamp: re-use the fixed regulator voltage driverSonic Zhang1-55/+25
2010-10-22Blackfin: SIC: BF537: change default data/error relative prioritiesMichael Hennerich1-2/+2
2010-10-22Blackfin: bf537-stamp: add example IIO resourcesMichael Hennerich1-12/+442
2010-10-22Blackfin: bf537-stamp: use correct spi mode with ad2s90 partsBarry Song1-0/+1
2010-10-22Blackfin: bf537-stamp: add example adau1373 i2c resourcesCliff Cai1-0/+5
2010-10-22Blackfin: bf537-stamp: add example adav801/3 resourcesYi Li1-0/+25
2010-10-22Blackfin: bf537-stamp: add example ad1937 i2c resourcesBarry Song1-0/+6
2010-10-22Blackfin: bf537-stamp: fix NAND resourcesMike Frysinger1-1/+1
2010-10-22Blackfin: boards: use proper irq flags with isp1362-hcdMichael Hennerich8-8/+8
2010-10-22Blackfin: bf561-acvilon: fix NAND resourcesValentin Yakovenkov1-1/+1
2010-10-22Blackfin: cm-bf548: add support for Socket CANMichael Hennerich1-0/+43
2010-10-22Blackfin: boards: update AD183x resourcesBarry Song14-63/+65
2010-10-22Blackfin: bf537-stamp: update GPIO CS devicesBarry Song1-5/+3
2010-10-22Blackfin: punt short SPI MMR bit namesMike Frysinger7-383/+0
2010-10-21include/linux/libata.h: fix typoAndrea Gelmini1-1/+1
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-21Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-21pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov1-0/+11
2010-10-21pata_sil680: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov1-0/+23
2010-10-21pata_cmd640: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21ata_piix: Add device ID for ICH4-LBen Hutchings1-0/+2
2010-10-21pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov1-2/+2
2010-10-21ata: Intel IDE-R supportAlan Cox1-1/+53
2010-10-21libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+3
2010-10-21libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen1-0/+14
2010-10-21ata_piix: remove SIDPR lockingTejun Heo1-8/+0
2010-10-21libata: implement cross-port EH exclusionTejun Heo4-1/+80
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo12-48/+57
2010-10-21ata_piix: implement LPM supportTejun Heo1-1/+23
2010-10-21libata: implement LPM support for port multipliersTejun Heo3-10/+67
2010-10-21libata: reimplement link power managementTejun Heo9-356/+206