powerpc/nvram: Allow byte length reads from mmio NVRAM driver
[safe/jmp/linux-2.6] / arch / powerpc / sysdev / qe_lib /
2009-08-20 Julia Lawallpowerpc/qe: introduce missing kfree
2009-07-08 Anton Vorontsovpowerpc: Don't use alloc_bootmem() in init_IRQ() path
2009-06-23 Timur Tabipowerpc/qe: add polling timeout to qe_issue_cmd()
2009-05-19 Haiying Wangpowerpc/qe: update QE Serial Number
2009-05-19 Haiying Wangpowerpc/qe: update risc allocation for QE
2008-12-30 Anton Vorontsovpowerpc/qe: Select QE_USB with USB_GADGET_FSL_QE
2008-12-30 Anton Vorontsovpowerpc/qe: Implement QE Pin Multiplexing API
2008-12-03 Anton Vorontsovpowerpc/qe: Move cmxgcr_lock definition from the ucc...
2008-10-13 Anton Vorontsovpowerpc/QE: move QE_GPIO Kconfig symbol into the platfo...
2008-08-21 Timur Tabipowerpc: fix memory leaks in QE library
2008-07-25 Michael Bueschgpiolib: allow user-selection
2008-07-16 Andy Flemingpowerpc: Fix a bunch of sparse warnings in the qe_lib
2008-06-26 Anton Vorontsovpowerpc/QE: use arch_initcall to probe QUICC Engine...
2008-06-11 Anton Vorontsovpowerpc/QE: qe_reset should be __init
2008-06-10 Anton Vorontsovpowerpc/QE: switch to the cpm_muram implementation
2008-06-10 Anton Vorontsovpowerpc/QE: implement support for the GPIO LIB API
2008-06-10 Anton Vorontsovpowerpc/QE: prepare QE PIO code for GPIO LIB support
2008-06-10 Anton Vorontsovpowerpc/QE: add support for QE USB clocks routing
2008-06-09 Michael Ellermanpowerpc: Fix irq_alloc_host() reference counting and...
2008-06-09 Michael Ellermanpowerpc: Rework qe_ic_init() so we can avoid freeing...
2008-04-17 Anton Vorontsov[POWERPC] QE: fix sparse warnings
2008-04-17 Anton Vorontsov[POWERPC] QE: export qe_get_brg_clk()
2008-04-17 Anton Vorontsov[POWERPC] QE: implement qe_muram_offset
2008-04-01 Harvey Harrison[POWERPC] Replace remaining __FUNCTION__ occurrences
2008-03-10 Ionut Nicu[POWERPC] QE: Make qe_get_firmware_info reentrant
2008-03-07 Timur Tabi[POWERPC] QE: Fix QE firmware uploading limit
2008-02-06 Anton Vorontsov[POWERPC] qe_lib: fix few fluffy negligences
2008-01-31 Paul MackerrasMerge branch 'linux-2.6'
2008-01-28 Anton Vorontsov[POWERPC] QE: get rid of most device_types and model
2008-01-25 Kay SieversDriver core: change sysdev classes to use dynamic kobje...
2008-01-24 Timur Tabi[POWERPC] QE: Add support for Freescale QUICCEngine...
2008-01-24 Timur Tabi[POWERPC] QE: Add ability to upload QE firmware
2007-12-14 Timur Tabi[POWERPC] qe: add function qe_clock_source()
2007-12-11 Timur Tabi[POWERPC] QE: change qe_setbrg() to take an enum qe_clo...
2007-10-08 Anton Vorontsov[POWERPC] QE: pario - support for MPC85xx layout
2007-10-08 Anton Vorontsov[POWERPC] QEIC: Implement pluggable handlers, fix MPIC...
2007-10-08 Timur Tabi[POWERPC] qe: miscellaneous code improvements and fixes...
2007-09-13 Michael Ellerman[POWERPC] Add an optional device_node pointer to the...
2007-07-03 Li Yang[POWERPC] qe_lib: export symbols for QE driver to compi...
2007-05-23 Timur Tabi[POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST
2007-05-10 Timur Tabi[POWERPC] Change rheap functions to use ulongs instead...
2007-04-30 Linus TorvaldsMerge branch 'for-2.6.22' of git://git./linux/kernel...
2007-04-28 Michael Reissucc_geth: Implement Transmit on Demand support
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: arch...
2007-04-12 Paul MackerrasMerge branch 'linux-2.6' into for-2.6.22
2007-03-29 Chuck Meade[POWERPC] qe: Fix QUICC Engine SDMA setup errors
2007-03-26 Timur Tabi[POWERPC] QE: fix invalid pointer usage in ucc_slow_init()
2007-03-26 Timur Tabi[POWERPC] QE: automatically select QE options
2007-02-17 Timur Tabi[POWERPC] QE: clean up ucc_slow.c and ucc_fast.c
2007-02-08 Timur Tabi[POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_...
2007-01-26 Kumar Gala[POWERPC] Remove fastcall function attribute
2007-01-24 Mariusz Kozlowski[POWERPC] arch/powerpc/sysdev/qe_lib of_node_get cleanup
2006-12-08 Scott Wood[POWERPC] qe_ic: Do a sync when masking interrupts
2006-12-04 Yan Burman[POWERPC] Replace kmalloc+memset with kzalloc
2006-12-04 Paul MackerrasMerge branch 'linux-2.6' into for-linus
2006-11-13 Timur Tabi[PATCH] Optimize qe_brg struct to use an array
2006-11-01 Timur Tabi[POWERPC] qe_lib: qe_issue_cmd writes wrong value to...
2006-10-25 Liu Dave-r63238[POWERPC] Fix the UCC rx/tx clock of QE
2006-10-23 Timur Tabi[POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.c
2006-10-09 Dave Jones[HEADERS] Put linux/config.h out of its misery.
2006-10-07 Olaf Hering[POWERPC] Fix up after irq changes
2006-10-06 Olof Johansson[PATCH] powerpc: irq change build breaks
2006-10-04 Li Yang[POWERPC] Add QUICC Engine (QE) infrastructure